Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 05:40:12 +0000



Post From: Trading System - Study Subgraph Crossover study

[2019-08-17 16:07:57]
Sawtooth - Posts: 3993
Use two instances of the Color Bar Based On Alert Condition study:
Buy instance:
-Set the 'Output When Condition True' to 'Use Input Data'
-Set the 'Input Data' to 'Low'
-Set the Draw Style to Text
-Set the Width to 10 or larger
-Enter 'Buy' in the Text to Draw field
-Use this formula: =CROSSFROMBELOW(ID1.SG1,ID1.SG2)

Sell instance:
-Set the 'Output When Condition True' to 'Use Input Data'
-Set the 'Input Data' to 'High'
-Set the Draw Style to Text
-Set the Width to 10 or larger
-Enter 'Sell' in the Text to Draw field
-Use this formula: =CROSSFROMABOVE(ID1.SG1,ID1.SG2)