Morning,
Would it be possible to plot the line GannOSC on the upper chart similar to VWAP (Deviation Scaled)- Chande Trend Meter For ThinkOrSwim (https://usethinkscript.com/threads/...end-meter-for-thinkorswim.9374/#post-130068)?
Is this the code that I would add to the script for the upper studies, I used this a reference from the studies above?
https://usethinkscript.com/threads/ghla-supertrend-cci-highlow-activator-for-thinkorswim.21835/
def GannOSC = scale(sum);
DefineGlobalColor("blue", color.blue) ;
DefineGlobalColor("magenta", color.magenta) ;
DefineGlobalColor("GrayGreen", CreateColor(100, 120, 25)) ;
But it failed.
thanks,
jrj4774
Would it be possible to plot the line GannOSC on the upper chart similar to VWAP (Deviation Scaled)- Chande Trend Meter For ThinkOrSwim (https://usethinkscript.com/threads/...end-meter-for-thinkorswim.9374/#post-130068)?
Is this the code that I would add to the script for the upper studies, I used this a reference from the studies above?
https://usethinkscript.com/threads/ghla-supertrend-cci-highlow-activator-for-thinkorswim.21835/
def GannOSC = scale(sum);
DefineGlobalColor("blue", color.blue) ;
DefineGlobalColor("magenta", color.magenta) ;
DefineGlobalColor("GrayGreen", CreateColor(100, 120, 25)) ;
But it failed.
thanks,
jrj4774
Last edited by a moderator: