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

PanagiotisCharalampous
15 Nov 2018, 09:20

Hi irmscher9,

As the message says, you cannot change workspace while a cBot is running.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Nov 2018, 12:09

Hi notexample,

Thank you for posting in our forum. I would suggest that you create a new thread with your problem and provide some more information so that we can reproduce it and advise what is going wrong. We will definitely need your cBot code.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Nov 2018, 11:59

Hi Solomon,

See below how to get the values for 10 bars ahead

           Ichimoku = Indicators.IchimokuKinkoHyo(MarketSeries, 9, 26, 52);
           Print("A: " + Ichimoku.SenkouSpanA.Last(Ichimoku.SenkouSpanA.Count - MarketSeries.Close.Count - 10)  + " B: " + Ichimoku.SenkouSpanB.Last(Ichimoku.SenkouSpanA.Count - MarketSeries.Close.Count - 10));
       

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Nov 2018, 10:44

Hi Piotr,

Time to load the data and high memory consuption is somehow expected with such a high amount of requested data. However we have plans to work on Asynchronous methods and further improvements on retrieving market data in the near future. 

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Nov 2018, 10:34

Hi hsbcstor,

Websockets are not supported at the moment. The protocols used for v1.0 are JSON and Protobuf. v2.0 will be purely Protobuf.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Nov 2018, 10:30

Hi ggan,

Thanks for posting in our forum. May I ask why do you need this information? This is usually handled automatically by the libraries you use to connect e.g. SslStream.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Nov 2018, 10:12

Hi Solomon,

Can you share with us a small sample code that is returning NaN values so tha we can advise further?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
14 Nov 2018, 10:09

Hi tetra,

We will announce more details soon.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Nov 2018, 14:59

Hi zhuyeaini,

The reason you see this discrepancy is because you print the value of the bar at the opening of the bar but the indicator calculates the value when the bar closes and the data is finalized. If you want to print finalized calculations of the indicator values, you should print mAtrIndicator.Result.Last(1).

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Nov 2018, 14:04

Hi Christopher,

Can you please share with us the following?

1) cBot code

2) cBot Parameters

3) Optimization Criteria

4) Optimization Dates

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Nov 2018, 10:24

Hi tradingu,

No, Pepperstone will be upgraded soon.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Nov 2018, 09:56

Hi Xavier,

Happy to hear that it has been resolved. Let us know if it appears again.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
13 Nov 2018, 09:54

Hi man-gus,

You can install latest FxPro cTrader from here. Chart labels should not be affected.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
12 Nov 2018, 15:05

Hi man-gus,

Can you please verify that you are using 2.01? Your cTrader should have been upgraded to 3.0. If not, please download the latest version from your broker.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
12 Nov 2018, 14:47

Hi lec0456,

The calculation of some indicators might be public domain knowledge but the source code for each indicator implementation is proprietary work of Spotware. If you wish to verify the results of an indicator, there are many ways to do so without having access to the source code. 

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
12 Nov 2018, 12:58

Hi zhuyeaini,

I tried it and works fine for me. Can you share some screenshots with what you see?

Best Regards,

Panagiotis

 


@PanagiotisCharalampous

PanagiotisCharalampous
12 Nov 2018, 12:52

Hi tmfd,

It is in our immediate plans to start development of the multisymbol backtesting feature. Without any commitments on ETA I am confident that we will have this feature sometime next year.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
12 Nov 2018, 12:49

Hi tetra,

As I said above, Open API v2.0 has not been officially released yet. Documentation has not been completed. For the sample, you will need to send me your application credentials and the token you use at connect@spotware.com to check.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
12 Nov 2018, 12:43

Hi fred0815,

Thanks for posting in our forum. Brokers that are full members of cMirror will become full members of cTrader Copy as soon as they upgrade to the latest version of cTrader Web. Since the latest upgrade involves some changes that need to be carried out by the brokers, we will upgrade them as soon as we get the go ahead from them. For further information about their plans, please contact the brokers directly.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
12 Nov 2018, 12:37

Hi all,

Do you still experience this problem?

Best Regards,

Panagiotis


@PanagiotisCharalampous