WaveRiderJman
New member
I'm trying to set up a script so I can use it in the MarketWatch tab for study alerts. It is too complex is says for 2 reasons that I know about so far. This is from a script you made so I was wondering if you know how to fix it so I can set it on study alerts?
Thanks
Code:
Barnumber()
def bn = BarNumber();
and HighestAll
def lastbar = HighestAll(if IsNaN(close) then 0 else bn);
Thanks