Alberto Cardellini

Results 4 issues of Alberto Cardellini

AlphaVantage apparently let you perform 500 requests per day at a max rate of 5 per minute. This means that you need to do 1 request every 12 seconds minimum...

help wanted

Implement the `backtest` function for strategy WeightPeakDeviation

When the Broker interface performs calls to its internal services, it should be "smarter" and in case of call failure it could use another service as a fallback. At the...

https://github.com/ilcardella/TradingBot/blob/c9bf4230db43e4258df3da82a6ab007ab40939ab/scripts/Strategies/SimpleMACD.py#L76 Rather than trade each epic one by one after finding a valid signal, the script could build a list with the info returned by the find_trade_signal() (epic, tradeDirection, limit...

low priority