Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 03:51:57 +0000



Post From: Sierra’s Trading System – Study graph crossover

[2023-06-20 02:28:10]
Sawtooth - Posts: 4000
The Buy and Sell indicators on this subgraph are +1 and -1respectively.
The Trading System - Study Subgraph Crossover study outputs 1 when true and 0 when false.
However, for me, this study marks the crossovers incorrectly.

Try this instead:
Add two instances of the Trading System Based On Alert Condition study, one for longs and one for shorts.
Use formulas like these on the Alerts tab:
Longs:
=CROSSFROMBELOW(ID1.SG1,ID2.SG1)
Shorts:
=CROSSFROMABOVE(ID1.SG1,ID2.SG1)
where ID1.SG1 is the MA, and ID2.SG1 is the upper Donchian channel.