Tutorials

These picture tutorials will show you how to correctly set up and get the most out of the software.

OPENING A TRADING ACCOUNT

When you begin trading you need a trading account with a broker, so too with . We will simulate that we opened an account with $50,000 on the 1st Jan 1998 (approx 10 years ago). We will set our brokerage rates and our position sizing method.

To launch the account editor, click on Edit (above the Scan button) then Accounts.

Opening the Accounts screen in <?php echo $sv ?>

  1. Click on File then Account then Insert.

    <?php echo $sv ?> ~ Inserting an account

  2. This will create a trading account with a name like Account1.
  3. By default it sets the position-sizing model to Fixed Percent Risk, since we want to use Fixed Percent Risk we do not need to change this.

    <?php echo $sv ?> ~ Fixed Percentage

  4. By default it also sets the Brokerage to that displayed. For our back testing purposes this is fine as it is.
  5. Now that we have an account we need to deposit some money into it, click on Cash (on the main menu) then Insert. Set the date to 1/1/1998 and the amount to 50000.

    <?php echo $sv ?> ~ Inserting Cash

  6. Close the window ( button) to finalise the transaction.
  7. You should now see $50,000 deposited into your trading account, ready for use.

    <?php echo $sv ?> ~ Depositing Cash

  8. Close the Accounts editor ( button).

You can now start creating your systems. If you would like to learn how to create systems please click on one of the following links:
» Creating a MACD System
» Creating a Moving Average Crossover System
» Creating an Open Close Price System
» Creating a Parabolic SAR System