Topics
Replies
PanagiotisCharalampous
21 Feb 2020, 11:54
Hi delkay,
There is no such option at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Feb 2020, 10:47
Hi capt.ichimuko,
I do not see anything else that could cause this. Thy increasing your slippage and let us know if you still experience the error.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Feb 2020, 09:07
Hi Lisa,
We do not have any other work in progress for this issue. Can you share a cBot that demonstrates this behavior?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Feb 2020, 09:06
Hi Michael,
Send us the account number at community@spotware.com and we will delete it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Feb 2020, 09:02
Hi capt.ichimuko,
This is probably caused by the market range. The orders that receive the technical error message cannot be opened with the set market range.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Feb 2020, 08:52
Hi capt.ichimuko,
Yes you can find this feature here
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Feb 2020, 08:49
Hi ctid1006205,
The team is investigating. We will let you know as soon as we have an outcome.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Feb 2020, 08:48
Hi zedodia,
There is no option to stop it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Feb 2020, 15:47
Hi jcr1818,
Better post this in Jobs.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Feb 2020, 14:55
Hi ctid1006205,
No it is not possible to export the trading history of another trading account.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Feb 2020, 14:22
Hi Tengu,
Unfortunately I could not reproduce this yet.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Feb 2020, 14:19
( Updated at: 21 Dec 2023, 09:21 )
Hi Jan,
I am not sure how clearer we can make the messages. You get three messages explaining to you exactly what do you need to do.
So as per the messages above
int i_hour = hour.OpenTime.GetIndexByTime(MarketSeries.OpenTime[index]);
should become
int i_hour = hour.OpenTimes.GetIndexByTime(Bars.OpenTimes[index]);
Is it not understood from the message
Error CS0618: 'cAlgo.API.Internals.MarketSeries.OpenTime' is obsolete: 'Use Bars.OpenTimes instead'
that MarketSeries.OpenTime should become Bars.OpenTimes?
Also if you use
var i = MarketSeries.Open[0];
You will get
which I think it describes clearly that it should be changed to
var i = Bars.OpenPrices[0];
as a result
_hour[index] = hour.Open[i_hour]
should become
_hour[index] = hour.OpenPrices[i_hour]
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Feb 2020, 12:13
Hi douglascvas,
Timestamp 1 is 1577428963249 + (-100)
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Feb 2020, 09:46
Hi eofe,
Can I have the exact cBot code you are using to determine what the problem might be?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Feb 2020, 08:45
RE: RE:
maustofx said:
PanagiotisCharalampous said:
Hi SAHA Georges,
We will provide more management options in upcoming releases.
Best Regards,
Panagiotis
Im really sorry, but the platform.. is worst every time.. none of the desire changes was made. .. now even there's a problem drawing normal horizontal lines.. most of times.. does not work.. also the app for mobiles is the lesss friendly and old functionality,, than even metattrrader 5 is better.. I really don't understand.. how this is managed for not improving in so basic stuff for a trader platform.
Hi maustofx,
Can you explain in detail what is wrong with drawing horizontal lines?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Feb 2020, 08:40
Hi Xavier R,
It seems you are using the genetic algorithm optimization method so I do not see any issue here. Using GA the results will have different convergence times which cannot be predicted. If you need an exhaustive search, use the grid optimization method.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Feb 2020, 08:35
Hi msdamgaci,
Probably the file is missing for some reason. Try restarting cTrader and let us know if this resolves the problem.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
20 Feb 2020, 08:34
Hi ctid1006205,
You can export the trading history of each trading account (strategy provider/follower) through cTrader Desktop.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
19 Feb 2020, 16:45
Hi kmthen,
No we do not have such plans for the upcoming versions. You can post a Suggestion if you wish and if it gathers enough votes we can consider it.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
21 Feb 2020, 12:26
Hi VertoTrading,
We will reenable support for static parameters in an upcoming update.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous