mirror of
https://github.com/lukewilson2002/autotrader.git
synced 2025-06-14 16:03:51 +00:00
Add images and readme information
This commit is contained in:
parent
9ea79628e6
commit
2face999aa
16
README.md
16
README.md
@ -1,4 +1,16 @@
|
||||
# autotrader
|
||||
Copyright 2023-2024 Luke Wilson. All rights reserved.
|
||||
Autotrader is a forex quantitative trading engine I developed in two weeks using Go. The unique backtesting simulations runs a user-designed trading algorithm against historical market data. The simulation accounts for brokerage fees, hedging, leverage, market orders, limit orders, stop orders, and more. Once a reliable strategy has been identified, the user can run the trading algorithm they created on their live brokerage account.
|
||||
|
||||
The source code is only publicly available to view so that I can present it on my resume.
|
||||
Autotrader inserts layers of abstraction all the way down from the implementation of the trading strategy to the orders and positions maintained by the brokers over their JSON REST APIs. All financial algorithms and data structures used in this project were developed from scratch, including a time series table inspired by the NumPy Python data science library.
|
||||
|
||||
The following page is a report generated by Autotrader when backtesting a naive SMA crossover strategy using realtime Forex market data:
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## License
|
||||
|
||||
Zero-clause BSD (0BSD)
|
||||
|
BIN
images/livetrades-example.jpeg
Normal file
BIN
images/livetrades-example.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
images/profit-example.jpeg
Normal file
BIN
images/profit-example.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
images/profitability-example.jpeg
Normal file
BIN
images/profitability-example.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
x
Reference in New Issue
Block a user