Topics
Replies
PanagiotisCharalampous
05 Dec 2019, 16:36
Hi redblue,
Please post your suggestions in the Suggestions section of the forum.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2019, 14:05
RE: RE:
tmfd said:
Great multi symbol backtesting functionality has been released. However when backtesting is it possible to view multiple charts for one backtest, i.e. I have an algo which uses EURUSD, and has GBPUSD as an additional symbol in the code, I then backtest against EURUSD but it also opens positions on GBPUSD, it is possible to see these GBPUSD positions on a GBPUSD chart? I know they can be seen on the EURUSD chart.
Thanks
Hi tmfd,
Unfortunately this is not possible at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2019, 14:04
Hi,
I am not aware of such restriction, it sounds like a StackOverflow exception but I cannot advise further if I cannot reproduce your problem.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2019, 12:36
( Updated at: 21 Dec 2023, 09:21 )
Hi mbv4f,
The information is already there. See below how you can find it
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2019, 11:47
Hi tnt_22,
Thanks for the additional information. We managed to reproduce it and we will fix it soon.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2019, 10:32
Hi A.R.
Can you please explain where does it say it is too many? Can you provide a complete cBot code that will allow us to reproduce the message?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2019, 10:26
RE: RE:
Waxy said:
Hello Spotware,
These are indeed great additions,
I see now that when I load an indicator that uses multiple MarketSeries (or now Bars) it takes much less than before, and this is great news, but at the start, it takes the same as before, so, I'd like to know if it's possible to improve or what's the best way now to load multiple series loading for indicators/bots during initialization, let's say I want to load 10 symbol bars, can I load these in parallel now?
Hi Xavier,
You can use MarketData.GetBarsAsync() and MarketData.GetTicksAsync() to get data asynchronously.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2019, 10:21
Hi firemyst,
You can find the answer here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2019, 10:03
Hi velu130486,
If you need somebody to help you develop a cBot, you can always contact a Consultant or post a Job.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2019, 09:59
Hi tgjobscv,
Can please elaborate on your question? I am not sure what are you trying to find out here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2019, 15:02
Hi tnt_22,
Could you please show the ATP window on ATP which is greyed out? Also we need the position details. Alternatively we can arrange a team viewer session and our QA team will take a look at this issue.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2019, 14:09
Hi busasfulerene,
Can you please try a clean installation and let us know if it resolves the problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2019, 11:56
Hi FireMyst,
https://ctrader.com/forum/ctrader-support/22129 Yes
https://ctrader.com/forum/ctrader-support/21482 No
https://ctrader.com/forum/ctrader-support/21540 No
https://ctrader.com/forum/calgo-support/21534 No
Please join our Telegram group where we report such updates e.g.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2019, 10:33
From what I can see in the indicator code, you need to check the last value of DownTrend/UpTrend. If it is not NaN then the indicator is trending into that Direction. So the conditions should look like the below
if (!double.IsNaN(_supertrend.DownTrend.LastValue))
{
//Close buy and open sell
}
if (!double.IsNaN(_supertrend.UpTrend.LastValue))
{
//Close sell and open buy
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2019, 09:08
Hi there,
I cannot see where is the problem. Can you please elaborate?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2019, 08:54
Hi FireMyst,
At the moment there is no release notes for minor updates. We try to update the relevant threads when fixes are released and also report the changes in our Telegram group.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
04 Dec 2019, 08:46
Hi tnt_22,
Can you please create a thread there and also post a screenshot illustrating what you have described?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Dec 2019, 16:04
Hi tnt_22,
Please use the correct sections to report bugs. The Suggestions section is only for suggestions. You can report cTrader Web bugs here. Can you please create a thread there and also post a screenshot illustrating what you have just described?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Dec 2019, 14:52
Hi 19f89a,
The "standard" implementation of ADX is the one that uses Wilder Smoothing since it was conceived by Welles Wilder. Our implementation is in line with the industry standard. You can check other trading platforms beyond MT5 to confirm this. Besides that, if you know which formula is used by MT5 for the non-Wilder ADX, I would be happy to adjust Jiri's code accordingly.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
05 Dec 2019, 16:38
Hi all,
This feature has been released. Find more information here.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous