Hello please if any one can help me i want to run MT5 Crosshair instead of cursor,How can i do that,Or any indicator or code?
To activate the cross-hair, you press control+F
Форум по трейдингу, автоматическим торговым системам и тестированию торговых стратегий
Как программно включать режим CROSSHAIR
fxsaber, 2024.11.21 13:19
#include <fxsaber\MultiTester\MTTester.mqh> // https://www.mql5.com/ru/code/26132 bool SetCrossHair( const bool Enable = true ) { return(user32::SendMessageW(MTTESTER::GetTerminalHandle(), WM_COMMAND, 0XCD78 + Enable, 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