
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 am fairly experienced in mql4 programming and I have written an EA that is successfully trading, using several variables. Each night, the EA looks at the very recent history, does iterative calculations and determines the settings that would have been most successful during the history period. It then applies those settings for the following day. I have also written an indicator that can be manually set to the same variables settings. I would like to get the indicator to automatically read the variable values from the EA each day and redraw, so that I (and my clients) can see when a trade is likely to open or close. Does anyone have any suggestions? Many thanks.