Login Page - Create Account

Support Board


Date/Time: Fri, 27 Jun 2025 15:45:08 +0000



Post From: How do a Crossover Trading system?

[2021-10-03 22:51:11]
Sawtooth - Posts: 4231
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