
Topics
Replies
PanagiotisCharalampous
11 May 2020, 16:04
Hi Eliezer,
As the message suggests, there is no variable named index declared. It seems you are just copying and pasting code. You need to understand what you are doing. What is the index supposed to do?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 16:00
Hi lordyy,
See bellow
var bb = Indicators.BollingerBands(MarketData.GetBars(TimeFrame.Hour,Symbol.Name).ClosePrices, period, std,MAType);
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 11:57
Hi Artur,
Does this happen every time you send this message? Does it happen on other proxies or only this one? Did you try the SSL port as well?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 11:54
Hi GRTC,
Thanks for reporting this issue. We are aware of it and we will fix it in an upcoming update.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 10:02
Hi alex_mihail,
Can you please check your computer's Event Viewer, navigate to Windows Logs > Application and send us any logs recorded there related to this issue? Usually when such exceptions happen, you should see two logs recorded there. We need them both.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 09:36
Hi Luca,
Which data are you referring to?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 08:49
Hi Eliezer,
It is not clear what your problem is. You need to provide a better explanation.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 08:44
Hi luca,
There is no automatic way to restart a cBot.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 08:40
Hi 2bnnp,
When you get bars from other timeframes on indicator initialization, then the complete data until the current moment is loaded. So when you feed this data to an indicator, the indicator contains values up to the last candlestick. Therefore IsFalling() and IsRising() will always display the same value since indicator series data does not change. To fix this you should replace the IsFalling() and IsRising() with an actual comparison of the two previous values of the indicator at the current index.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 08:32
Hi Delphima,
You can access cMirror here.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 08:29
Hi slmberglund,
No we do not have such plans as we do not have the right to redistribute this information.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 08:28
Hi Delphima,
There is no such option at the moment but when the strategy provider makes deposits to his/her account, cTrader Copy adjusts your positions so that the equity to equity ratio is restored.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 08:22
Hi there,
Neither of the two options is possible through code.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 08:21
Hi thienluan1110,
Please post your question in the correct section. This one is only for suggestions and your post will be soon deleted.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 08:19
Hi all,
Cross broker copying works only between brokers that offer the service. Pepperstone does not offer cTrader Copy at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 May 2020, 16:58
Hi,
Send it to community@spotware.com
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 May 2020, 16:11
Hi there,
It will help us because we cannot reproduce such a behavior and it is not clear which exact steps you follow to reproduce it. To record a video and share it with us you can use a tool like tinytake.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 May 2020, 12:27
Hi yuval.ein,
Make sure you build the project and attach VS to cTrader before you add and start a new instance of the cBot.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
08 May 2020, 12:15
Hi there,
Can you record a short video demonstrating this behavior so that we can see what steps you follow to reproduce such a behavior?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 16:40
Hi Eliezer,
There is no declaration of the index variable anywhere, the commented code seems to be a function declaration probably copied from an indicator. It it obvious that you lack basic programming skills and that you tried to copy and paste code without really understanding what you are doing. I would suggest you contact a professional to help you with your project instead of trying yourself.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous