PDA

View Full Version : how to make zero-lag indior



MinaCivarius
03:15,
Hello man,
I see the latest values of indiors are usually attracted after a bar has ended. How do we write an indior that compute value?
Does anyone have a template script for that?

NaysuNJ
21:24,
Hi guy,
I see the hottest values of indiors are usually drawn after a bar has finished. Just how do we compose an indior which compute value for each tick?
Does anybody have a template script for it? That's not quite correct. A MA keeps flexing (redrawing itself) based on each individual tick if the market is really moving.

What exactly do you need to accomplish?

MinaCivarius
22:45,
Oh, I see now,
so is that Close[I] changes for every tick, before a new pub is formed?

pene3000
00:05,
Close[0] adjustments for every single tick - to avoid repaint you have to use Close[1] - however a little bit is lagged by this!

MinaCivarius
01:26,
Close[0] changes for every single tick - to avoid repaint you've got to use Close[1] - however this lags a bit! thanks a lot!