Replies

PanagiotisCharalampous
16 Nov 2020, 14:55

Hi Nobody,

If you expect it to appear in cTrader Code Editor, it won't. Try using Visual Studio.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 13:52

Hi Nobody,

I just tried this and seems to work fine for me

Can you confirm that the indicator builds successfully?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 11:33

Hi joaquin_que,

MarketSeries is obsolete therefore we hide the intellisense feature of cTrader editor. You are advised to use Bars instead.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 11:30 ( Updated at: 21 Dec 2023, 09:22 )

Hi CharlieBrown,

Did you debug your cBot? I get an exception as soon as I run it

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 11:17

Hi coship00,

If you feel that the security of your account has been compromised, please change your password immediately.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 11:15

Hi Mattia,

Unfortunately it is not clear to us how to reporduce this behavior. Can you please outline the exact steps we need to follow to reproduce it?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 11:08

Hi notzen,

There is no such option at the moment unfortunately.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 10:58

Hi Buffett,

This is not possible from the API since we do not have the right to redistribute this information. If you need access to this information, you might want to contact them directly.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 10:47

Hi Nasser,

To get more data you should use GetBars() instead of GetSeries() which is obsolete and then LoadMoreHistory() to retrieve more bars.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 10:39

Hi caglar_G,

There is no option for the shift in the API at the moment, but it is not hard to implement it yourself.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 10:35

Hi imrealfighter,

There is no hotkey for this at the moment but we are looking into adding more hotkeys in future releases of the platform.

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 10:25

Hi Trinh,

There is no built in function for this at the moment, so you will have to calculate these values and export them yourself.

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 10:23

Hi kikefx,

There is no ETA for this yet. We will inform you when we have something.

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 10:20

Hi CharlieBrown,

This is about the ability of the user to change the timeframe on the chart. The cBot can retrieve information from any timeframe you want and use it accordingly.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 09:40

Hi George, 

Indeed, you need to check the availability of historical data with the broker.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
16 Nov 2020, 09:37

Hi trdrn,

Can you please provide more information about this issue e.g. email screenshots, history screenshots etc? You need to explain to us in detail you did you calculate the 389 balance.

Best Regards,

Panagiotis 

Join us on Telegram  


@PanagiotisCharalampous

PanagiotisCharalampous
13 Nov 2020, 16:14

Hi samuel.jus.cornelio,

The indicator has a sign output.

        [Output("_forIndicators", Color = Colors.Gray, PlotType = PlotType.DiscontinuousLine)]
        public IndicatorDataSeries sign { get; set; }

You should be checking if the last value of the sign output is above or below the bid price and place the trade accordingly

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Nov 2020, 16:09

Hi Martin,

Thanks for reporting this. It is a known issue and will be fix in the next update.

Best Regards,

Panagiotis 

Join us on Telegram 

 


@PanagiotisCharalampous

PanagiotisCharalampous
13 Nov 2020, 15:53

Hi Bartz,

1) No this is not possible.

2) Yes this is correct.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
13 Nov 2020, 15:51

Hi samuel.jus.cornelio,

The code you posted doesn't make much sense to me. I am not sure I can help you with this.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous