Carla: Can someone please advise me what would be the shortcut key for Pause/Break Pause strategy tester?
The Pause key.
Carla:
Hello.
Can someone please advise me what would be the shortcut key for Pause/Break Pause strategy tester?
I use visual mode for testing and I have EA to pause when ever I it trades, And find it very troublesome to click everytime I need to restart.
I have been searching for more than 3 days but unsuccessful..
Thank you in advance.
#include <WinUser32.mqh> void breakpoint() { if(IsVisualMode()) { keybd_event(19,0,0,0); Sleep(10); keybd_event(19,0,2,0); } }
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
Hello.
Can someone please advise me what would be the shortcut key for Pause/Break Pause strategy tester?
I use visual mode for testing and I have EA to pause when ever I it trades, And find it very troublesome to click everytime I need to restart.
I have been searching for more than 3 days but unsuccessful..
Thank you in advance.