Swordfish Indicators
Moving Average Crossover Predictor

Updated: 2014/08/20

The Moving Average Crossover Predictor (CS_MAXP) is drawn as an overlay on any Swordfish Main price chart.
The MA Crossover Predictor uses two parameters to set the moving average periods. Be sure to create the parameters exactly as shown.


  • The Fast MA line is drawn in green.

  • The Slow MA line is drawn in red.

  • The Predictor is drawn as a Circle Dot.

The 30-minute chart below shows the Moving Average Crossover Predictor from 2014-08-13 to 2014-08-19.

Moving Average Crossover Predictor Chart

Create the Moving Average Crossover Predictor on your Swordfish by following the instructions below:
Follow the detailed instructions for the Custom Indicator Installation Example if you are unsure of how to add an indicator or watch our YouTube video.

Download the Swordfish indicator script file. Use Ctrl-V to paste the code from the downloaded file into the script area.

Swordfish Indicator:
CS_MAXP.txt CS_MAXP.txt
Size : 0.31 Kb
Type : txt

CS_MAXP uses 2 parameters that have to be added manually when you create the script:

Name
MAFp
MASp

CS_MAXP
Fast MA Periods
Slow MA Periods

Default
10
20

Minimum
2
2

Maximum
200
200

Type
Double
Double