Try to fix image sources

This commit is contained in:
Luke Wilson 2025-05-17 08:35:48 -05:00
parent 2face999aa
commit 2fb44614e9

View File

@ -5,11 +5,11 @@ Autotrader inserts layers of abstraction all the way down from the implementatio
The following page is a report generated by Autotrader when backtesting a naive SMA crossover strategy using realtime Forex market data:
![images/livetrades-example.jpeg](Graph of live trades as executed by the strategy.)
![https://raw.githubusercontent.com/lukewilson2002/autotrader/refs/heads/main/images/livetrades-example.jpeg](Graph of live trades as executed by the strategy.)
![images/profit-example.jpeg](Return on investment of the strategy plotted over time.)
![https://raw.githubusercontent.com/lukewilson2002/autotrader/refs/heads/main/images/profit-example.jpeg](Return on investment of the strategy plotted over time.)
![images/profitability-example.jpeg](Profitability graph of the strategy.)
![https://raw.githubusercontent.com/lukewilson2002/autotrader/refs/heads/main/images/profitability-example.jpeg](Profitability graph of the strategy.)
## License