I am pretty comfortable with FxDreema, but I'm no coder. Just as a heads up.
My aim/direction I'm going is building a centralized EA for the purposes of higher timeframe market conditions. It could either be an EA or a script (I'm indifferent at this second).
I would like this higher timeframe EA to basically output various price levels and directional bias. I would like to store that information into a place that is safe and not lost if the terminal needs to be restarted, etc.
Then, I would like my other EAs to run on lower timeframes and basically be referencing the values/information from the biasing one.
So, for example, the low timeframe EAs would basically be entry models with various target and stop management, but a lot of the relevant information would come from another EA that's responsible for pre filtering conditions and all of this.
Furthermore, I could see myself having a high timeframe algo that keeps all of this information updated, but then possibly have a script that I can use to populate the data for the first time (or any time I need to start from scratch).
So, for example, on first use, I would run the script, it would scan (loop through) how many ever candles necessary to populate an unknowably sized list of variables, and then the EA would just keep that information updated (adding and removing values as necessary). And, again, the lower timeframe EAs would just tap into this information.
I can't say much more because I haven't hammered it out yet.
I can tell you right now, I don't know how to use/code arrays. I figure they're PROBABLY required here somewhere. I really am 100% code illiterate.
Furthermore, I don't know if I need to be saving these into a file and then referencing them across other things OR if it's better to use the "Global Variables" that MT5 offers? (I've never used those, either).
So, what am I looking for/asking?
"What does this look like and entail exactly? And what skills/knowledge do I need to learn/master to be able to execute this way?"
I would also appreciate either tutorial/walkthroughs (very thorough because I'm dense ahahah) or at least referrals where you'd recommend me learn said skills. HOWEVER, I understand that's my problem and not yours. So, if you at least could point me in the right direction, I would really humbly appreciate it and anything above that is just even more appreciated ahaha.
Thanks in advance, 
