You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Why do you get a new bar onthe SeriesInfoInteger?
As far as I remember - it's a very slow asynchronous function (maybe something has changed - I haven't checked).
As a rule all inconsistencies and slowness is a consequence of using asynchronous functions. Avoid them if possible.
Try to use them in some other way. For example via iTime or iBars.
And don't forget that OnChartEvent itself is asynchronous and cannot be called more than 64 times per second, i.e. at most once per 15.625 milliseconds.
new bar via SERIES_LASTBAR_DATE
And don't forget that OnChartEvent itself is asynchronous and cannot be called more than 64 times per second, i.e. at most once per 15.625 milliseconds.
as they say in china, no matter how purple, as long as it's profitable
how naive...
Dimitri, can I get a reference?
new bar via SERIES_LASTBAR_DATE
SERIES_LASTBAR_DATE is only the ID used in the SeriesInfoInteger.
Dimitri, can I get a recommendation?
What is it? I already gave one and I'll repeat it - if you don't know how to write indicators, don't claim that they don't work correctly or that the approach with indicators in general is bad, wrong, irrational.
SERIES_LASTBAR_DATE is only the Identifier used in the SeriesInfoInteger.
This NewBar means there is no more than one attempt.
it is not clear what is meant by
As you can see, the character number is correctly passed to the new bar class and is correctly handled thereWhat is this? What could it possibly have to do with a normal indicator? You're making things up instead of reading the articles and learning how to do things properly. That's why it's so naive - indicators "don't work properly". So creative as all get.
it is not clear what is meant by
And you won't. NewBar is a diagnosis.