Using MT4 EA variable values in an indicator.

 

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.