Aggressive scalp ea - page 15

 
PC Biz:
I was also thinking about the periods when the EA stays out of the market. I have not learned to code yet, but if we used two or three indicators to confirm direction and trade the 15m charts, the EA would be active 24/5.

For example:

  1. The indicators confirm uptrend: The EA places multiple long pending orders.
  2. The indicators confirm downtrend: The EA closes long trades and long pending orders, and begins placing short orders.

Of course.

In my Test Escape Ea, i have a implemented the ema crosses. It work, but sometime something go wrong and just because the trailing dont not work, i lost some pips. I f you suggest me what is the best ema crosse to identify the up and down trend i can do some test so if it work i'm happy to share it!

Tell me please what ema crosse confirm the up trend and when the downtrend e tell me also when close the uptrend position if tp in not reached and viceversa. ok?

 

hi,

hi guys,

firstly ı dont know mql language(very well).Usually my friend helping me.

Trailling stop works every time but if occur the conditions

int iTakeProfitCloseValue=3;

extern int iTakeProfitMaxDecCount=3;

static bool bTakeProfitPrevious=-1;

static int iTakeProfitDecraeseCount=0;

static int iTakeProfitMaxValue=-1;

if (OrderProfit()> iTakeProfitMaxValue)

iTakeProfitMaxValue = OrderProfit();

if (bTakeProfitPrevious > OrderProfit())

iTakeProfitDecraeseCount = iTakeProfitDecraeseCount + 1;

else if (bTakeProfitPrevious < OrderProfit())

{

iTakeProfitDecraeseCount = iTakeProfitDecraeseCount - 1;

if (iTakeProfitDecraeseCount<0)

iTakeProfitDecraeseCount = 0;

but ı dont use stoploss (never).

if the situation goes bad, I would manually open hedging positions.

The most important rule in this ea micro lots depending on your balance you must open micro position. And margin of more than 30% of your total balance of your total should not be. And t / p value must be low(2-3pip).

sorry my bed english!

 

this example 5 digit broker.(alpari)

alpari demo account results:

09/11/2009 (16.00*23.59 just 8 hour)

start balance:50000 usd

t/p:1 pip

lots:0.2 k

bar:50

total order :110

when the balance 55000 usd I changed the lot is 0.4 k

t/p:1 pip

lots:0.40 k

bar:50

total order :110

when the balance 60000 usd I changed the lot is 0.6 k

t/p:1 pip

lots:0.6 k

bar:50

total order :110

when the balance 80000 usd I will change the lot is 0.80 k

t/p:1 pip

lots:0.8 k

bar:50

total order :110

many orders, low-tp, fast process.

statement

screen shot

 

Hi escape,

Aggressive Scalp EA....!??

This is an Aggressive Scalp EA. See pick.!

(Forward testing)

Dimitriy/Bongo

Files:
 
Bongo:
Hi escape,

Aggressive Scalp EA....!??

This is an Aggressive Scalp EA. See pick.!

(Forward testing)

Dimitriy/Bongo

sorry but ı dont understant anything.This picture not escape ea

be more clearly

 

CAN YOU POST YOUR SETTING ESCAPE PLEASe?

Hi escape, can you post your setting please?

Thanks for your work

 
escape:
sorry but ı dont understant anything.This picture not escape ea be more clearly

-Yes, you are right, this is not escape ea.

-You are calling your EA Aggressive. Why?

-You are showing a back test, looking nice,

you are not programmer, what is the point for this thread?

Sorry.

 
 

:*

Thanks! I will test it!

 

don't work at long!

don't work at long! just some trade and after.... down the account.

why?

Files: