
Topics
Replies
PanagiotisCharalampous
03 Sep 2020, 07:50
Hi Sam,
I am sorry but I cannot engage into custom development. If you cannot program this yourself, you should hire a professional.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Sep 2020, 07:45
Hi firemyst,
But that kind of defeats the purpose of having an indicatordataseries with "discontinuous lines" for plotting.
Discontinuous lines work fine when they are ... discontinuous :) Your lines are not discontinuous.
Unless there's another way to do it or a way from the API to get the settings from the IndicatorDataSeries settings under "Lines"?
No there isn't at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 16:25
Hi firemyst,
But you just told me there's no way to accomplish the logic without having two dataseries objects to use interchangeably for the same trend:
Yes because you are using the wrong tool for the job. You are trying to display discontinuous lines with continuous data series. Why don't you use trendlines instead?
if (Result[index] > Result[index - 1])
{
Chart.IndicatorAreas[0].DrawTrendLine(index.ToString(), Bars.OpenTimes[index - 1], Result[index - 1], Bars.OpenTimes[index], Result[index], Color.Green);
}
if (Result[index] < Result[index - 1])
{
Chart.IndicatorAreas[0].DrawTrendLine(index.ToString(), Bars.OpenTimes[index - 1], Result[index - 1], Bars.OpenTimes[index], Result[index], Color.Red);
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 15:54
Hi LiamDuncanOgs24,
This should have been fixed in the latest version. Do you still have an issue?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 14:58
Hi dkareithi,
cTrader Desktop still has the old Autochartist integration.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 12:42
Hi jensnig,
Thanks for your suggestion, it has been forwarded to the product team.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 12:36
Hi firemyst,
So essentially every developed cTrader indicator that uses different data series for up/down colors will have this issue?
No. This not a problem with cTrader but with your logic. So there is nothing to resolve here. cTrader leaves gaps when there are no values in the data series. But you leave no gaps, therefore there is no way cTrader to know that you do not want a line to be drawn. If your dataseries has values then cTrader will join the dots.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 10:52
Hi a.raulinaitis,
It seems that by default .Net can handle up to 64 logical processors. We will change this setting in an upcoming update.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 10:07
Hi Ricardo,
Your account seems to have 0 balance and you are copying at 100x the strategy's volume. Make sure your account has enough balance and margin to place such big trades.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 09:06
Hi firemyst,
The only way I can think of to get around this is to use two IndicatorDataSeries for each case and use them interchangeably so that gaps are maintained.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 08:28
Hi firemyst,
You are missing the case where the values are equal :)
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 08:11
Hi Ricardo,
You need to provide more information to us. Please provide us with the following
1) Strategy name
2) Follower's account number and broker
3) Screenshot's from strategy provider's history and follower's history showing which trades have not been copied.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 08:07
Hi firemyst,
Yes it is. I don't see anything wrong. Can you elaborate?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
02 Sep 2020, 07:56
Hi dddman1000,
There are only two possibilities that could make a cBot stop 1) You stopped it manually 2) There was an issue in the code e.g. an exception, and the cBot stopped. If you did not stop it manually, then check the cBot log and you will probably see the reason.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Sep 2020, 15:28
Hi Lucian,
This happens because you open positions before the last one is closed but you use the last closed volume. If you want subsequent trades to double the volume, then you need to use the last opened volume and not the last closed volume.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Sep 2020, 15:08
Hi Lucian,
What do you mean when you say it is getting "double orders"?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Sep 2020, 10:45
Hi uvwxyz,
We need more information about this issue. Please post the indicator code and exact steps to reproduce the problem.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Sep 2020, 09:21
Hi Lucian,
Can you post your cBot's code and explain to us why do you think it is not working?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
01 Sep 2020, 08:02
Hi consy01s,
For execution issues, please contact your broker.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
03 Sep 2020, 07:51
Hi Zaur,
You can reach out to us at community@spotware.com.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous