How to get historical data before algo starts?
My strategy needs 1-year of past closing prices to build the tensorflow model. I see the platform processing data in a stream format. Is it possible to get historical data be ...
My strategy needs 1-year of past closing prices to build the tensorflow model. I see the platform processing data in a stream format. Is it possible to get historical data be ...
This article goes through the steps to link up ALGOGENE with your Telegram app. What is Telegram? Telegram is a popular instant messaging application, with 400 million monthly active users as of April 2020. It provides an end-to-end encryption for secret chats, and exchange photos, videos, stic ...
What market data is available on ALGOGENE? The list below will get update from time to time. ASSET CLASS SYMBOL DESCRIPTION AVAILABLE FROM ...
In backtesting, it seems economic data stream is only available in tick environment. Is it possible to use econ data for other time intervals? ...
Hello community! According to REST API Doc , I know I can query historical OHLC data for pla ...
As an introducing broker with Tickmill, users can now trade with Tickmill accounts using ALGOGENE dedicated trading gateway! Create trading accounts with our unique IB Code IB68203578 , you will be entitled to 3-month free credits on ALGOGENE! ...
What is paper trading? Paper Trading (also called Live Testing, Demo Trading, or Mock Trading) is a real-time simulation of trade which allows an investor to practice buying and selling without risking real money. The te ...
I am a newbie for quant trading, and I am very interested to start a career in this field. Appreciate if anyone can share some good reference books here. ...
In this article, we will implement a simple trading strategy using the ATR indicator. Trading Idea: From the discussion in the previous post , ATR itself does not provide indication about price trend. Instead, it is used to measure market volati ...
What is Average True Range? The Average True Range is a technical analysis indicator, originally developed by J. Welles Wilder. ATR does not provide indication about price trend. Instead, it measures the market volatility for ...
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 ...