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

 
Bee Bee

How to print a debug message?

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

 
admin

Publish your trading robots to create alternative income

This article following the post ALGOGENE Marketplace FAQ is to provide further information, guidelines and detailed steps for potential strategy ...

 
admin

Guidelines to re-use model results for backtests

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

 
admin

Matplotlib for data visualization on ALGOGENE IDE

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

 
admin

Deploying your first Robo-Trader

This article shows you how to deploy a Robo-Trader for either live-testing or real-trading, on ALGOGENE platform. ...

 
admin

Connect Trading Account with IG

ALGOGENE now supports users to trade with IG accounts using ALGOGENE dedicated trading gateway! ...

 
admin

ALGOGENE Marketplace FAQ

 What is ALGOGENE Marketplace? ALGOGENE Marketplace is our brand-new 2-sided social trading service. [Subscriber] : For those who want to invest but lack of experience or time, it gives you the ability to invest in the strategies from experienced professionals! ...

 
admin

ALGOGENE REST API

 What can I do with your REST API? ALGOGENE REST API service enables headless read/write access and perform ALGOGENE actions. These APIs can enable a number of custom solutions or extend core features to be embedded into ancillary w ...

 
admin

Overview of Leverage and Margin

Most of the times, the terms leverage and margin are used together. Although they both involve borrowing, leverage and margin are in fact interconnected but different thing. What is Leverage? ...

 
admin

Some Guidelines for Strategy Backtesting

 What is Backtesting? Backtesting is a retrodiction process to cross validate a predictive model over previous time period. In financial analysis for investment strategy or risk modeling, backtesting would be used to es ...

 
admin

ALGOGENE Mobile App Installation Guide

 This article goes through the steps to "install" ALGOGENE as a mobile app. Installation Steps In your mobile device, browse https://algogene.com ...

 
admin

Connect Trading Account with OANDA

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

 
admin

Algo Live Testing

What is Algo Live Testing? Algo Live Testing allows you to quickly execute your Trading Strategy to a set of broker's demo account before you go live. The demo account will be able to process the whole trade life cycle, incl ...

 
admin

Installing Python on Windows (Anaconda)

 This tutorial will demonstrate how you can install Anaconda, a powerful package manager, on Microsoft Windows. What is Anaconda? Anaconda is a distribution of Python. It is free and open-source and makes package management and deployment simpler. Keep reading to see how. It is the standard platform for Python data science an ...