Skip to content

Other Help

IMPORTANT

The following materials serve as supplementary resources to our Algothon workshops. Please refer to the workshop recordings to understand key skills for the competition.

Please note that the workshop will not provide all required knowledge for the competition. Additional research will be required, and below provides a great start!!

Guidance

The following is provided only as guidance, to assist with direction in completing this challenge. You can choose to use any, none or all of it, given that your submission fall within the specified criteria. We would like to see different models developed in the competition, and any projects that address the investment themes will have a fair chance at winning!

There are almost infinite free resources online regarding both the financials and technicals required in algorithmic trading, but we've compiled a bunch we think are useful!

Basics

Trading Strategies and Analytics

Technical Advice

Starting Out

For the Algothon, participants must have Python installed (v3.6+). We highly recommend using standard popular analytics/plotting libraries such as NumPy, Pandas and Matplotlib.

This can be done using the Anaconda package manager, which supports Windows, Linux and Mac. Other libraries such as TensorFlow and SciPy are also supported by Anaconda.

Install Anaconda here.

Data Sources

All data will be provided by FinTechSoc. The trading universe consists of simulated daily price data of 100 instruments.

Preliminary round data will be provided at case release. Note that the dataset used for judging will not be the same as the data provided to you.

Finalists will be provided the data used to assess preliminary rounds, and will have the opportunity to amend their algorithm. The dataset used to evaluate teams during final presentations will again be unseen data.

Heavy Computations

If you intend to perform large-scale computations, we would recommend setting up cloud computing resources to scale the training of your models. Getting an AWS Educate account will give you access to AWS credits without entering credit card details.

Note that this should not be necessary given the volume of data provided by FinTechSoc.

Join AWS Educate here.

Access documentation of various AWS products and tools here.

Find examples for using Amazon SageMaker with the Python SDK here. SageMaker can be used to perform various machine learning tasks.