AutoTrader
AutoTrader copied to clipboard
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
I saw that in earlier versions we had more statistics displayed but are now commented : ``` # print("Win rate: {}%".format(round(win_rate, 1))) # print("Max win: ${}".format(round(max_win, 2))) # print("Average win:...
Hi, I am trying to run oanda in paper trade mode. ``` Updating trading bots. Apr 24 2023 14:00:00: No signal detected (XAU_USD). Bot update complete: Bollingerband Breakout Apr 24...
**Describe the bug** I m getting the following error when i try to use multi time frame data ``` AutoTraderBot assigned to trade BTC-USD with virtual broker using EMA Crossover....
**Describe the bug** Hi Kieran, First of all, thanks for the work you've done, I'm currently trying to learn from your indicators,I liked the idea you implemented for swing detection,...
In manual trading, a common technique used to increase profit is the concept of “taking profits and leaving runners.” This can be executed in 2 ways: 1. Sell x% of...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Request the addition of the Rithmic API as a broker. Could use this bot to trade more than crypto.
**Is your feature request related to a problem? Please describe.** [Tox](https://tox.wiki/en/latest) is a very popular Python development and build automation tool that interfaces well with existing Python tooling and conventions....
# Issue Closes #58. # Changes ``` $ git log main..58-tox-support b1b7fa3 (HEAD -> 58-tox-support, origin/58-tox-support) Add Tox configuration file ``` # Notes Blocked by #57
Hi, I was trying to use autotrader with oanda as the data source for both backtesting and paper trading at the moment. I found that in the `autotrader/brokers/oanda.py` the broker...