Aggressive scalp ea - page 14

 

I am wondering how to insert a stop loss....

can someone guide me to doing that.

thanks

 

hi escape! Error on trailing stop in escape2 !!

Hi escape,

how are you?

Thank for your work.

I found a little bug on escape2 with the trailing stop.

The trailing stop work only with the first order opened!

It open always 6 orders but the trainling is just for the first!

Can you repair it please?

Thanks for all!

Sku4lox

 
sku4lox:
Hi escape,

how are you?

Thank for your work.

I found a little bug on escape2 with the trailing stop.

The trailing stop work only with the first order opened!

It open always 6 orders but the trainling is just for the first!

Can you repair it please?

Thanks for all!

Sku4lox

I am not so sure that the trailing stop would get activated...... the take profit is at 3 pips..... so no need for trailing stop. I may be wrong but that is what I detect.

 

If tp more then 3 pip the trailing work only for the first order

Blaiserboy:
I am not so sure that the trailing stop would get activated...... the take profit is at 3 pips..... so no need for trailing stop. I may be wrong but that is what I detect.

My TP is 25 pips and work but i saw that the trailing work only on the first order!

 

sorry, I misunderstood.....

I would like to get a stop loss..... do you have any idea as to how to do that.?

 
Blaiserboy:
sorry, I misunderstood..... I would like to get a stop loss..... do you have any idea as to how to do that.?

no sorry, but the previus version have the stop loss. you can copy and paste some part of the code, no?

 

Escape help! Trailing work only with last position opened!

Escape help! Trailing work only with last position opened!

Please can you repair this bug please?

my setting are:

extern int iTakeProfitCloseValue=3;

extern int iTakeProfitMaxDecCount=3;

extern double lTakeProfit = 20;

extern double sTakeProfit = 20;

extern double lTrailingStop = 15;

extern double sTrailingStop = 15;

TF15M

894 2009.02.05 19:58 t/p 117 0.02 1.2809 0.0000 1.2809 4.00 694.60

895 2009.02.05 19:58 t/p 119 0.02 1.2809 0.0000 1.2809 4.00 698.60

896 2009.02.06 06:30 sell 121 0.02 1.2781 0.0000 1.2761 0.00 698.60

897 2009.02.06 06:30 sell 122 0.02 1.2782 0.0000 1.2762 0.00 698.60

898 2009.02.06 06:30 sell 123 0.02 1.2781 0.0000 1.2761 0.00 698.60

899 2009.02.06 06:30 sell 124 0.02 1.2782 0.0000 1.2762 0.00 698.60

900 2009.02.06 06:30 sell 125 0.02 1.2781 0.0000 1.2761 0.00 698.60

901 2009.02.06 06:30 sell 126 0.02 1.2782 0.0000 1.2762 0.00 698.60

902 2009.02.06 06:44 modify 126 0.02 1.2782 1.2782 1.2762 0.00 698.60

903 2009.02.06 06:44 modify 126 0.02 1.2782 1.2781 1.2762 0.00 698.60

904 2009.02.06 06:45 modify 126 0.02 1.2782 1.2780 1.2762 0.00 698.60

905 2009.02.06 06:45 modify 126 0.02 1.2782 1.2779 1.2762 0.00 698.60

906 2009.02.06 06:48 modify 126 0.02 1.2782 1.2778 1.2762 0.00 698.60

907 2009.02.06 07:04 s/l 126 0.02 1.2778 1.2778 1.2762 0.80 699.40

908 2009.02.06 07:12 t/p 122 0.02 1.2762 0.0000 1.2762 4.00 703.40

909 2009.02.06 07:12 t/p 124 0.02 1.2762 0.0000 1.2762 4.00 707.40

910 2009.02.06 07:12 t/p 121 0.02 1.2761 0.0000 1.2761 4.00 711.40

911 2009.02.06 07:12 t/p 123 0.02 1.2761 0.0000 1.2761 4.00 715.40

912 2009.02.06 07:12 t/p 125 0.02 1.2761 0.0000 1.2761 4.00 719.40

913 2009.02.13 17:02 sell 127 0.02 1.2888 0.0000 1.2868 0.00 719.40

 

we have to get a few things fixed, this thing makes a lot of money, but there are periods when it is invested and not trading......

Once we make a couple revisions it will be super.!!

 

;)

Blaiserboy:
we have to get a few things fixed, this thing makes a lot of money, but there are periods when it is invested and not trading...... Once we make a couple revisions it will be super.!!

I believe in this EA!

 
Blaiserboy:
we have to get a few things fixed, this thing makes a lot of money, but there are periods when it is invested and not trading...... Once we make a couple revisions it will be super.!!

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.
Reason: