Known issues...- If you run converted Expert Advisor in MetaTrader 5 and your account is "netting" type (only one position per symbol), that Expert Advisor might not work correctly.
- The Converter tries to detect the type of input file - EA, Indicator, Script or include file. If your Script is mistaken for an EA, add #property script_show_inputs to its code. If an EA is mistaken for a Script, rename the start() function to OnInit(). Indicators are more easily detected by any of their #property indicator_*.
- If your indicator uses another indicator in its OnInit(), that other indicator will not work correctly and will return 0 value.
- iRSIOnArray() and iMAOnArray() with MODE_EMA or MODE_SMMA - these functions functions could be extremely slow if they run too often on small timeframes, because they recalculate all data every time.
Oops, this tool can only be used from paid members