I have a strategy but no coding knowledge
indicators needed are
1. Moving Average Period 12, Method (Linear weighted), Apply to (Close)
2. Moving Average Period 40, Method (Linear weighted), Apply to (High)
3. Moving Average Period 40, Method (Linear weighted), Apply to (Low)
4. Commodity channel Index(CCI), Period 50, Apply to (close) Levels: (0)
5. Commodity channel Index(CCI), Period 20, Apply to (close) Levels: (100, -100, 200, -200)
6. Relative Strength Index(RSI), Period 7, Apply to (weighted Close(HLCC/4), Levels: 30, 70
7. Stochastic Oscillator %K (100), %D (100), Slowing (5), Price field (Close/Close), Method (Exponential), Levels: 20, 80
conditions for buy
1. Linear weighted Moving Average 12 closed above Linear weighted Moving average 40 Low and Linear weighted Moving average 40 High
2. RSI value must be above 70.00
3. CCI (Period 50) value must be above 0.00
4. CCI (Period 20) value must be above 100.00
5 The stochastic oscillator main line value greater than signal value
6. Buy at the closure of the candle that meet up with the 1 to 5 conditions above
7. Stop loss below the low of bull candle that meet up with the 1 to 5
8. Exit trade when RSI < 70.00, CCI (20) < 0.00, Bearish Candle formed below Moving Average 12
Condition for Sell
Will be opposite of the buying conditions
ANOTHER NEW STRATEGY
i need mql5 robot coded with the details below
indicators used are
1. Moving Average Period 20, Method (exponetial), Apply to (Close)
2. Moving Average Period 40, Method (exponetial), Apply to (Close)
3. Moving Average Period 35, Method (exponetial), Apply to (Close)
4. Moving Average Period 200, Method (exponetial), Apply to (Close)
5. Beginner indicator 30, 50
6. CCI Dot indicator 60 Close 90
7. Commodity channel Index(CCI), Period 14, Apply to (close) Levels: (100, -100, 200, -200)
8. Relative Strength Index(RSI), Period 20, Apply to (weighted Close(HLCC/4), Levels: 30, 70
9. Relative Strength Index(RSI), Period 50, Apply to (weighted Close(HLCC/4), Levels: 30, 70
10. Stochastic Oscillator %K (150), %D (1), Slowing (3), Price field (Close/Close), Method (Exponential), Levels: 20, 80
Conditions for buy
1.the confirmation candle should be above MA 20, MA 40 and MA 35 but may be less than or greater than MA 200
2. Beginners and CCI dot signals buy either on same candle or next candle
3. RSI value must be above 50.00
4. CCI (Period 14) value must be above 100.00
5. The stochastic oscillator main line value and signal value must be greater than 20
6. Buy at the closure of the candle that meet up with the 1 to 5 conditions above
7. Stop loss below the low of the two previous bullish candle before the confirmation candle
8. Exit trade when RSI(20) < 50.00, stochastic < 80.00, Bearish Candle formed closed below Moving Average 20, 40 and 35
Condition for Sell
1.the confirmation candle should be below MA 20, MA 40 and MA 35 but may be less than or greater than MA 200
2. Beginners and CCI dot signals sell either on same candle or next candle
3. RSI value must be below 50.00
4. CCI (Period 14) value must be below -100.00
5. The stochastic oscillator main line value and signal value must be less than 80
6. sell at the closure of the candle that meet up with the 1 to 5 conditions above
7. Stop loss above the low of the two previous bearish candle before the confirmation candle
8. Exit trade when RSI(20) > 50.00, stochastic > 20.00, bullish Candle formed closed above Moving Average 20, 40 and 35