-
Sorry if this has been discussed already. I didn't find anything in the forums.
Does Zipline have a method to access individual symbol time-series data from a bundle, outside of the algo run? Is s…
-
Any info on using WASM+WebGL+Plotters? Is it possible?
-
The DS-OL also adopt an event-based approach to reconstruct the order lifecycles. Events which are to be recorded in the DS-OL format are mainly the client-side events (e.g. client requests to place a…
-
WebSocket and kite.ltp apis are very unreliable in the morning trading session, WebSocket/ltp api are not giving the ltp for subscribed scripts in the morning till 10AM leading the code flow to break.…
-
Hi,
Thanks for releasing this code, it looks really interesting!
I'd like to use it to find best fit parameters for bit different domain, algo trading params to be precise.
To be honest I have no i…
-
Hi,
the bitfinex data is corrupt for symbol btc_usd.
On the 30.11.2018 volume is always 0, low, high, open and close is always 4321.9.
On the 31.10.2018 volume is always 0, low, high, open and cl…
-
Hi, I'm trying to use DataFrameClient to store data into Influx, I managed to insert the data into the database, but I cannot set any tags, so I'm able to insert if I don't set a tag.
Could someone…
-
It seems that when using Hedge = 5 and NFA, that the "net" orders created by Zorro cannot be found on Alpaca after a restart.
I get the following in the logs after a restart:
```
!order not found…
-
How can we define our own trading days and hours for special markets? For example, what settings will you change and how will you change it for a market that trades 24/7?
-
Dim BitgetOpenOrders_Algo = Await clientBitget.FuturesApiV2.Trading.GetOpenTriggerOrdersAsync(BitgetProductTypeV2.UsdtFutures, BitgetFuturesPlanType.NormalPlan, Symbol_USDFutureV2)
i got:
BitgetOp…