Login Page - Create Account

Support Board


Date/Time: Thu, 31 Oct 2024 12:19:03 +0000



Post From: creating an alert condition off of DOJI bars-heikin ashi..

[2021-03-04 17:29:09]
CTAYLZ - Posts: 9
(ABS(O - C) / (H - L) < .50)...Using this formula and tweaking the %% is working OK for me
picking up doji bars with Heikin ashi...substituting (SG.1 for H,L,O,C)
but I'm trying to create a 2 bar pattern here and when I had [-1] function following the formula, I'm getting a error message...
IS there a better way to do it? or do I need to so 2 alerts and watch for alert 1, then alert 2
can i reference alert one, in the alert 2 formula and do it that way? any help is greatly appreciated.