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

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