Login Page - Create Account

Support Board


Date/Time: Sat, 01 Mar 2025 14:32:06 +0000



Post From: How do a Crossover Trading system?

[2021-10-03 22:51:11]
Sawtooth - Posts: 4178
Try this, where the Moving Average Crossover study is ID1:

Buy entry:
=AND(ID1.SG3>0,C>ID1.SG1)
Buy exit:
=C<ID1.SG1

Sell entry:
=AND(ID1.SG4>0,C<ID1.SG2)
Sell exit:
=C>ID1.SG1

Study/Chart Alerts And Scanning
Trading System Based on Alert Condition
Date Time Of Last Edit: 2021-10-03 22:59:43