Opening (Entry Signal)
Open a new long position at the beginning of the bar when all the following logic conditions are satisfied:
- the bar opens above the Moving Average* (Simple, Close, 50, 0); and
- Moving Averages Crossover* (Close, Simple, Simple, 10, 25, 0, 0); the Fast MA crosses the Slow MA upward; and
- Moving Averages Crossover* (Close, Simple, Simple, 10, 50, 0, 0); the Fast MA is higher than the Slow MA.
Open a new short position at the beginning of the bar when all the following logic conditions are satisfied:
- the bar opens below the Moving Average* (Simple, Close, 50, 0); and
- Moving Averages Crossover* (Close, Simple, Simple, 10, 25, 0, 0); the Fast MA crosses the Slow MA downward; and
- Moving Averages Crossover* (Close, Simple, Simple, 10, 50, 0, 0); the Fast MA is lower than the Slow MA.
Closing (Exit Signal)
Close an existing long position at the end of the bar when the following logic condition is satisfied:
- Moving Averages Crossover (Close, Simple, Simple, 10, 25, 0, 0); the Fast MA crosses the Slow MA downward.
Close an existing short position at the end of the bar when the following logic condition is satisfied:
- Moving Averages Crossover (Close, Simple, Simple, 10, 25, 0, 0); the Fast MA crosses the Slow MA upward.
A same direction signal - Does nothing
An opposite direction signal - Does nothing
Permanent Stop Loss - None
[Opening point of the position]
Bar Opening
Enter the market at the beginning of the bar
Base price - Open
[Opening logic condition]
Moving Average
The bar opens above the MA value
Smoothing method - Simple
Base price - Close
Period - 50
Shift - 0
Use previous bar value - Yes
[Opening logic condition]
Moving Averages Crossover
The Fast MA crosses the Slow MA upward
Base price - Close
Fast MA method - Simple
Slow MA method - Simple
Fast MA period - 10
Slow MA period - 25
Fast MA shift - 0
Slow MA 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 - 10
Slow MA period - 50
Fast MA shift - 0
Slow MA shift - 0
Use previous bar value - Yes
[Closing point of the position]
Bar Closing
Exit the market at the end of the bar
Base price - Close
[Closing logic condition]
Moving Averages Crossover
The Fast MA crosses the Slow MA downward
Base price - Close
Fast MA method - Simple
Slow MA method - Simple
Fast MA period - 10
Slow MA period - 25
Fast MA shift - 0
Slow MA shift - 0
Use previous bar value - No