Forum

UseCloud=1 within configuration file

Hi, In automating the optimization process for a handful of currency pairs, I have created a configuration file (.ini) for each optimization exercise which includes the UseCloud=1 reference so that the Cloud network is activated. However, when running the configuration file the Cloud is not

Command Line - simple guidance

Hi, I was reading a particular thread (link below) about running sequential tests/optimisation and I understand that a configuration file needs to be written and run in a command line. Very simple question - where do I find this command line in the terminal? I have looked everywhere but everywhere I

Compilation Error - undeclared identifier: trying to pass values from implementation file to class

Hi, In writing an EA containing an implementation file and a separate class, I've developed a method (i.e. getBarLow) within the class designed to retrieve the lowest of the no. of bar lows to be used as a breakout entry. The parameters of the method is the no. of breakout days that is sourced from

Getting very small number from indicator buffer

Hi, I'm trying to build a mechanism within my EA whereby the value of the iATR buffer is assigned to a variable of the same type for use further within the code (i.e. rolling ATR). However, the results I have been getting is a very small number and to further test this I had carved out the relevant

Problems with custom indicator array - need guidance

Hi, I’m in the process of trying to replicate a custom indicator from MT4 for the MT5 that is based off the turtle trading breakout strategy. The strategy in this example generates a trade signal at the breakout of the 20 day high for a long entry and 20 day low for a short entry. Furthermore