Aggressive scalp ea - page 71

 
c0deZ:
haha, I agree Bongo, I think we should ban this soso, maybe even his isp

I'm not owner of this forum., that is not my problem.

I have many clients that ask me do this do that,

change EA, etc.

Bongo

 

Errors

Hi,

i have since version 1.01 all over time errors.

Error 130 cant modiffy or

unmatched data error (low value 1.2849 at 2010.08.18 23:05 is not reached from the least timeframe, low price 1.2850 mismatches)

what is changed that in version 1 is no problem but since that time in every one else ?

Cu Roscos

 
Roscos:
Hi,

i have since version 1.01 all over time errors.

Error 130 cant modiffy or

unmatched data error (low value 1.2849 at 2010.08.18 23:05 is not reached from the least timeframe, low price 1.2850 mismatches)

what is changed that in version 1 is no problem but since that time in every one else ?

Cu Roscos

Ask New Digital.. he is administrator..

Bongo

 
Roscos:
Hi,

...Error 130 cant modiffy or

unmatched data error (low value 1.2849 at 2010.08.18 23:05 is not reached from the least timeframe, low price 1.2850 mismatches)...

Cu Roscos

I'll look into it and see if I can make the EA a little bit more robust. I'm currently reading this article for help: How to Make the Detection and Recovery of Errors in an Expert Advisor Code Easier - MQL4 Articles.

 

what ea you use

samson2:
HI all

saya sudah test EA ini sangat bagus..tetapi terlalu banyak open posisi sehingga kalau deposit kecil harus pintar setting lots..saya mencoba demo di instaforex.apakah bisa escape ini di setting jangan terlalu buka posisi sehingga pemodal kecil bisa memakai EA ini

terima kasih

May i know which version of escape ea you use? thanks alot.

 
madcedar:
Here is a new version of the escape ea, es_capelast_reversed_ECN_v1.04.mq4. This one has a new switch called stagger. Stagger will stop the ea from putting multiple trades on at the same price (see description below).

Now for the inputs to the ea and what they mean:

  • Note: Setting the time filter will control when the ea is able to open trades.

YourAccountNumber = 12345

Key in your real account number here (not necessary for demo accounts).

lTakeProfit = 10.0

This is the take profit target in pips for a long trade.

sTakeProfit = 10.0

This is the take profit target in pips for a short trade.

lStopLoss = 2000.0

This is the stop loss setting for a long trade.

sStopLoss = 2000.0

This is the stop loss setting for a short trade.

gb_addSpread = FALSE

Adds the spread of the currency pair to the profit target.

Note: Seemed like a good idea at the time but after thinking about it I don't think it's necessary so I set the default value to false.

max_num_orders = 100

The total number of open trades allowed over all currency pairs.

max_orders_per_symbol = 10

The total number of open trades allowed on a particular currency pair.

stagger_trades = TRUE

This switch is to force the ea to not to open a trade too close to the price of the trades that are already open (think of it as a multiple price hysteresis zone). The size of price distance (or gap) of the non-trade-zone is set by the buy_stagger and sell_stagger settings (below). The logic for buy and sell trades is handled separatly so it's possible to have a buy position and a sell position open at the same price.

buy_stagger = -1

Is the minimum distance the next buy order has to be away from any active buy order. There are two special settings. A setting of -2 (negative two) sets the buy_stagger to the value of the current spread. A setting of -1 sets the buy_stagger to an automatically set value. This value is calculated by dividing the take-profit (long position) by the maximum number of buy orders. A value greater than zero will set the stagger to that value.

sell_stagger = -1

Same as buy_stagger but it's applied to sell trades only.

max_num_buys_per_symbol=5

This switch limits the number of buy orders per currency. Obviously this value must be less than the max_orders_per_symbol. The maximum number of sell orders = max_orders_per_symbol - max_num_buys_per_symbol. So if the max_num_buys_per_symbol is set to 7 and max_orders_per_symbol is set to 10, it implies that the maximum number of sell orders must be 3.

close_all_trades=FALSE

This switch will close all open trades made by the ea outside of time filter period when set to true. When set to false, this switch will not close any open trades outside of the time filtered period.

clOpenBuy = Green

Colour of arrow placed on chart for a long trade.

clOpenSell = Red

Colour of arrow placed on chart for a short trade.

Name_Expert = "es_capelast_reversed_ECN_v1.04"

The name of the ea.

magic_number = 789667

Unique number for the ea.

Slippage = 1

The maximum allowable price movement while placing a trade.

UseSound = FALSE

Play sound when trade is placed by ea (default is to not play a sound)

NameFileSound = "Alert.wav"

The wave file to be played if the UseSound feature is set to TRUE.

Lots = 0.2

The lot size of the trade.

reverseLogic = FALSE

The default setting for the original es_capelast is false. When set to true, the ea will reverse the buy and sell order logic. Apparently is better when using this ea in a trending market to set this value to TRUE.

Do you really think this EA has a chance to be profitable... I tested quickly and for me it is very bad EA... take care.

 
mcgene4xPro:
Do you really think this EA has a chance to be profitable... I tested quickly and for me it is very bad EA... take care.

With this setup is very badEA, you are right.

 
Bongo:
With this setup is very badEA, you are right.

yes, with version 1.04 I agree to you. The version 1.01 works for me substantially better. It is a joy to watch, how he gets money day by day.

 
konker:
yes, with version 1.04 I agree to you. The version 1.01 works for me substantially better. It is a joy to watch, how he gets money day by day.

Hello Konker,

Could you please post some results and settings?

Regards, Arjan

 

Hello Konker,

I have been searching for ver 1.1 and even this version has

versions within versions. Can you attach the version you have

working?

TIA

Brad

Reason: