Trading Strategies from Active Trader Magazine

May-October System

This system can be run in any version of MetaStock. To create this system:

  • Select the Enhanced System tester from the Tools menu
  • Click New
  • Enter the name of the system
  • Select the Buy Order tab and enter the following formula:

    cross(month()=10,0.5)

  • Select the Sell Order tab and enter this formula:

    cross(month()=5 and dayofmonth()>=15,0.5)
  • Select the Sell Short Order tab and enter the following formula:

    cross(month()=5 and dayofmonth()>=15,0.5)

  • Select the Buy to Cover Order tab and enter this formula:

    cross(month()=10,0.5)


Sign in to MetaStock.com