
How to deploy model from Juypter Notebook?
Following this post , I have trained a model using the online Juypter Notebook. My question is how can I dep ...
Following this post , I have trained a model using the online Juypter Notebook. My question is how can I dep ...
Hello, I am now studying to be aware of Algogene's backtesting engine. I run this code and the result shows this result. CODE class AlgoEvent: ...
Hello community! According to REST API Doc , I know I can query historical OHLC data for pla ...
Following the article Guideline to backtest with custom datasets , we learnt how to upload custom data to the system for backtest ...
Hi there, I have a script running in the live-test environment. I found that one of my order for 7500HK was closed at $4.77 on 7-Jul. However, I checked other data sources, the lowest price on that day doesn't hit that low. ...
Hello, I want to ask about the function of getHistoricalBar. For example in backtesting, I want to get the historical 2min bar data of certain instrument and calculate some indicato ...
Hi, I am a participant of the CASH Algo Trading competition. I have a question as title. I read this article Underst ...
I can only set the data interval to "one day" but I wan to activate newsdatafeed. Can anyone help me? Thanks. ...
Hey there, any one know how to set transaction cost as a percentage in backtest? ...
Hi algogene team, I have been using the platform for developing my trading algorithm for almost a year. I am really appreciate how powerful APIs and comprehensive datasets the platform has. ...
From my understanding, NAV and "Cumulative PnL" should remain unchanged, if there is no outstanding positions. However, from the backtest result (see highlighted below), for certain days when "Net Position" is zero, "Cumulative PnL" is not constant. ...
I encountered below danger message during backtesting. I am wondering what it is about and how to get rid of it. Thank you! ...
Hi there, I have developed several simple trading strategies. Following the optimization method from the youtube tutorial ( ...
Hello, I found that the close order API only support market order. How can I close a position using limit order? ...