I’m working on a tool to help convert trading strategy documents into structured MQL5 EA logic. - page 2
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 was thinking the same thing, especially for brand-new traders. As trial lawyers say, "You can't get the answer that you want, if you can't frame the question." The same goes for AI, presumably.
I believe that writing a universal template would be a lot of work. A few more things to consider are:
- the slope of an indicator over the course of N bars (not an angle that varies according to chart zoom, but a binary up/down indicator bar count),
- the span between the price (OHLC, bid, ask, or last) and the indicator,
- the span between multiple indicators,
- crossovers between price and an indicator,
- crossover between multiple indicators,
- volume/tick volume analysis...
The OP's project strikes me as something that could potentially be an endless journey. It will definitely be interesting to see the finished tool.