sirhc78
sirhc78
Hi, I am trying to use Ratelimit in a class. ``` class test : def __init__(self,maxcalls,period) self.maxcalls =maxcalls self.period=period @limits(calls=self.maxcalls, period=self.period) def todo: pass ``` But I can't. What can...
H, I would like to know if anyone is able to retrieve this serie : 'EUR3MTD156N' from https://fred.stlouisfed.org/series/EUR3MTD156N I still get this error: *** ValueError: Not Found. The series does...
Hi, Using Bitmex feed and Bitmex broker on BTC/USD production. (same before and after https://github.com/bartosh/backtrader/commit/0ce07e524722f83b6eea7e7379fff5cf622a8f74) I have a strange position object. First self.getposition().size does not exist : ``` File "D:\Dev2\Anaconda3\lib\site-packages\backtrader\strategy.py",...
Hi, Is it normal I only get 1 notification from "notify_order" function ? Only "Created" status is sent few seconds later. All other order status are missed.