Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 561
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
calculate the number of characters, + font size, like this?
The font size doesn't give you the knowledge you need. You need to draw several objects one on top of the other. Only the first object has an anchor point. How to get the anchor point of the 2nd and subsequent objects?
Forced completion of EA in case of user unloads EA.
it is better to record the data directly at the start.
----------------------------------------------------
The deinit run time is limited to 10 seconds.
In tester at normal completion stop flag is not set, so deinit is quietly completed.
----------------------------------------------------Maybe a 10 second limit is imposed on the operation of any function?
And here is the proposed solution:
Why did you think it was the indicator's fault?
For example, I optimised AMA, it is much faster optimising, although the indicator is complex.
I will not say for sure that it is the indicator's fault. I do not have much experience in it yet.
But how can I speed it up? Have I done everything right here or can I change something?
In principle, it is enough for the indicator to be calculated using the last 100 bars, but if I set the number 100 instead of 500, the values disappear.
If you carry out optimization at this speed, its completion beard will grow to the floor and the earned mullens will not be useful) Well, or the market will be completely different.Good afternoon. Can you tell me if it's possible to programmatically define or calculate the width/height on a chart of an OBJ_TEXT object?
Text probably not, but label please
docs.mql4.com/en/constants/objectconstants/enum_object_property
OBJPROP_XSIZE and OBJPROP_YSIZE properties
But, how to speed it up? Did I do everything right here or is there something I can change?
Well, you can immediately see that the calculation is flawed, e.g. a bar has been added.
limit1 will be two... And then
Anyway, the recalculation is completely wrong...
Thank you very much, have a good day :) >)
Well here you can immediately see that the recalculation screwed up, for example a bar was added.
limit1 will be two... And then
Anyway, the recalculation is completely wrong...
I'm going to guess:
limit1=Bars-counted_bars;
should it be like this?
I don't know what's going on here.
If in general, it is enough for me to have the indicator calculated on the last 100 bars.function must be set variable
e.g. bool closee=OrderClose...........
To avoid such warnings, return to the variable must be specified explicitly
like this:
along the way solving another problem thanks again!!!