Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 14:33:36 +0000



Post From: alert formula

[2023-08-02 19:37:28]
User120564 - Posts: 11
Hello,

For a LONG signal in automated trading I use: color bar based on alert condition.
crossing of 2 moving averages, the fast crosses the slow one upwards.
=CROSSFROMBELOW(ID1.SG1,ID2.SG1)
the formula works perfectly.
I would like to add the following additional condition:
The difference between the FAST moving average and the slow one during the crossing must be => 3 ticks between the 2 moving averages for the LONG signal to be validated, if the difference between the 2 moving averages is < 3 ticks: NO SIGNAL , NO TRADE.
THANK YOU for giving me the formula to automate this signal.

Jean-Luc LEBLANC