Forum

Metatrader trademarks/copyright infringement

Hi, I'm not sure if this is the right place to get an official response from metatrader, but here goes. I was recently informed by a third party site that I was violating mt4's trademark by editing an EA I wrote from scratch myself. This doesn't make sense to me. Is this really a thing? Apparently

MT5 backtester returning different values than visual tester

int corr_handle; double Close []; double Close2[]; int OnInit() { corr_handle = iCustom(Symbol(),Period(),IndicatorName,OverLay); return(INIT_SUCCEEDED); } void OnTick (){ int copy; ArraySetAsSeries ( Close , true ); ResetLastError (); CopyBufferAsSeries(corr_handle, 3 , 0 , 1 , true

1M signal to offline Renko chart

Hi, Could anyone tell me if it is possible to port an indicator's signal (arrow up / arrow down ) from a 1M chart on to an offline Renko chart

Indicator adaption

Hi Guys, I would very much appreciate it if someone would tell me if this is possible: I have an indicator which prints arrows on the chart (for manual trade only) - I would like to replace the arrows with a vertical line and a horizontal line at the Bar Close level - which would extend to the next