how to use the EA Charels 1.4.0

 

dear friends I am new on the forum and i'm new in using new EA apart from those offered on the mt4 platform.

last week I have downloaded the EA Charles 1.4.0. I dont know how it functions exactly .but i want to set it so that the stop loss could be 150 pips and the take profit at 200pips.

where exactly could i go to set these parameters on my platform. i need also some explanations about the way it function. please contact me to help sergeclaver762@gmail.com. plzz

 

Contact this guy.

//+------------------------------------------------------------------+
//|                                                      Charles.mq4 |
//|                                       Copyright 2012, AlFa Corp. |
//|                                      alessio.fabiani @ gmail.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2012, AlFa"
#property link      "alessio.fabiani @ gmail.com"
 
deVries:


https://www.mql5.com/en/code/10768

extern string Comment_4           = " -- Fixed value if RiskPerTrade == 0";
extern double Lots                = 0.01;
extern double StopLoss            = 0;
extern double MinPipsProfit       = 30;
extern double TrailingUnlockStop  = 35;
extern int Slippage               = 3;

I see you can change the parameters of the EA to get another TakeProfit and StopLoss

you don't have to change any code

 
ubzen:

Contact this guy.

thanks alot dear friend for your help.
Reason: