How to query current account balance in backtest?

Hey, I am new to the platform. As title, how can I get current account balance in backtest? ...

 
admin

Introduce the ALGOGENE Affiliate Program

What is ALGOGENE Affiliate Program? The ALGOGENE Affiliate Program offers different commission rates for you to invite users to register and trade on ALGOGENE. When someone purchase on ALGOGENE with your referral code, you will recei ...

 
David

The pros and cons of ChatGPT in FinTech

The recent hottest topic must be ChatGPT, which is a text-based artificial intelligence tool launched by OpenAI on November 30, 2022. It is a chatbot based on natural language processing technology ...

Implement Grid Trading Strategy in Python

Hello everyone! This post is all about implementing a Grid Trading strategy on ALGOGENE. If you are interested to learn how this strategy works or if you are a new joiner of the platform, this post ...

 
admin

Connect Trading Account with OKX

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

 
admin

Guideline for Strategy Parameter Optimizer

Overview It is common that a trading algorithm involves a number of user defined trading parameters. To optimize the algorithm's trading performance, developers usually need to tweet the parameters, re-run ...

 
Shum

哪裡可以查看algo運行情況?

剛剛訂閱了一個algo試用, 請問哪裡可以查看algo是否運作正常? ...

Quant Trader 究竟點樣入行

小弟今年final year, 有興趣 Quant Trading 一行發展。 想了解下 Quant 人工/就業情況 入行有咩要求 平時工作會做D咩 面試會問D咩, 同埋點準備 第一次 ...

Request for parameter optimization function

Hi algogene team, I have been using the platform for developing my trading algorithm for almost a year. I am really appreciate how powerful APIs and comprehensive datasets the platform has. ...

 
admin

Connect Trading Account with Bitget

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

 
admin

Guideline to call App function in strategy script

Dear all users, we are pleased to announced that ALGOGENE cloud environment now supports calling app functions from ALGOGENE App Store ...

 
Wang

订阅策略后, 哪里可以更改止损水平?

大大您好, 第一次在平台上订阅了一个交易策略。从策略介绍中,它提到止损设定为 20%。 由于个人投资比较保守,我可以调整该止损水平吗?如果可以的话,我可以在哪里更改呢?谢谢。 ...

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

The Opportunities of a Grid Trading System

What is Grid Trading? Grid trading is a rule-based strategy commonly used in crypto and forex market. It involves setting multiple predetermined price levels above and below a reference price, creating a grid of orders ...

 
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

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

Connect trading account with Alpaca

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

 
Darius

Is financial market a zero-sum game?

I don't have much financial knowledge. I was told that the financial market is the biggest casino in the world. Every dollar I earn is coming from someone else in the market. Is i ...

 
admin

Understand Ethereum 2.0

Ethereum had completed its mainnet merge on September 15 this year. It is deemed to be a substantial event in the history of Cryptocurrencies. The way Ethereum fundamentally works has now changed. ...

How to implement stoploss?

Hello team, I am trying to implement a stop loss in my strategy. I’m not quite sure how to do it. Can someone provide more guidance? ...

Calling external API

I wonder if it is possible to perform HTTP requests on external API, like importing requests in Algogene? If it is not possible, is there any tricks to retrieve external data? ...

 
Kumar

How to set limit close order?

Hello, I found that the close order API only support market order. How can I close a position using limit order? ...

How to access news data feed to do sentiment analysis?

How to access news data feed and how to change the parameter of news data feed function? And does it output a dataframe or a dictionary? ...

How can I access whether certain trade closed with either targetprofit or stoploss?

I looked at the documents for querying orders but I couldn't find how I can query closed orders. I need to know whether my orders closed with target profit or stop loss. May I know how I can access th ...

Can I use the getHistoricalBar only for live testing

Hello, I want to ask about the function of getHistoricalBar. For example in backtesting, I want to get the historical 2min bar data of certain instrument and calculate some indicato ...