Strategy Programming Help
-
Hi,

Please Can you make the program for the strategy below:Strategy Indicators:
- 50 period SMA
- 5 period MA with setting:(shift:3, method: smoothed, apply to Median Price (HL/2))
- 8 period RSI
- 5 period RSI
- Fractal
Strategy Rules:
Buys:
1- The 5-RSI cross ABOVE the 8-RSI (with EA inputs: x-RSI, y-RSI)
2- The 5-RSI and 8-RSI rises and closes ABOVE it's 50 Level, This creates the Set-Up Bar(with EA inputs: 5-RSI= Level, 8-RSI= Level)
3- The Price is between previous fractal UP and fractal Down AND the Difference between UP/DOWN fractal ≤ 20 PIPS ( with EA input: UP/DOWN fractal ≤ x pips)
4- The price must be ABOVE the 5-MA( with EA inputs: x-MA)
5- The price above the 50-SMA ( with EA inputs: True/false) IF false the EA don't use the 50 SMA
6- Then send pending order Buy Stop= previous fractal UP + 4 PIPS ( with EA inputs: x pips)
Exit Buys: (3 options)
1-When the 5-RSI & 8-RSI closes above it's 70 level (with EA input: True/false)
Or
2-When the price close below the 5-MA (with EA inputs: True/false)
Or
3-When the 5-RSI cross below the 8-RSI (with EA inputs: True/false)Stop loose:
1- Fractal trailing with 5pips below the most recent low (with EA inputs: True/false)
Or
2- Trailing Stop using 5-MA with 5 pips below (with EA inputs: True/false)Sells:
1- The 5-RSI cross Below the 8-RSI (with EA inputs: x-RSI, y-RSI)
2- The 5-RSI and 8-RSI rises and closes Below it's 50 Level , This creates the Set-Up Bar(with EA inputs: 5-RSI= Level, 8-RSI= Level)
3- The Price is between previous fractal UP and fractal Down AND the Difference between UP/DOWN fractal ≥ 20 PIPS ( with EA inputs: UP/DOWN fractal ≥ x pips)
4-The price must be Below the 5-MA( with EA inputs: x-MA)
5-The price Below the 50-SMA ( with EA inputs: True/false) IF false the EA don't use the 50 SMA
6- Then send pending order Sell Stop= previous fractal Down - 4 PIPS ( with EA inputs: x pips)Exit Sells:( 3 options)
1-When the 5-RSI & 8-RSI closes above it's 30 level (with EA inputs: True/false)
Or
2-When the price close above the 5-MA (with EA inputs: True/false)
Or
3-When the 5-RSI cross above the 8-RSI (with EA inputs: True/false)
Stop loose:
1-Fractal trailing with 5pips above the most recent high (with EA inputs: True/false)
Or
2-Trailing Stop using 5-MA with 5 pips above (with EA inputs: True/false)Please can you put in EA inputs the option for the start & end of the trade TIME (Time Filter)& The Beak Even option
NOTE: IT WILL BE GREAT IF YOU CAN INTRODUCE AN OPTION (TRUE/FALSE)
TO TRADE HIGHER TIME FRAME (Exp:H1) WITH ENTRIES ON LOWER TIME FRAME(Exp: 5min) AND THE EXIT WILL BE WITH THE HIGHER TIME FRAME(Exp:H1).http://u.ee3.us/up/1426778043.jpg
Many thanks,
Salim
-
Hi,
Does anyone here can help me to put my trading system into EA ??????

-
I can see that you are trying something over the project that I previously made for you, which was something similar, but using MAs. For the current project the template should be different, most probably. So what I think is that you need some reorganization.
I must say that I don't want to make full EAs every time that someone is asking for that. If there are small specific problems, I will help. There are always things that are not obvious, like finding last arrows of Fractals. For reorganizations of blocks... yes, this requires some logical thinking, backtesting and time. I need my time for other things

-

-
Hi Site Admin,
PLEASE,Can you help me to make just part of my strategy (organization) and the rest I'll try to complete by myself.
Put me on the right path...
Many thanks,
Salim
-
But this is the rest. You have some tools (blocks) and they need to be placed here and there is certain order, depending on what is the strategy