Search result found: 72


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

 
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

Guideline to setup OTP Authenticator

What is OTP Authenticator? OTP Authenticator is a dynamic password generator for time-based one-time password (OTP). Its working principle is similar to SMS dynamic verification. After binding, a dynamic verification code is ...

 
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

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

投資懶人包 - 5分鐘看懂 NFT

「NFT」一詞在近年的討論熱度持續攀升, 到底 NFT 是甚麼什麼? NFT幣、 NFT交易平台、 NFT藝術品、 甚至是與元宇宙有什麼關係? NFT 到底是炒作還是有其投資價值? 一些專家說,NFT 是一個即將爆破的泡沫,就像千禧年代的互聯網熱潮一樣。 其他人則認為 NFT 將繼續存在, 而且將改變過往的藝術投資方式。 今天, 小編馬上為大家介紹 NFT 的入門資訊! ...

 
admin

Guide to publish your app on App Store

This article addresses some frequently asked questions (FAQ) related to ALGOGENE App Store , and provides step-by-step guidance for ...

 
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

A Python Example to Publish Trading Signal using REST API

Hi there! If you are managing your own trading system(s) on a local server, and want to list them on Algo Marketplace to attract inves ...

 
admin

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

 
admin

Connect Trading Account with Bybit

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

 
admin

AlgoBot partners with coding lab Algogene for code-to-earn

AlgoBot unveiled the partnership with Algogene for code-to-earn. What does this partnership aim to achieve? ...

 
admin

No longer support trading services on Eqonex

Dear AlgoGene users, Eqonex has announced to stop trading services on Aug 22 , 2022. If you are currentl ...

 
admin

Guideline to use ALGOGENE DLL in MetaTrader

We are pleased to announce that ALGOGENE is now available as a plugin for MetaTrader (MT4 and MT5)! ...

 
admin

Introducing the ALGOGENE Referral Program

ALGOGENE Referral Program lets you and your friend both earn a bonus, as soon as your friend (also called "invitee") signs up for an ALGO ...

 
admin

Guideline to use ALGOGENE Wallet

What is ALGOGENE Wallet? It is a stored value digital card to make efficient online payment/transfer on ALGOGENE. Some of the benefits include: fast payment process to purchase on ALGOGENE ...

 
admin

3 Common Order Types You Should Know

There are 3 order types that are commonly used in securities trading, namely Market Order Limit Order Stop Order Different order types can result in vastly different outcomes. It is important to understand how they differ and when to consider each. ...

 
admin

Guideline for Performance Report Generator

ALGOGENE is excited to announced a new system feature for performance report generation! Unlike usual backtest where you are required to code and define your trading logic/model, this function is f ...

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

 
admin

Time Series Analysis - Autoregressive Model

 What is an Autoregressive Model? An autoregressive (AR) model predicts future behavior based on past results. It is used for forecasting when there is some correlation between values in a time series and the values that precede an ...

 
admin

Registration & Accounts

How do I register on ALGOGENE platform? There are 2 ways of registration. Firstly get to login page, Email Please head to register new account. By clicking the "Create Account" button and filling in the required information, a new account for the developer portal will be generated after email verifi ...

 
admin

Python - Basic Syntax

 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. First Python Program There are basically 2 modes to execute Python programs. ...