i have query regarding this option. I am using 15 minutes RSI indicator which triggers when the RSI is below 100. 2nd indicator is on daily time frame (and triggers easily daily). i am using DCA strategy with one base order and 7 safety orders. limit of deals per higher time frame set by me is 15. Gainium app
While the both the indications are triggered almost daily but i see that on few days more orders are triggered where as on other limited orders are triggered. Cannot understand why. I am sharing JSON file of my strategy. and also shared backtest results. BB% 97 RSI 15 50X.json (9.9 KB)
Just a note, i am using cross margin with 50X lvg but backtest is based on isolated margins hence showing lot of liquidation events. Hope its not backtesting error.
We have received your bug report and will update you shortly. Thank you for providing the strategy JSON file and backtest results. I see you’ve included a link to your backtest. Could you please also provide the URL of the bot you are referencing?
If the daily trigger opens a time frame then your RSI should trigger a new deal every 15 minutes; thus 48 deals per day. How many do you get? Does the maximum of (parallel) deals restrict how many deals really get opened?
i set the limit of 15 deals but with same conditions (both daily & 15mins indicators were suppose to trigger in same manner daily) on other dates the backtest data shows that lesser deals were opened.
From your response i understood that deal means any complete trade irrespectvie of number of safeties consumed?
i expected that on closure of a deals the bot should have opened next deals but on checking the backtest there is a variation in daily deal opening data.
What i figured out is that, since deals are require to open every 15 mins in a day (max 48 deals per day). Total deals per day in my case are 15 & 15 mins x deal limit (15)=225 mins. So daily opening of deals window available to me is 3 hrs 45 mins. The daily candle opens at 0500 hrs as per our timezone (UTC+5); so no new deal will open after 0845 hrs.
In most cases if bot have multiple timeframe indicators it will load higher timeframes immediately and wait for lower timeframe results in real time. However if its not possible, bot will wait for higher timeframe to closed to get its result. This what happened with your bot. It wait for UTC day candle to be closed.
I updated the logic of backtester. It should calculate real opened deals instead of start deal signals.
Real bot already has updated logic. If deal not opened (for example because of max deals limit) trigger is not going to be calculated against those 15 deals