Note this project is a work-in-progress - there's still lots to be done
This is created in C# in Visual Studio 2019. It is an experimental work-in-progress to create an application to design crypto or spread betting trading bots. It also will run then live (Currently only with FXCM).
- Create high performance desktop applicate
- Make designing strategies as easy as possible
- Ability to design trading bot strategies that run against 1 hour candles and up
- Run strategies against fast - i.e. 30 markets with 10 years of data in 30 seconds
- Ability to view trades on a candle chart
- Show statistics such as expectancy, drawdown, etc
- Ability to download candle data from FXCM
- Ability to run the strategy live against FXCM
- Add machine learning support
This is still highly experimental but a lot of work has been done so far.
At present I'm just focusing on making this useful for me but if others are interested in this also, I will take feedback and maybe add an installer. Any feedback or ideas are welcome!
On the right is the strategy editor section - this shows a strategy created for placing random trades. Coding strategies has been designed to be as simple as possible as shown in the screenshot. The log at the bottom of the screenshot demonstrates just how fast a strategy can run - 33 markets run in 35 seconds creating 105k trades over the 10 years of data.
This shows all the trades found for the strategy - these can then be shown on the trade chart.
View all trades on a single chart.
This is the chart of equity over the time of the simulated trades. This is the random trades strategy which results in the account dropping to zero.
Set points of interest on the chart which will then feed into the TensorFlow machine learning, which will use a neural network to learn the data.