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
Will the library work in Strategy Tester? I want to try manual testing in the Strategy Tester.
Will the library work in Strategy Tester? I want to try manual testing in the Strategy Tester.
What is highlighted in yellow is what is necessary to reduce the load on the tester
What is highlighted in green is what is necessary to render coordinates correctly. Try removing this line and see what happens in the tester.
In this indicator the colour of the screen changes depending on the direction of price change, the minimum and maximum price on the screen is highlighted and text information about Bid and Ask in the current position of the mouse pointer is displayed.
But, unfortunately, in Tester the mouse movement event is executed only when the left mouse button is pressed.
This applies not only to my iCanvas class, but also to any graphical output in Tester.
Only I have a simpler way to implement it.
And even the GUI control works quite well:
Thank you very much for the answer and the example.
Hello,
very nice work. Thank you.
Can you please check the CanvasBar Sample? It won't work in tester even with your suggested modifications.
Regards, Mighty
Hello,
very nice work. Thank you.
Can you please check the CanvasBar Sample? It won't work in tester even with your suggested modifications.
Regards, Mighty
Try moving ChartChanged before CopyRates
Thank you for the fast reply, but it's still not working.
This is because the call comes from OnChartEvent, which is not working properly in the tester.
Try this.
In the future, please attach a code or link. After all, I don't remember the name of my code, which I wrote almost 2 years ago."In the future, please attach a code or link. After all, I don't remember the name of my code, which I wrote almost 2 years ago."
Ok, I'll do. Now it is working (I had to remove the GetTickCount lines to get it synced). Thank you.