Parabolic SAR EA

 

Can someone help me to modify this EA? Please

I can if I can trade with microlot 0.01 and trailing stop allowing any value.

Or if you can recommend me another Parabolic SAR EA would say thank you!

Files:
kaufman.ex4  4 kb
kaufman.mq4  4 kb
 

And this situation can be resolved by closing long position because Kaufman show sell ?

 
gtudor:
Can someone help me to modify this EA? Please

I can if I can trade with microlot 0.01 and trailing stop allowing any value.

Or if you can recommend me another Parabolic SAR EA would say thank you!

gtudor

Try this one out. It solves the 0.01 lot situation

Trailing stop already can be any value (from what I see it turns trailing stop on when TrailingStop > 0). Converted all the values to pips too (TrailingStop, TakeProfit and InitialStop are pips now, not points) so it is a bit easier to handle the EA (we all are mre used to pips than to points)

Files:
 
mladen:
gtudor

Try this one out. It solves the 0.01 lot situation

Trailing stop already can be any value (from what I see it turns trailing stop on when TrailingStop > 0). Converted all the values to pips too (TrailingStop, TakeProfit and InitialStop are pips now, not points) so it is a bit easier to handle the EA (we all are mre used to pips than to points)

Thank you very much !

 

mladem

Sorry, but no go:

2013.04.09 15:43:56 SARKAMA_v1.01 EURUSD, M5: BUY: OrderSend failed with error # 130

Set file :

Expert_Name=---- SARKAMA_v1 ----

Magic=10000

Slippage=6

Main_data= Trade Volume & Trade Method

Lots=0.01000000

TakeProfit=50.00000000

InitialStop=10.00000000

TrailingStop=3.00000000

SAR_inputs= Parabolic SAR parameters

MainTimeFrame=5

Step=0.05000000

Maximum=0.05000000

BarsBack=1

KAMA_inputs= Kaufman AMA parameters

periodAMA=9

nfast=2

nslow=30

G=1.20000000

dK=1.20000000

MM_inputs= MoneyManagement by L.Williams

MM=0

MMRisk=0.15000000

MaxLoss=1000.00000000

 

If your brokers is ECN/STP like, then initial stop and take profit can not be placed along with order opening (try with those set to 0 and if then it opens the order, your broker is ECN/STP like broker)

gtudor:
mladem

Sorry, but no go:

2013.04.09 15:43:56 SARKAMA_v1.01 EURUSD, M5: BUY: OrderSend failed with error # 130

Set file :

Expert_Name=---- SARKAMA_v1 ----

Magic=10000

Slippage=6

Main_data= Trade Volume & Trade Method

Lots=0.01000000

TakeProfit=50.00000000

InitialStop=10.00000000

TrailingStop=3.00000000

SAR_inputs= Parabolic SAR parameters

MainTimeFrame=5

Step=0.05000000

Maximum=0.05000000

BarsBack=1

KAMA_inputs= Kaufman AMA parameters

periodAMA=9

nfast=2

nslow=30

G=1.20000000

dK=1.20000000

MM_inputs= MoneyManagement by L.Williams

MM=0

MMRisk=0.15000000

MaxLoss=1000.00000000
 
mladen:
If your brokers is ECN/STP like, then initial stop and take profit can not be placed along with order opening (try with those set to 0 and if then it opens the order, your broker is ECN/STP like broker)

ok, I'll try it .

thanks !

 
mladen:
gtudor

Try this one out. It solves the 0.01 lot situation

Trailing stop already can be any value (from what I see it turns trailing stop on when TrailingStop > 0). Converted all the values to pips too (TrailingStop, TakeProfit and InitialStop are pips now, not points) so it is a bit easier to handle the EA (we all are mre used to pips than to points)

I have a request to you when we can.

I can make a small change to it?

When you enter a trend to be able to schedule EA cite yellow or blue dots to consider a transaction. Something like, Max Look UP, as the Universal MA Cross EA

I want to avoid to generate transaction to end the trend.

Please if you can ...

Thanks a lot

 
gtudor:
I have a request to you when we can.

I can make a small change to it?

When you enter a trend to be able to schedule EA cite yellow or blue dots to consider a transaction. Something like, Max Look UP, as the Universal MA Cross EA

I want to avoid to generate transaction to end the trend.

Please if you can ...

Thanks a lot

You mean entering a trade only when parabolic sar first signals?

 
mladen:
You mean entering a trade only when parabolic sar first signals?

In the first example

It opens the transaction:

- When the SAR is below

- After the first yellow dot (the first candle after yellow dot)

When the transaction is closed if the conditions are fulfilled, SAR down and is two yellow dot again open sell transaction again.

I want set my EA knows how many yellow dots that open the transaction.

For example in this case are nine yellow dots. Was I can tell her to do transactions only for the first 5 yellow dots.

 

exemple

In the chartc shown:

SAR Down

first yellow dot

first transaction

Use a separate manager in the trade I set sl, tp and ts .

It shows that first transaction closed, condition met and made ​​the second sale

Wish I could set my how many yellow dots to consider open transaction.

For yellow dots are trending down and the blue dots are trending upwards .

Files:
eurusdm5.png  29 kb
Reason: