Expert Advisors: Dual Trix Expert Advisor - page 3

 

I'm using MT4 - do you any copy of MT4 using this EA

 

Clarification:

In martingail.mqh the line

if(GlobalVariableCheck(GVarName)) GlobalVariableSet(GVarName,0);

should be corrected to

if(!GlobalVariableCheck(GVarName)) GlobalVariableSet(GVarName,0);
 
NEkit:

This is the graph the robot drew. Hmmm.... )

Looked at the code, couldn't find any selling code.... :)

Test on a server with Instant Execution type, e.g. MetaQuotes Demo.

You probably tested on a server with exchange execution or market execution.

 

GOOD EVENING EVERYONE .I AM NEW TO THIS BUSINESS BUT I DECIDED TO TRY TO DO IT .PLEASE TELL ME WHICH LINK I CAN USE TO DOWNLOAD A ROBOT FOR THE TERMINAL?

 

On the code page https://www.mql5.com/en/code/165 at the very top there are files that can be downloaded and destination folders where these files should be copied after downloading. Destination folders are relative to your terminal, i.e. if the terminal is installed in C:\Program Files\Metatrader 5, then copy the files to C:\Program Files\Metatrader 5\MQL5\Include\and C:\Program Files\Metatrader 5\MQL5\Include\Experts\.

The easiest way to download the Expert Advisor is to go to the Codebase tab (at the bottom), find the desired Expert Advisor in the list and right-click on it and select "Download" in the menu that appears. In this case both the Expert Advisor and the library files will be placed in the necessary folders by themselves.

By the way, here is an instruction on how to download files using MetaTrader https://www.metatrader5.com/ru/metaeditor/help/workspace/toolbox#codebase.

 

Who has some sets? Let's drop sets!!!!

 
jama-aru:

GOOD EVENING EVERYONE .I AM NEW TO THIS BUSINESS BUT I DECIDED TO TRY TO DO IT .PLEASE TELL ME WHICH LINK I CAN USE TO DOWNLOAD THE ROBOT FOR THE TERMINAL?

First of all, turn off the caps
 

please check why it does not compile and marks about 12 errors

'Shape' - struct or class type expected tootrix.mq5 79 7

'tootrix.mq5' tootrix.mq5 1 1
can't open "C:\Usersuario\AppData\Roaming\MetaQuotes\Terminal\05AFEAC001BE120E62ABEF57B0056A5B\MQL5\include\ontesterfunctions.mqh" include file tootrix.mq5 10 11
can't open "C:\Usersuario\AppData\Roaming\MetaQuotes\Terminal\05AFEAC001BE120E62ABEF57B0056A5B\MQL5\include\martingail.mqh" include file tootrix.mq5 11 11
'Martingail' - declaration without type tootrix.mq5 24 1
'lt' - undeclared identifier tootrix.mq5 78 4
'GVarName' - struct or class type expected tootrix.mq5 78 7
implicit conversion from 'string' to 'number' tootrix.mq5 78 15
implicit conversion from 'string' to 'number' tootrix.mq5 78 16
'Shape' - struct or class type expected tootrix.mq5 79 7
possible loss of data due to type conversion tootrix.mq5 79 12
'DoublingCount' - struct or class type expected tootrix.mq5 80 7
'lt' - undeclared identifier tootrix.mq5 91 4
'profitc_divide_lossc' - function not defined tootrix.mq5 109 13
'max_series_loss' - function not defined tootrix.mq5 110 13
'lt' - undeclared identifier tootrix.mq5 51 22
return value of 'OrderSend' should be checked tootrix.mq5 56 7
'lt' - undeclared identifier tootrix.mq5 61 22
return value of 'OrderSend' should be checked tootrix.mq5 66 7
12 error(s), 5 warning(s) 13 6

 
My simulated results improve when I increase the slippage.  Why would that be?
 
Hello, in the strategy tester is giving me the following error: "... error Opened order __FUNCTION__open: Unsupported filling mode answer code 10030", what should I do to correct it?