How to set order volume to balance percentage?

Hi all, I have a question related to placing orders. I checked from Tech Doc that the order volume refers to the number of contract to buy. However, I want to buy for 1% of balance ...

 
Percy

What is the cause of DANGER message in backest?

I encountered below danger message during backtesting. I am wondering what it is about and how to get rid of it. Thank you! ...

 
Ka Ka

Is it a good time to invest now?

All markets have dropped significantly in these few months, do you guys think it is a good time to invest again now? ...

3 Tips to make your code more pythonic

This article will introduce you to the top 3 ways you might not be fully taking advantage of to write better Python code, including: List Comprehension Dictionary Access ...

Request for performance benchmark

Hello algogene team, I am really appreciate your powerful backtest and trading engine which provides lot of datasets to work with. It would be even great if the system can further support pe ...

Example in Tutorials (Moving Average)

There is only one instrument used In the moving average programming example. May I know if there is any method that can perform the same action but subscribes to more than one instrument? For example, ...

Usage of Instruments Other than Crypto for Algo-Trading Crypto Challenge Competition

Hello, I am currently trying to implement our teams' strategy on the backtesting platform. However, I tried to use other instruments such as gold price, but it seems I can only select Crypto data. I h ...

 
admin

Guideline to upload custom data via API

Following the article Guideline to backtest with custom datasets , we learnt how to upload custom data to the system for backtest ...

How long should a backtest be?

Hi all, i am new to algo-trading. So far I built an algo that seems to work for 1 year. How far should I backtest? The longer the better, or does it depend on the timeframe used? ...

 
admin

Connect Trading Account with WhaleFin

ALGOGENE now supports users to trade with WhaleFin accounts using ALGOGENE dedicated trading gateway! Open WhaleFin trading accounts through our partnership link , you will enjoy: ...

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

 
Yat

How to fetch market capitalization data

Hello people, As the title says, how can I get the market cap of each coin in each day? ...

Question about close prices in function data and market data

Hello, I have a confuse with difference between close price data in getHistoricalBar function and close price data in market data. I just tried to make a code to get RSI. But there was a quite big dif ...

Question about market data

Hello, I am now studying to be aware of Algogene's backtesting engine. I run this code and the result shows this result. CODE class AlgoEvent: ...

How to get historical data (crypto algo competition)

Hi, I tried to use the getHistoricalBar to retrieve past price data based on the tech docs, but it doesnt work, got some missing evt or mevt error. ...

 
Donald

How to deploy model from Juypter Notebook?

Following this post , I have trained a model using the online Juypter Notebook. My question is how can I dep ...

 
admin

Invest like a professional with Portfolio Builder

What is an Investment Portfolio? In financial market, a portfolio generally refers to a collection of financial investments, such as bonds, stocks, commodities, etc. In fact, a portfolio can also include any tradable assets like r ...

 
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

Guideline for trade size scaling

Overview In ALGOGENE Marketplace , you can subscribe various strategies, and decide how the signal volume is scaled while being copied to your trading account. ...

 
admin

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

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

Initial capital is missing in livetest?

I can set "initial capital" for backtest, but I can't where to set it for livetest. How can I reset the capital for live simulation? ...

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

A trend following strategy based on volatility approach

In this article, we will introduce a simple trend following strategy using a volatility approach. Volatility Decomposition: Upside vs Downside Volatility is used to reflect the magnitude of market fluctuation, and it is usually used to observe market sentiment or predict market trends. In financial market, due to the behavior of "Market t ...

 
admin

All you need to know about Sharpe Ratio

What is Sharpe Ratio? The Sharpe ratio was developed by William F. Sharpe, a Nobel laureate, to help investors understand the return on an investment in relation to its risk. The ratio measures the return earned in exce ...

 
Ka Ka

Close price vs Adjusted Close

For the Adjusted Close in Yahoo Finance, I know that it adjusts the Closing price in order to smooth out the effect of stock dividends, stock split, etc. However, I don't find any documentation h ...