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

How to close orders by orderRef?

Hey there! I have a backtest script containing multiple strategies. I managed the orders in a way that orders opened from the same strategy will have the same order reference. ...

How to register Bitget account for HK residents?

Hi, we are participants for the Algo Trading Challenge 2023/24 (Global) for the crypto stream. We check that Bitget website is not accessible for HK residents. How can we register Bitget acc ...

 
Zero

Backtest setting question for competition

Hey there, I am a participant of the Algo Trading Challenge 2023/24 (Global) . Just want to clarify whether t ...

 
Nezuko

Too annoying for IBKR to re-auth weekly...

Hi, does anyone use IBKR TWS for trading? I've been getting lots of "None" type returns from IBKR's API. Is IBKR's API still doing that thing where you have to install their clien ...

 
cau

Introducing Singular Spectrum Analysis (SSA) for Time Series Decomposition

By performing the Singular Spectrum Analysis (SSA) or Singular Value Decomposition (SVD) on moving average helps improve the sensitivity of the model to pivot points and rebounces. SSA is often use The aim of SSA is to decompose a time series into smaller components to better interpret its trends. SSA takes the chracteristic difference between a sliding window as the major contributing signal ...

 
Ivan

A good strategy must outperform in many uncorrelated assets?

Hello, I've been backtesting many different ideas and i have been talking with a friend about this topic and we conclude that there's no a general ...

 
admin

Guideline to setup Incoming Webhook Signal with TradingView

We are excited to announce the release of our latest feature - Webhook signal trading! Now, you can trigger your ALGOGENE strategies based on TradingView alerts! This means a new world of possibilities such as: ...

Bond Market Introduction

A bond is a financial instrument typically issued by a government, company, or other entity to raise funds. A bond is a form of borrowing in which the issuer (debtor) lends money to the buyer (cred ...

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

What is the best method to extrapolate financial time series?

As titled, from you guys experience, what would be the best extrapolation method suggested for future price prediction? ...

 
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

Connect Trading Account with BingX

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

What percentage of investor really make money?

Hi all, as titled, I am curious to know how many people can really make money in financial market. Any reference link to some research or reports will be much appreciate. ...

 
admin

Connect Trading Account with MEXC

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

 
Donald

Order closed with unexpected price

Hi there, I have a script running in the live-test environment. I found that one of my order for 7500HK was closed at $4.77 on 7-Jul. However, I checked other data sources, the lowest price on that day doesn't hit that low. ...

Understand the difference between Pip, Point, Tick

Pips, Points, and Ticks are common trading terms to describe price changes in financial markets. The use of these terms depends upon the market being discussed and the amount of the price change in ...

 
SuperB

Question about restart algo

When I restart the algorithm, will the variables and its stored values in previous script be deleted or not? If the variable won't be deleted, can the system handle new variables I added under " __init__() "? ...

 
Nic C

Stop loss using Dollar Risk approach

Risk management is important and necessary for long terms investment. A good risk management mechanism helps keep your account safe from unexpected events and unlucky times, and makes you distingui ...

 
Bella

Stock price issue

Hi team, I found that the price for 06689HK looks strange. From the console, the price level is around 90.0 before 2023-01-06, but it studdenly drops to the level of 30 aft ...

What is the margin assumption on ALGOGENE?

Hi team, I encounter many auto-closed positions while backtesting. I believve it is related to margin call? May I know what is the margin assumption on ALGOGENE? I want to imp ...

 
Jeremy

How to check whether a news appears during trading session?

Hi all, from the technical document, i know that "session=0" refers to trading session for placing orders. Orders will be rejected for other non-trading sessions. In fact, my strategy analyz ...

Backtesting not working! DANGER! Prohibited Usage!

Backtesting not working!!!! Every time, I click on Run, I get a warning DANGER! Prohibited Usage! Does anybody else also facing the same issue here? ...

How to set transaction cost as a percentage?

Hey there, any one know how to set transaction cost as a percentage in backtest? ...

 
Darius

How to place orders during pre-opening session?

Hi, I am a participant of the CASH Algo Trading competition. I have a question as title. I read this article Underst ...