EA Creation and Evaluation Needed - page 3

 

I can't program to save my life but there is nothing I can't Copy & Paste LOL So I have done just that, and managed to get a SL & BE to work on this EA.

I have not had a look at settings yet but feel free to play.

The SL is a 3 bar trailing.

Cheers

Beno

Files:
 

thanks

some improvment.good.

 

hello

Hi, ND,can you please explain why this ea dos,nt work with NF.broker regrads

 
sps8:
Hi, ND,can you please explain why this ea dos,nt work with NF.broker regrads

Which EA? Why does not work with NF broker?

If it works with Fibo Group broker so it will work with North Finance broker.

 

hello

newdigital:
Which EA? Why does not work with NF broker? If it works with Fibo Group broker so it will work with North Finance broker.

thanks for reply,iam talking about ea bosted bt by beno euro form,it work only with liteforex!!!!!!!!!

 
sps8:
thanks for reply,iam talking about ea bosted bt by beno euro form,it work only with liteforex!!!!!!!!!

Liteforex broker is not different from the other brokers. Only the differencies is limitation of number of the orders (if I remember - up to 50 orders per Metatrader) and some limitation about lot size but it also depends on account type in lite forex.

I don't know, sorry.

 

hello

thanks,will be try somthing

 

hello

Beno:
SPS8 Yep here is the update so far so good I have attached a gif with the pairs its just a random selection

Hi,beno,please post your setting,ea did,nt open any position since ye stardy

 

Gidday SPS8

I hope I have done this right. I have attached a set file from Euroform v 2.0

If not I will do a copy and paste job

Files:
 

I don't think it worked.

I hope this helps

extern int expertId=197893;

extern string EAName="euroform";

//extern int TrailStop = 20;

extern double ProfitExit = 1; //% profit exit

extern int ATRStopPeriod = 25;

extern double ATRStopRatio = 2.2;

extern double ATRBreakevenStopRatio = 2.2;

extern int ATREnrtyPeriod = 25;

extern double ATREntryRatio = 2.5;

extern double First_Target = 10;

extern double Target_Increment = 2;

extern double Close_Lots = 0.1;

extern bool Move_Stops = false;

extern double First_Stop_Target = 5;

extern double First_Stop = 10;

extern double Second_Stop_Target = 5;

extern double Second_Stop = 10;

extern bool Use_Max_Loss = false;

extern double Max_Loss = 25;

extern string i0="_indicators params_";

extern string i1="__volatility__";

extern int rtP=7;

extern int Voltrp=9;

extern int Voltype=1;

extern double VolatilityHL=50;

extern string i2="__rsi2ma__";

extern int MA1pr=2;

extern int MA1type=14;

/*

MODE_SMA 0 Simple moving average,

MODE_EMA 1 Exponential moving average,

MODE_SMMA 2 Smoothed moving average,

MODE_LWMA 3 Linear weighted moving average.

MODE_DEMA 4 Double Exponential Moving Average.

MODE_TEMA 5 Triple Exponential Moving Average.

MODE_T3MA 6 T3 Moving Average.

MODE_JMA 7 Jurik Moving Average.

MODE_HMA 8 Hull Moving Average.

MODE_DECEMA 9 DECEMA Moving Average.

MODE_SALT 10 Slow Adaptive Trend Line

MODE_TMA 11 Triangular moving average

MODE_FATL 12 Fast Adaptive Trend Line.

MODE_RSTL 13 Referance Slow Trend Line

MODE_SDL 14 Slope Directional Line

MODE_Kaufman2 15 Kama / Kaufman2 Indicator

MODE_NonLagMA 16 NonLagMA

*/

extern int MA2pr=6;

extern int MA2type=1;

extern int RSItpr=9;

extern double MAofRSIUpHL=75;

extern double MAofRSIDwnHL=25;

extern string i3="__deltastop__";

extern int Mode=0; //0 - auto, 1 - manual

extern double DeltaPrice=0.001;

extern int ATRperiod=14;

extern double ATRratio=2.824;

extern int ConsecutiveTrades=3;

extern double Lots = 0.1;

extern int LotRound=1; //digits after decimal point for lot size

extern double MinLot = 0.1; //minimum lot size

extern double MaximumRisk = 5; //% risk. lot size will be calculated so that stoploss was equal to risk% of balance

extern bool FixedLot = false; //trigger to use MM

extern int slippage=2; //slippage for market order processing

extern int shift=1; //shift to current bar for entry

extern int OrderTriesNumber=10;

Reason: