Topics
Replies
PanagiotisCharalampous
12 May 2020, 09:57
Hi Yuval,
No there is no such option. Why do you need this?
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 May 2020, 09:34
Hi mrjensencrypto,
No there is no such option in cTrader at the moment.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 May 2020, 09:18
Hi pvandenberg99,
These trades take place because cTrader Copy adjusts your equity to equity ratio that has changed due to deposits/withdrawals taking place on the strategy provider's account.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 May 2020, 09:13
Hi Yuval,
The Exception class provides more useful information that you can use. See below an example
try
{
Main(index);
}
catch (Exception e)
{
Print("Catched error: " + e.ToString());
Print("Inner Exception: " + e.InnerException.ToString());
Print("Messsage: " + e.Message.ToString());
Print("Stack Trade: " + e.StackTrace.ToString());
}
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 May 2020, 09:00
Hi Yuval,
No this is not possible at the moment. The most common workaround is to get the color as text and then convert it to a color.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 May 2020, 08:49
Hi antoninocanale,
The cBot operates on the chart's selected timeframe. So if you select your chart's timeframe to be H1, then it will operate on H1 bars.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 May 2020, 08:43
Hi there,
Our QA team would like to inspect this issue of your computer therefore we would like to arrange a TeamViewer session. If this is possible, please contact me at community@spotware.com to arrange further details.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 May 2020, 08:27
Hi lordyy,
Use Maximum() method.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 May 2020, 08:23
Hi robustby,
This message usually appears when the modified parameter is the same as the previous one. To investigate your case further, you need to provide us with the complete cBot source code and cBot parameters to reproduce this message on backtesting.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
12 May 2020, 08:13
Hi Rimokatolik,
Please provide the sequence of FIX messages that lead to receiving this message.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
11 May 2020, 16:56
Hi lordyy,
You need to use the Last() method.
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
@PanagiotisCharalampous
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
12 May 2020, 14:55
Hi robustby,
Try rounding the values before using them
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous