Replies

PanagiotisCharalampous
11 Nov 2019, 09:28

Hi ctid1533275,

You can find the explanation here or if you hover on top of the button.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Nov 2019, 09:26

Hi emmasystems,

I am not sure what do you mean. You can use cTrader for development during weekends.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Nov 2019, 09:25

Hi ctid491219,

No it is not available to brokers yet. It will be rolled out to them soon.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Nov 2019, 09:23

Hi Hedge Bitcoin,

No we do not have such plans since this would violate the equity to equity principle. It would be better to communicate with the strategy provider directly and ask about the margin requirements of the strategy before you start following.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Nov 2019, 09:13

Hi alphabet_asa,

Thanks for posting in our forum. You can use the Notifications to send an email or play a sound when the price reaches a level.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Nov 2019, 08:53

RE: ChartObject property access

RayAdam said:

Hi Support,

Is there a way to update object name which is drawn manually on chart like a trendline. if yes could you please provide an example.

Thanks in advance

 

Hi RayAdam,

At the moment names are read-only therefore you cannot change a name of an object drawn on the chart.  

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Nov 2019, 08:50

Hi sssr6552,

Thanks for posting in our forum. You can use the Crosshair from the line studies tools to measure pips and periods.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Nov 2019, 08:47

Hi codeitlikemiley,

FIX API is a much more limited API than Open API. Here you can read about its limitations. Also it is a much harder API to use than Open API.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Nov 2019, 08:44

Hi Tatsuya,

Which cTrader do you use? Can you send some screenshots?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Nov 2019, 08:42

Hi dreytoth@gmail.com,

Thanks for posting in our forum. You can check the values before adding them to the output series and make sure they do not cross the limits. If they cross the limits then use the limit values instead.

 Result[index] = Math.Min(Math.Max(value,-350),350);

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
11 Nov 2019, 08:35

RE:

Hi ludinhquan,

Yes I have accidentally posted the wrong link. I have updated it, please check now.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Nov 2019, 16:52

Hi ludinhquan,

Can you please also make sure you are using our dictionary with your quickfix engine?

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Nov 2019, 10:50

Hi ludinhquan,

Tag 146 is set to 0. It should be 1 since it represents the number of symbols requested.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
08 Nov 2019, 08:19

Hi invrksep,

We do not have an ETA but the update is already on Beta.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2019, 16:38

Hi Jan,

Shouldn't the bar counter be after the actual trade execution logic? 

The counter starts after a position is opened as per the requirement

How about resetting the counter after the trade is closed?

This is just an example on how to implement such logic. Further to that, each one needs to adjust it on his cBot logic.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2019, 15:42

Hi Jan,

If you need the server time you can use Server.Time.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2019, 14:04

Hi chernish2,

1) There is no way to separate symbols based on asset classes at the moment.

2) You can control the opacity of your object by modifying the alpha of your color.

2) At the moment objects drawn on the chart cannot move behind the candlesticks.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2019, 12:39

Hi Jan,

In the posts above I forgot to mention that you also need to install the extension for VS2017. You can also consider VS 2019 since you are upgrading.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2019, 11:04

Hi El Antonio,

The value is calculated using an internal conversion engine based on the bid prices of the symbols.

Best Regards,

Panagiotis


@PanagiotisCharalampous

PanagiotisCharalampous
07 Nov 2019, 10:58

Hi El Antonio,

The tick value represents the value in the account's currency. So in this case it is in USD.

Best Regards,

Panagiotis


@PanagiotisCharalampous