Questions from Beginners MQL4 MT4 MetaTrader 4 - page 98

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
Please advise where exactly it is inserted.
#include <WinUser32.mqh>
#define VK_HOME 0x24 Where can I find out all variables for all keys?
void start() { int handle=WindowHandle(Symbol(),Period());
PostMessageA(handle,WM_KEYDOWN,VK_HOME,0);}
at compilation it says void start...
in the source code of the ready EA? If there is an allert that this script should be attached to, it should push the button from the keyboard
Please advise where exactly it is inserted.
#include <WinUser32.mqh>
#define VK_HOME 0x24 Where can I find out all variables for all keys?
void start() { int handle=WindowHandle(Symbol(),Period());
PostMessageA(handle,WM_KEYDOWN,VK_HOME,0);}
at compilation it says void start...
in the source code of the ready EA? If there is an alt to which this script should be attached, it should push the button from the keyboard
put in the program header from where the PostMessage is launched
What is the magic of a manually opened order? What will OrderMagicNumber() return? 0?
What is the magic of a manually opened order? What will OrderMagicNumber() return? 0?
yes
Thank you.
What does the error mean.
cannot set timer
What does the error mean.
cannot set timer
Unable to set the timer
impossible to set the timer
Thanks for the translation :)
Why doesSymbolInfoInteger(sym,SYMBOL_SELECT) return true if sym=="" ?
Same with MarketInfo(sym,MODE_TRADEALLOWED).
Why does SymbolInfoInteger(sym,SYMBOL_SELECT) return true if sym=="" ?
Same with MarketInfo(sym,MODE_TRADEALLOWED).
How should it be?