admin

Connect Trading Account with Tickmill

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! ...

 
admin

Paper Trade with ALGOGENE Live Simulator

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 ...

 
Gupta

Reference book to learn quant trading?

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. ...

A simple ATR strategy

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 ...

Technical Indicator - Average True Range (ATR)

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 ...

 
Jeremy

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 ...

 
admin

Connect trading account with Eqonex

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! ...

Question on backtesting?

Hi Algogene Community! Just one question. How can Algogene's backtest call a jupyter notebook from 'My History Jupyter Notebook'. ...

 
admin

Guideline to import custom package

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. ...

 
admin

Understand Stop Loss Mechanism

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) ...

 
Wang

交易策略有哪些分类?

弱弱问一下, 交易策略一般分哪几类? ...

 
Hiroki

How to test market randomness?

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 ...

 
admin

Risk Measurement using Value-At-Risk (VaR)

Background Under Basel's risk management framework, financial risks can be classified into 3 main categories: Market Risk Credit Risk Operational Risk ...

A Simlpe Moving Average Strategy migrating from MT4/MT5 EA

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. < ...

 
admin

4 Common Data Formats You Should Know

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: ...

 
admin

Data exploration with Jupyter Notebook

Here comes a new platform feature on ALGOGENE to directly work with Jupyter Notebook! ...

A simple RSI strategy

Following the discussion from the previous post [Technical Indicator - Relative Strength Index (RSI)] , we will implement a simple trading strate ...

Technical Indicator - Relative Strength Index (RSI)

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 ...

 
admin

Understand Order Matching

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 ...

 
admin

Guideline to backtest with custom datasets

New features For more feasibility of our platform, ALGOGENE now supports new features: import multiple custom data files specify user-defined file formats ...

 
admin

Connect Trading Account with Interactive Brokers

In connection with Interactive Brokers, users can now trade with IB accounts using ALGOGENE dedicated trading gateway! ...

 
admin

Are Cryptos currency?

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), ...

 
admin

What is money?

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. ...

 
user

How to set the data interval to "full tick" ?

I can only set the data interval to "one day" but I wan to activate newsdatafeed. Can anyone help me? Thanks. ...

 
admin

Introduction to CFD products

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, ...