Support Board
Date/Time: Mon, 24 Feb 2025 09:03:38 +0000
Post From: Creating an alert condition formula for Heikin ASHI doji bars
[2021-03-04 16:28:46] |
CTAYLZ - Posts: 9 |
I'm using the formula listed in the "examples" page in the support documenation..(ABS(O - C) / (H - L) < .50) SO far so good..I'm using the (SG's) as O,C,H,L...no sweat... MY PROBLEM is that I cant get it to reference the previous bar, using the [-1] function,after the formula... I'm trying to create an alert on a 2 bar pattern, the 1st bar being a doji...in fact as soon as I add the{-1] function following the formula, I'm getting an error message...Is there a better way to do it? |