I’m working on a tool to help convert trading strategy documents into structured MQL5 EA logic. - page 2

 
Ryan L Johnson #:

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.
Totally agree. The project aims to help traders iterate on strategy faster