Forum

MT5 Optimization problems and questions

Hello traders, i have 3 problems with optimization of mt5. I hope that experienced people can responds them :) 1) if i disable any local agents or local network farm and enable it, it doesn't respond sometimes. For example right now, it says "ready" for local network farm but still i can not see any

İ can see values at data window but in backtest i get 0

Hello, i modified an indicator and created ea for this indicator. if i attach the indicator to chart, i can see values perfectly at data window also if i attach ea on chart, it prints values perfectly. But if i try to backtest ea, i get 0 values for indicator buffers ... What am i doing wrong there

How to copy from static array to indicqtor buffer

Hello i modified an indicator and got values in static array which is non dependent on bar number qnd i want to give this array's 0 value to indicator buffer array's 0 value and as you know indicator buffer array is dynamic and time dependent array. İ equaled [0] value of each array in indcator but

MT5 Backtesting issue

Hello, if i backtest my ea with visual mode. it trades and works perfect but if i close visual mode during backtesting or starting optimization, i can not see any trades? Can someone help me why this occurs? Thanks

After trade opened, i need to check if trade candle is green or not.

Hello, i am trying to code when my ea creates a order and if that candle closes opposite way of signal, i want to close order before it reaches its stoploss. PS: if iClose -iOpen>0 it will be bullish candle, if <0 it will be bearish candle So i need to get info when trade candle closes. Do you

I can't get the value of lower timeframe

Hello, i am using the icustom function to get values for current and lower tf but when i test it with strategy tester it is getting the value of current timeframe but i can not get value for lower time frame such as 5 min. Can someone help me to fix my problem, thanks #property strict input int

I worked with developer here and he arbitrate the half money, how can i withdraw it?

Hello, I had 50 dollars left here on my account and i don't want to use it in mql5 so i tried to withdraw it to epayment account but couldn't make it. Is there anyone who can help me

I am trying to make divergence spotter for coppock indicator but need help please.

I am trying to develop divergence spotter for coppock indicator code by combining codes from fx divergence 2.1. But i am stuck, it gives 2 errors. please somebody help me find out the problem. #property copyright "Berk" #property link "berkcetiner@hotmail.com" //---- #property

How to cancel freelance order if developer's job cant meet my criterias?

Hello, If developer can not make my job properly, how can i take my money back? I requested arbitration but he declines. What can i do to take my money back to give it to new developer? Thanks