PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

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 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
20 Feb 2020, 12:13

Hi douglascvas,

Timestamp 1 is 1577428963249 + (-100)

Best Regards,

Panagiotis 

Join us on Telegram


@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 

Join us on Telegram

 


@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 

Join us on Telegram

 


@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 

Join us on Telegram


@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 

Join us on Telegram

 


@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 

Join us on Telegram

 


@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 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 16:34

Hi kmthen,

If your workspace is lost, there is not much you can do. If you have any steps that allow us to reproduce such a behavior i.e. cTrader losing its workspaces unexpectedly, we are happy to have a look at the issue.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 16:25

Hi kmthen,

There is no option to backup a workspace at the moment. However the purpose of workspaces is to synchronize your work between different computers. So even if you change your pc, your work should be synchronized.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 15:31 ( Updated at: 21 Dec 2023, 09:21 )

Hi Xavier R,

I ran the optimization today and it completed without problems

If you still have problems, please post the exact optimization settings (symbol, timeframe, cBot parameters, dates) you are using and I will check it again.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 14:01

Hi travkinsm1,

In order to help you we need to reproduce the problem. If you can create a sample cBot that reproduces the issue, that would help.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 09:37

Hi Nazanin,

Can you please provide us with exact steps to reproduce this problem?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 08:39

Hi Vipin,

No that is not the case. The StopTriggerMethod defines when a stop loss will be triggered. If you go to the order screen and hover on top of the respective button you will get the description of each option.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 08:33

Hi itchamp84,

If you need somebody to write code for you, you can post a Job or hire a Consultant.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 08:30

Hi all,

Renko charts will come soon to the mobile app.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 08:23

Hi Crystal Silver,

We do not use the feed of a specific broker, we have our own feeds.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 08:22

Hi travkinsm1,

Please provide a complete cBot code and steps to reproduce this behavior.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 08:20

Hi traderfxmaster007,

You are using InstanceName as a string but it is not. Use it as the example below

Positions.FindAll(InstanceName.ToString(), SymbolName)

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
19 Feb 2020, 08:14

Hi David,

That is the function you should use. Do you mind explaining what did you do and did not work?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous