Scalp_net - page 36

 

original Scalp_net

Seems like the original Scalp_net did best, but mine is not doing anything in my demo. Does it require any indicators? I but Macd and Parabolic in from what I can see it may use them.

Gary

newdigital:
Scalp_net EA.

M1 timeframe.

EURUSD.
 

As I remember only 1.5 version is using custom indicator.

 

First Version..... Before 1.3 or 1.5

yes. But what about the Scalp_net at the beginning with out any version numbers. It is just Scalp_net

That is the one I want to try and I do not see that it is using any indicators. That is the one I have macd and parabolic indicators but it is doing nothing.

newdigital:
As I remember only 1.5 version is using custom indicator.
 

This EA is not trading often.

How many days nothing?

This post? https://www.mql5.com/en/forum/173371

It is the text file also in this post ...

Check the settings, lot size ...

This version is not using any indicator and this version is not trading often.

 

If you want to see about when EA is openning the orders and why so you can use this template https://www.mql5.com/en/forum/173371/page2 and it is the explanation about: https://www.mql5.com/en/forum/173371/page2

 

i try scalp-net vers.1.3 on demo it has made 1 trade in 4 days But good winner trade on gbp/chf 1M.

Is there any newer version available?

 
freemenn:
i try scalp-net vers.1.3 on demo it has made 1 trade in 4 days But good winner trade on gbp/chf 1M. Is there any newer version available?

1.5 is newer

See all versions: https://www.mql5.com/en/forum/176044

 

Parameters optimization:)

Hi fellas...I'm trying to backtest 'TurboScalp net v2.3sar' and I'm not getting good results from preset files. I can't figure out what are the parameters I should optimize (and ranges):

extern int MagicNumber = 7777777;

extern bool EachTickMode = true;

extern double Lots = 0.1;

extern bool MM = true; //Use Money Management or not

extern int Risk = 15; //10%

extern bool MicroAccount = false;

extern int Slippage = 3;

extern bool StopLossMode = True;

extern int StopLoss = 100;

extern bool TakeProfitMode = True;

extern int TakeProfit = 100;

extern bool TrailingStopMode = True;

extern int TrailingStop = 30;

extern double MaximumRisk = 0;

extern double DecreaseFactor = 3;

extern int MaxOrders = 3;

extern double iSAR_Step = 0.05;

extern double iSAR_Maximum = 0.5;

extern int iSAR_Shift = 0;

extern double BoxSize = 5; //ixoah

extern double buylevel = 1; //ixoah buy level, should be 0 or above

extern double selllevel =-1; //ixoah sell level should be 0 or below

extern double Phase = 5; //jma phase

extern double JMA_FastLength = 7; // Fast Jurik MA Period for JMA-Cross trend detection method

extern double JMA_SlowLength = 40; // slow Jurik MA Period for JMA-Cross trend detection method

extern double FastJMA = 120; //turbo jurik macd

extern double SlowJMA = 40; //turbo jurik macd

extern double SignalSMA = 21; //turbo jurik macd

extern double FastJMAPhrase = 5; //turbo jurik macd

extern double SlowJMAPhrase = 5; //turbo jurik macd

extern bool UseHourTrade = false;

extern int FromHourTrade = 0;

extern int ToHourTrade = 24;

 

It is new version of this EA: it opens the order on every signal - 3 orders per chart.

I am not really sure that this EA is profitable.

 
stevenmclachlan:
Can somebody please modify this ScalpNet 1.3 TF EA so that the trailing stop applies outside of the specificied trading hours? I feel this would optimise the performance of this ea slightly and would be worthwhile doing.

I made some changes (it should be tested just to make sure that it works).

I backtested it and seems it's ok.

Reason: