bryanjald_gmail_com:
use chart events (Y/N keys as response to question of EA) or (input) dialogs, Yes/No dialog messages etc.I have an EA but want to make the final decision as to whether to buy or not. So having detected a buy/sell condition the EA should request entry confirmation with something like:
"Buy condition confirmed - submit order?"
and then allow me to give a y/n response.
Does anyone have a code sample or idea how to accomplish this?
you'll find something in standard libraries
Code2219 or probably 2319:
use chart events (Y/N keys as response to question of EA) or (input) dialogs, Yes/No dialog messages etc.
you'll find something in standard libraries
use chart events (Y/N keys as response to question of EA) or (input) dialogs, Yes/No dialog messages etc.
you'll find something in standard libraries
Is there an MQL4 version?
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
I have an EA but want to make the final decision as to whether to buy or not. So having detected a buy/sell condition the EA should request entry confirmation with something like:
"Buy condition confirmed - submit order?"
and then allow me to give a y/n response.
Does anyone have a code sample or idea how to accomplish this?