Forum

Can anyone Please Help me with that Custom Indicator the Back Testing is extremely slow. Thanks in advance

//+==================================================================================================+ //| NN Indicator EURUSD.mq5 | //| Copyright 2018, C. K

Help Needed to find the most Profitable Buy Position and most Profitable Sell Position.

Hi, I'm trying to find a way to find the most profitable buy position and the most profitable sell position. If the total lot size of these positions is greater than total lot size * 6 to close the positions. Thanks in advance for your help

Cannot change phone number to my account!

I'm trying to update my phone number. In order to do that it requests me to verify the change also to my old phone number but I don't have access to that number anymore. I have already contacted support. I have opened a ticket and they closed the case with the advice to post to forum. Is there any

MqlRates Issue My ea was working perfectly until the 2nd of November(working for almost a year without an issue). Since then randomly I'm getting Array Out of Range.

My ea was working perfectly until the 2nd of November(working for almost a year without an issue). Since then randomly I'm getting Array Out of Range . So I have changed the code to this: MqlRates PriceInformation[]; int Data = CopyRates ( Symbol (), Period (), 0 , 10 ,PriceInformation); if

What is the Proper way to Force the indicator to calculate only the last 5000 candles? Thanks in advance

#property indicator_separate_window #property indicator_plots 1 #property indicator_buffers 1 #property indicator_color1 clrLime #property indicator_type1 DRAW_LINE #property indicator_style1 STYLE_SOLID #property indicator_width1 1 #import "NNTrainDLL_EURUSD.dll" int initializeTrainedNN( string

MQL5 Is it possible to Pause Backtesting when an order is opened by Using Coding?

I'm trying to pause the Back Testing from the EA. Can anyone help? MQL5 with Strategy Tester and Visualization Mode. Is there any way to send keystrokes such as space key from the EA? (Don't want to use the Debug MODE)