FX Market Introduction
This article discuss some general jargon and property of Foreign Exchange market. In fact, compared to other asset classes, Foreign Exchange market, also called forex or FX market, is more favorable to Algorithmic Trader. ...
This article discuss some general jargon and property of Foreign Exchange market. In fact, compared to other asset classes, Foreign Exchange market, also called forex or FX market, is more favorable to Algorithmic Trader. ...
This article discuss the implementation of Auto-Regressive (AR) Model as a forecasting trading strategy, then backtest the preformance in ALGOGENE Research Lab. ...
What is an Autoregressive Model? An autoregressive (AR) model predicts future behavior based on past behavior. It is used for forecasting when there is some correlation between values in a time series and the values that precede and succeed them. You only use past data to model the behavior, hence the name autoregressive (the Greek prefix auto means "self"). The process is basically a linear regression of the data in the current series against one or more past values in the same series. ...
This series of tutorials will help you get familiar with some basic Python language, which will be useful develop your Algo in ALGOGENE Research Lab. ...
What is ALGOGENE Research Lab? The ALGOGENE Research Lab is an open platform containing a set of APIs, which offers users the right to access data within ALGOGENE, for the backtest and development of new quantitative model, strategy, or algorithmic trading process. ...
How do I register on ALGOGENE platform? There are 2 ways of registration. Firstly get to login page, ...