Replies

PanagiotisCharalampous
05 Mar 2020, 08:34

Hi Alphatrader,

Please use the Suggestions section to post your suggestions.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
05 Mar 2020, 08:30

Hi acrigney,

I do not understand what do you mean when you say "pool". You can get historical tick data using ProtoOAGetTickDataReq and you can get spot prices streamed to you using ProtoOASubscribeSpotsReq.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Mar 2020, 08:27

Hi NE539,

  1. Two factor authentication is not available for cTrader ID but we have plans to add it in the future. There is no option to limit the use to Google only.
  2. No, you can only sign in using your cTrader ID,
  3. When resetting your password, you receive a confirmation email to your registered email address. Also if you try to change your email address, you first need to confirm this with an email received at the original email address. If your email account is compromised, then you need to contact your broker, to link your accounts to a different cTrader ID.
  4. No that is not possible.
  5. Brokers do not have access to your cTrader ID.
  6. Account passwords cannot be used to sign in to cTrader. However they are required if you need to trade via FIX API.

Best Regards,

Panagiotis 

Join us on Telegram


 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 15:14

Hi acrigney,

Change it to the below

 var type = "Received: " + OpenApiMessagesPresentation.ToString(protoMessage);

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 15:06

Hi acrigney,

Why do you use a timespan of one millisecond? It is very probable that there will not be any data within this timespan.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 14:36

Hi acrigney,

What does GetTickData() supposed to do?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 12:09

Hi Vadivelan,

I cannot undertake custom development requests. If you need somebody to develop this cBot for you, please post a Job or contact a Consultant. If you still have specific questions about the API or cTrader, please let me know.

Best Regards,

 

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 11:56

Hi A.R.

It is not supposed to work this way. You cannot change the opacity and color of the indicator by creating a new instance. Attributes are not meant to be changed at runtime.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 11:27

RE: RE:

Hi yearn2012,

cBot/Indicator projects are built in .Net Framework 4.0. Auto-property initializers are not supported in C# 4.0 used by .Net Framework 4.0.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 10:48

Hi trevorgagetg303,

Visual backtesting has been introduced since v3.3. You can read more here.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 10:40

Hi Vadivelan,

I backtested your cBot but I cannot see such a behavior. See below a backtesting on m1 chart. Seems fine to me, I do not see positions opening and closing every 4 hours.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 09:23

Hi yearn2012,

Unfortunately I cannot reproduce your issues since I am missing FxCore.Common.Setting and I do not see anywhere xs.Select((i)=>i.name=="kk"). Can you tell us what errors are you getting?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 09:04

Hi ctid1006205,

As I explained above, we do not deal with such matters here. Please talk to your broker with whom you have a business relationship.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 08:55

Hi Craig, 

You can post your suggestion in the Suggestions section but you should not really expect this to happen since this is a feature that has been requested by hundreds of traders.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 08:52

Hi ctid1006205,

We do not deal with financial matters in this forum. Please talk about this with your broker.

 Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 08:50

Hi Sascha,

Where do you want to replace it? Can you provide the complete code?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 08:47

Hi Limperial,

You can find all the information you need here.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 08:41

Hi pbballa9.

You might find this thread interesting.

 Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
04 Mar 2020, 08:39

Hi g.horvath006,

To modify the position's volume, just go to the Modify Position form and change the volume. See below

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
03 Mar 2020, 16:42

Hi NE539,

The displayed time is the opening time of each candle and it is adjusted based on the timezone selected by the users. Users care mostly about when things happen in their timezone. if for example you set timezone to -10 then the candle starts at 12:00. It would be nonsense for somebody in this timezone to see the candle formed in the following day. I am not sure if and how the platforms you mentioned handle localized timezones but many other platforms are not e.g. MT4, therefore they use a universal time allowing them to assume UTC+2 as a global time for everybody. If you set your timezone in cTrader to UTC+2, you should get whatever you get on other platforms.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous