anyway,
i would like the script to find the shooting star (my point of view)... but nothing is reconize on ninja...
bool MyShooting = (open[bar]-close[bar])<0.31*(high[bar]-low[bar]) && (close[bar]-open[bar])<0.31*(high[bar]-low[bar])
&& (high[bar]-close[bar]>4*tick)&&(high[bar]-open[bar]>4*tick)
&&close[bar]==low[bar] or close[bar]==low[bar]+1 tick) or open[bar]==low[bar] or open[bar]==low[bar]+1 tick
and if there is a shooting star... i want to see it on a colors, like purple or with a arrow or anything else...
the thing is that i don't know the script in the beginning... variable, protected override void, properties, define the tick in ninja script etc...
please help me, on the previous software it was a little bit symply...
thx


Comment