kikingalgo
kikingalgo
i see this split into 2 issues 1. loading of historical data from the exchange + stiching the live feed 2. loading of historical data from a file + stiching...
I have keen interest in resolving this issue. I can assist with the testing Please let me know
@JacobHanouna thanks - i will look at it
One point i noticed today which is worth mentioning: backfill_start cannot be used together with backfill_from - i will override the backfill_start with the last timestamp from the last candle...
1. fetching the historical data - "historical" is set to true to end when finished fetching date is set to 2 days back 2. fetching live - using data0 as...
@JacobHanouna > the way I look at it, only one should be used. either you backfill your data from the exchange directly (backfill_start). or you load it from an outside...
@sirhc78 in notify_data - you should consider the DELAY status - so in next you pass if the status != data.LIVE example: ``` def __init__(self): self.pausetrade = self.data0.haslivedata() : def...