Your first strategy

If you follow this tutorial, you'll learn how to submit a sample strategy from a web browser, to our grid, see the results, modify the strategy and see impact on the results.

Log into Algodeal

First of all, as we are going to run a strategy directly from the web, you need to log into Algodeal

homepage_border.png

Choose a strategy

In order to choose a strategy from the provided samples, click on "Run a Sample" in your Dashboard.

Dashboard.png

This will open a list of sample strategies to choose from. Pick one and click on its name. Lets choose BuyAtOpenSellAtClose.

samples_border.png

Run the strategy

You will now see the chosen strategy, and will even be able to edit it if you wish. For now, let's run it unedited, by clicking the "Submit Strategy" button.

Web_sample_strategy.png

The strategy will then be submitted to our grid to be run. It now appears on the backtests page automatically.

Backtest.png

View results

From the backtests page, you can now click on the View Results link for each of your backtests. Lets click on this link for the last backtest (top of the list) you've just ran. This directs you to a summary of the results, with links to more detailed views and graphs.

Results.png

And that's it, you ran your first strategy on Algodeal grid, using Algodeal market data!
Feel free to run the other samples as well and explore the possibilities offered to you. The description attached to each will explain what the sample intends to do, and what functionality it leverages. Once you are more confident with the system, how about trying to edit the strategy code directly from the editable text box?

Going further

You can try to optimize a strategy directly with the provided samples: just try the SlowTurtleCrossInstruments sample strategy, and adjust its parameters.
Or you can also install Market Runner (our design tool) now, and retry the samples from your own environment.