Hello, friends! Help the kettle with the indicator.The situation is as follows..
For the first time, I decided to bother with the modification of the Expert Advisor, added another
indicator there. Coped with grief in half, but the speed of work and testing
fell 10 times! By the method of dancing with a tambourine, I found out that it was the
indicator..Help me find out what’s wrong and how to fix it.It is desirable to
specify where to insert, delete, correct…
The indicator slows down the EA a lot
Share
007yurik
Thank you,I came to the same thing.I decided to give it up.
vdev
I ran profiling, the MA method by default eats almost everything. I didn’t dig any further – it’s not interesting.
And on each OnCalculate, the array memory is reallocated. The code is rather suboptimal.
genino
Profiling will help. As an option in the robot to work on the opening of the bar.