Aggressive scalp ea - page 23

 

very nice you two! thx i. a.

@beckham: could you plz upload it somewhere? cause its gonna take an eternety to get through checks... sounds pretty nice though!

thanks you two again!

gonna test it soon..

and another request: how about filtering the entrences by time? i.e. only open trade between 17.00 and 5.00 or whatever (configable)

do you think that thats gonna help? for trading only asian time i.e.

thx again, realy aprechiate it!

greetz =)

 

Many thanks Bongo and Beckham!

 

Ops, I meant BUY when its supposed to SHORT and SHORT when its supposed to BUY in my earlier post.

As req,

escape.mq4

Can a mod please remove the link when my attachment has been approved? Thks!

 
 

Also a time filter to prevent trading on heavy news events or sessions is a must. In addition a setting to enable martingale style of doubling if trade goes the other direction? T

 
beckham.is.619:
As req, attached is a version of escape.mq4 that performs the reverse, BUY when its supposed to HOLD and HOLD when its supposed to BUY when the flag "reverseLogic" is set.

No offense to Bongo but I realised your version didn't incorporate the magic_number that previous posts had asked for.

Cheers!

Hi,

No offense, but you put magic number at wrong place-datetime expiration.

Also, this is not escape2.

int OrderSend( string symbol, int cmd, double volume, double price, int slippage, double stoploss, double takeprofit, string comment=NULL, int magic=0, datetime expiration=0, color arrow_color=CLR_NONE)

Bongo

 
Bongo:
Hi,

No offense, but you put magic number at wrong place-datetime expiration.

Also, this is not escape2.

int OrderSend( string symbol, int cmd, double volume, double price, int slippage, double stoploss, double takeprofit, string comment=NULL, int magic=0, datetime expiration=0, color arrow_color=CLR_NONE)

Bongo

Ops! Thks for pointing that out Bongo!

To make it up, I'd modified your version of Escape2-Reverse to allow the reverse logic as a variable (defaults to TRUE) + include in the magic number!

Can a mod please edit my previous post to re-direct the link to this post? I am unable to edit any of my previous postings. Thks!

Cheers!

Files:
 
Goku123:
Can someone kindly program this indicator instead of the current one please? I think it's more accurate then one currently used.

Ask and you shall receive :-)

I rewrote the indicator's logic after stripping out all the fanciful drawings and indicators, based upon the modified version of Bongo's escape2-reverse.mq4 in my previous post. So there isn't any popups/alerts, rather, it closes short orders and buys when it is indicated, and closes hold orders and shorts when it is indicated.

To the mods: I'm weary about the indicator's, whether or not it is proprietary, as from first glance, it seems to have been reverse engineered rather than written from scratch. Please do not approve the file if it isn't in the best interest of forex-tsd. Thks!

Files:
escape3.mq4  16 kb
 

Minor amendments to the above attachment,

- I handled the CLOSE logic wrongly. I CLOSED the short/hold positions immediately rather than wait until the Price has been reached.

- Used BUYSTOP and SELLSTOP to enter a trade previously, it should have been BUYLIMIT and SELLLIMIT

- Checks for OPEN positions before entering.

Fixed those in this version.

Files:
escape3_1.mq4  17 kb
 

Nice work Beckham and Bongo!

Will escape3 work with ECN brokers? If not, can you code that in?

I'm going to download escape3 and run it on a demo FXDD account.