Topic: Help with Logic

Hello, everyone!
Please help me to code this old good strategy
Indicators:
- SMMA 55 Price Median
- SMMA 34 Price Median
- SMMA 14 Price Median
- Parabolic SAR 0.02 - 0.2

TREND UP = ( MA 34 > MA 55 ) and moving UP
TREND DOWN = ( MA 34 < MA 55 ) and moving DOWN
ENTRY and EXIT = MA 14 and Parabolic SAR

Thanks!

Re: Help with Logic

This must be exactly what you need:

[Opening Point of the Position]
Moving Average
     Enter the market at the Moving Average
     Smoothing method  -  Simple
     Base price  -  Close
     Period  -  14
     Shift  -  0
     Use previous bar value  -  Yes

[Opening Logic Condition]
Moving Average
     The Moving Average rises
     Smoothing method  -  Simple
     Base price  -  Close
     Period  -  34
     Shift  -  0
     Use previous bar value  -  Yes

[Opening Logic Condition]
Moving Averages Crossover
     The Fast MA is higher than the Slow MA
     Base price  -  Close
     Fast MA method  -  Simple
     Slow MA method  -  Simple
     Fast MA period  -  34
     Slow MA period  -  55
     Fast MA shift  -  0
     Slow MA shift  -  0
     Use previous bar value  -  Yes

[Closing Point of the Position]
Parabolic SAR
     Exit the market at PSAR
     Starting AF  -  0.02
     Increment  -  0.02
     Maximum AF  -  2.00