PureBytes Links
Trading Reference Links
|
Value1 = BarInterval - (UpTicks + DownTicks);
Plot1(Value1,"TicksRem");
For Tick-charts only.
Set Indicator to recalc on every tick.
Gives value = 0 for every bar except current.
For current bar, begins at value = #ticks/bar, which reduces to value = 0 as bar grows.
Snosnosnow@xxxxxxx wrote:
> Can someone share this ela if you have it. I have been looking thru the archives to find a tick count indicator.
>
> This would tell me approx how many ticks are left to be collected until the bar is complete.
>
> Please email me privately and the group I am on the digest version.
>
> thanks
> Sno
|