Login Page - Create Account

Support Board


Date/Time: Sun, 29 Dec 2024 10:01:14 +0000



Post From: CrossFromAbove or CrossFromBelow

[2016-01-19 15:53:10]
FXDojiStar - Posts: 8
I am using the Ichimoku Tenken-Sen crosses the Kijus-Sen as the base of the system WITH the Price staying below the cross as the trigger.

I wrote the formula and placed in the System Alert Condition section. UNFORTUNATELY I cant get it to work. Here is my formula:

ID6 = Tenken-Sen
ID4 = Kijun-Sen

=( CROSSFROMABOVE(ID6.SG1, ID4.SG1) AND (ID6.SG1 > C)) OR ( CROSSFROMBELOW(ID6.SG1, ID4.SG1) AND ( C > ID6.SG1) )

I have ticked - Enabled, Evaluate on bar close.

Thanks