What is the purpose of "orderRef"?
From TechDoc, I see order submission allows an input parameter for " orderRef ". I don't quite understand what it is for. Appreciate if someone can explain more, a ...
From TechDoc, I see order submission allows an input parameter for " orderRef ". I don't quite understand what it is for. Appreciate if someone can explain more, a ...
ALGOGENE now supports users to trade with Eqonex accounts using ALGOGENE dedicated trading gateway! Open Eqonex trading accounts through our partnership link , you will be entitled to HK$300 free credits on ALGOGENE! ...
Hi Algogene Community! Just one question. How can Algogene's backtest call a jupyter notebook from 'My History Jupyter Notebook'. ...
Suppose we already have a python package/function created on a local machine. This article will guide you through the steps to plug into ALGOGENE for backtest, live-test or real-trading. ...
Basic Stop Loss Stop loss is an order exit mechanism that is commonly used for downside protection. When we submit orders to a trading system, a stop loss level specifies the price level at which the long (short) ...
弱弱问一下, 交易策略一般分哪几类? ...
As title, how can I statistically test whether a given price series is random or not? Appreciated if anyone can share some reference/ programming code. PS: I don ...
Background Under Basel's risk management framework, financial risks can be classified into 3 main categories: Market Risk Credit Risk Operational Risk ...
This article provides the full source code of an example presented in a webinar on 2021.07.10. In the webinar, it discussed how to convert a Simple Moving Average Strategy from MT4 EA to ALGOGENE. < ...
A data format is the arrangement of data fields. It defines how data is encoded for storage in a computer file, and the way to display and process. A good data researcher should at least know: ...
Here comes a new platform feature on ALGOGENE to directly work with Jupyter Notebook! ...
Following the discussion from the previous post [Technical Indicator - Relative Strength Index (RSI)] , we will implement a simple trading strate ...
What is Relative Strength Index? The relative strength index (RSI) is a technical indicator for financial market analysis. By measuring the magnitude of recent price changes, it evaluates the over-bought or over-sold conditions of ...
The article discusses the importance of an order book, and how trade orders are matched during Continous Trading Session (CTS) and Closing Auction Session (CAS), and the algorithm generally adopted ...
New features For more feasibility of our platform, ALGOGENE now supports new features: import multiple custom data files specify user-defined file formats ...
In connection with Interactive Brokers, users can now trade with IB accounts using ALGOGENE dedicated trading gateway! ...
In the past few years, different forms of "crypto-currencies" such as Bitcoin and Litecoin, have emerged in the financial market. These cryptos usually have the following properties: deploy the Distributed Ledger Technology (DLT), ...
Definition It is generally agreed by economists that money should support at least 3 key functions: Medium of exchange: it must be generally accepted as a means of payment for goods/services exchange. ...
I can only set the data interval to "one day" but I wan to activate newsdatafeed. Can anyone help me? Thanks. ...
What is CFDs? Contract for differences (CFD) is a financial contract where profit-and-loss is the direct differences between the open and closed prices of an underlying. The underlying of CFDs could be a stock, ...
The python 'print' function doesn't work on the backtest platform. Any one can help? I tried print("hello world") , but nothing shown in the 'console' session. ...
This article following the post ALGOGENE Marketplace FAQ is to provide further information, guidelines and detailed steps for potential strategy ...
When developing a trading algorithm, it may be the case where we have trained/built a particular model for a financial instrument and want to apply it on other financial sectors/markets. For such c ...
Visualizing datasets on ALGOGENE Research Lab is extremely simple. This articles shows you how to apply a popular Python charting library 'matplotlib' to acheive this. With 'matplotlib', you can cr ...
This article shows you how to deploy a Robo-Trader for either live-testing or real-trading, on ALGOGENE platform. ...