Can anyone code this simple strategy for me
Can anyone code this simple strategy for me
Sell when PSAR signals in 5min, 15min, and 1 hour charts
And MACD line below trigger line in 5min, 15min, and 1 hour charts
Buy when PSAR signals in 5min, 15min, and 1 hour charts
And MACD line above trigger line in 5min, 15min, and 1 hour charts
15 pip trailing stop
60 pip limit
If someone could make and upload this EA I would really appreciate
it.
1 مرفق
رد: Can anyone code this simple strategy for me
Hello
Try this EA
I Attached the result from 15/12/2008 to 30/12/2008 into the file
Good luck
Note:you have to use 5M timeframe when u test it by strategy tester also when it work on real account ,I am waiting to hear your opinion
رد: Can anyone code this simple strategy for me
اقتباس:
المشاركة الأصلية كتبت بواسطة trader12
Hello
Try this EA
I Attached the result from 15/12/2008 to 30/12/2008 into the file
Good luck
Note:you have to use 5M timeframe when u test it by strategy tester also when it work on real account ,I am waiting to hear your opinion
thanks alot
i need to make an update for this strategy
i want to replace the MACD signal by 2 moving averge
13&21 Exponential moving average
thats mean that u will take theposive and negative cross over of the two moving averages instead of MACD SIGNALS
and also this signal must be the same for all timeframes identified
before for opening position
and also let the position be closed from the
parapolic sar signal of 5 min frame with the two moving average cross over at the same time frame only
and neglect the stoploss and take profit identfied before
رد: Can anyone code this simple strategy for me
plz make a code for another strategy i think this it will be very powerfull
i will apply this strategy on Euro/USD frame 5 min
================================================== ==========================
we will buy or sell 0.1 lot every time
================================================== ==========================
open buy position in this conditions only
adx(14) greater than or equal 30
exp moving average 13 greater than exp moving average 21
parapolic sar gives buy signal
close position in case of parapolic sar gives sell signal
================================================== ===========================
open Sell position in this conditions only
adx(14) greater than or equal 30
moving average 13 exp less than exp mov. 21
parapolic sar gives sell signal
close position in case of parapolic sar give buy signal
================================================== ============================
maximum alowable loss 30% of the orignal initial deposit " let this value changable "
================================================== ======================================
plz if u never mind can u make the code in mq4 format to be able to change any parameter
in or to get the best result while testing ;)
================================================== ========================================
2 مرفق
رد: Can anyone code this simple strategy for me
Hello
I made them but the first Strategy is more powerfully than the another Use 5 min chart for testing.
Good luck