Hello all. Is there any approach to make WLD calculate indicators value inside current candle - not only after next candle started? Thank you.
Size:
Color:
A script can access full-bar data because it only runs (once) after a new complete bar is loaded.
How exactly do you want to use these constantly changing values within a candle? What scale/interval do you want to "peek inside" of?
Size:
Color:
I export signals from WLD in my trading terminal. For example all the data for calculation of Momentum(Bar, #Open, 14) WLD has already at start of candle. But I'm getting it only at the end of candle. So, there are many indicators can be calculated at start not at finish of candle.
Size:
Color:
The support for working with partial bar value was planned for 2010 (I think).
Size:
Color:
QUOTE:
Momentum(Bar, #Open, 14)
This is Version 4 syntax.
Anway, what's the interval?
You can specify #Open if you wish, but there can be no statistically signficant advantage to using the #Open series in an intraday trading Strategy as opposed to the #Close. The difference between these two values is
one single tick.
Size:
Color: