Topics
Replies
PanagiotisCharalampous
16 Sep 2019, 12:06
Hi Perdo,
Can you tell me symbol and the broker you are using?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 12:05
Hi Vince,
Can you try a clean installation of cTrader and let me know if it resolves the problem?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 11:02
Hi RayAdam,
See below an example
var index = MarketSeries.OpenTime.GetIndexByTime(MarketSeries.OpenTime.Last(9));
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 10:59
Hi pacault.romain,
Thanks for posting in our forum. See below my answers to your questions
From the PLC part (CAlgo) of the CTrader graphical interface, is it possible to create projects with several "classes"? I only see one for each algo
Yes, if you edit the cBot in Visual Studio then you will have access to the project and you will be able to add more classes.
Where are the controllers running, locally or on your servers?
If with the terms controllers you mean cBots, then they run locally.
If we decided to do the algos in Java, what solutions for the deployment? Do you have a cloud offering hosting Java, or would we have to go through an AWS platform?
You cannot use Java in cTrader Automate. If you want to use Java, you can consider using our Open API.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 10:55
Hi Wiktor,
Thanks for posting in our forum. The messages seem correct and the position seems to open with an ID 64196589. Are you sure you are checking the correct account in cTrader?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 09:17
Hi Leonardo,
There is no such option at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 09:14
Hi augrust,
Thanks for posting in our forum. You can add indicators on Renko bars in the exact same way as in normal candlesticks.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 09:13
Hi pmcarvalho,
From where do you want to access the prices? From the chart? If yes then just scroll back to the specific date.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 09:11
Hi tgjobscv,
Can you please explain which cBot are you referring to?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 09:05
Hi tgjobscv,
As expailned above we need more information in order to help you with such issues.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 09:01
Hi charltonrbrts5,
Thanks for posting your suggestion. Please use the Suggestions section for such posts.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 09:00
Hi charltonrbrts5,
Thanks for posting your suggestion. Please use the Suggestions section for such posts.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 08:56
Hi indra,
To add an IndicatorDataSeries you can use the syntax below
[Output("Range ADR", Color = Colors.Lime, Thickness = 1)] public IndicatorDataSeries Range_ADR { get; set; }
However from what I see you cannot just add it and use it on the existing indicator as there are a lot of changes that need to take place. It would be better to rewrite it from scratch. If you need assistance, you can consider contacting a Consultant.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 08:43
Hi bienve.pf,
There is no such option at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 08:42
Hi 85percent,
Thanks for posting in our forum. Please make sure you are using the correct proxy and password.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 08:41
Hi Collins,
Thanks for posting in our forum. Snapping does not apply for horizontal lines.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Sep 2019, 16:40
Hi tgjobscv,
1. Please explain to us clearly what is the problem. Provide us with instructions to reproduce it on backtesting.
2. What do you mean how to put the parameters? Do you need somebody to develop the functionality for you? Can you please explain what do you need the parameters to do?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Sep 2019, 15:05
Hi ctid588397,
Lý Nguyễn has given the answer. Demo accounts can copy live accounts but demo copiers are not represented in the stats where (Live) is mentioned.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
13 Sep 2019, 09:10
Hi Hirgent,
There is no such option at the moment but it is considered for a future release.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
16 Sep 2019, 13:57
Hi pacault.romain,
Many traders run their cBots on virtual private servers so that they do not need to turn them off.
Best Regards,
Panagiotis
@PanagiotisCharalampous