Support Board
Date/Time: Mon, 03 Nov 2025 21:42:43 +0000
Post From: How do a Crossover Trading system?
| [2021-10-03 22:51:11] |
| Sawtooth - Posts: 4285 |
|
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
|
