Support Board
Date/Time: Wed, 02 Apr 2025 04:49:37 +0000
Post From: Auto trading two studies crossover from below to enter
[2022-12-05 23:27:13] |
Sawtooth - Posts: 4189 |
The Trading System Based On Alert Condition study uses Alert syntax: =AND(CROSSFROMABOVE(C,ID1.SG1), CROSSFROMABOVE(ID4.SG4,ID5.SG1), ID2.SG1>=8,ID2.SG1<=16, ID2.SG1[-1]>=8,ID2.SG1[-1]<=16, ID2.SG1[-2]>=8,ID2.SG1[-2]<=16 ) where: C is the NQ close ID1.SG1 is the NQ VWAP ID4.SG4 is the overlaid ES close ID5.SG1 is the ES VWAP ID2.SG1 is the NQ ATR current bar ID2.SG1[-1] is the NQ ATR 1 bar previous ID2.SG1[-2] is the NQ ATR 2 bars previous Study/Chart Alerts And Scanning https://www.sierrachart.com/index.php?page=doc/SpreadsheetFunctions.html#CROSSFROMABOVE_Function |