Login Page - Create Account

Support Board


Date/Time: Tue, 14 May 2024 19:32:16 +0000



Post From: Trading System Based on Moving Average Crossover

[2024-03-24 17:42:55]
Sawtooth - Posts: 3996
Try this:

Buy Entry:
=AND(CROSSFROMBELOW(ID1.SG1,ID1.SG2),C>ID2.SG1))

Buy Exit:
=CROSSFROMABOVE(C,ID1.SG1)

Sell Entry:
=AND(CROSSFROMABOVE(ID1.SG1,ID1.SG2),C<ID2.SG1))

Sell Exit:
=CROSSFROMBELOW(C,ID1.SG1)

-where:
ID1.SG1 is the 9EMA
ID1.SG2 is the 21EMA
ID2.SG1 is the VWAP