PanagiotisCharalampous's avatar
PanagiotisCharalampous
26 follower(s) 0 following 1006 subscription(s)
Replies

PanagiotisCharalampous
29 Jan 2020, 11:27

Hi m.ghobeishavi1986,

These features are not available in the built in equidistant channel. You will need to develop your own indicator that will contain these functions.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
29 Jan 2020, 11:25

Hi sandrotame1900,

Can you please share the indicator with us as well as some steps to reproduce the problem?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 11:46

Hi Jamalski,

I assume you are referring to the Equity and not the Balance. Can you please send us a screenshot of the Positions tab as well and tell us your broker? Please make sure all positions are included in the screeshot.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 10:47

Hi pjgjotto,

You will have to wait for the broker to receive the update.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 10:29

Hi pjgjotto,

Which version of cTrader do you use? Drawing tools are available in detached charts in v3.7. If you are using v3.6 then you will need to use them from the main form.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 10:03

Hi gemelli,

Please post your suggestions in the Suggestions section. The toolbar in the detached forms is a feature that was requested by many traders.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 10:00

Hi m.ghobeishavi1986,

Which favorite settings are you referring to? Also, please try to post your questions in the relevant forum topics. This topic is about Open API.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 09:57

Hi Jamalski,

Can you please explain to us your problem in more detail?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 09:53

Hi traderfxmaster007,

We do not have any updates at the moment regarding this request.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 09:50

Hi Douglas,

Unfortunately no. I will discuss this with the product team to see if it can be added in future updates of the API.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 09:46

Hi there,

See an example below

PlaceStopOrder(TradeType.Buy, Symbol.Name, 1000, MarketSeries.High.Maximum(200));

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 09:43

Hi Carlos,

cBot/Indicator code is saved locally so you cannot automatically update it from one computer to another. If you want to synchronize the development of cBots/Indicators between different computers, you will need to consider a third party source control system like GitHub or TFS.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
27 Jan 2020, 09:37

Hi twoheartzin1soul,

If you want to avoid such a scenario, I would suggest to place the stoploss after the position is opened at a certain distance from the bid/ask price, to make sure that it falls outside the spread. You can use ModifyStopLossPrice() to do so.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jan 2020, 15:55

Hi wiktor,

When you logout then the connection is dropped by the server and you need to reconnect.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jan 2020, 15:40

Hi zendoo,

Sure, you can send it at community@spotware.com.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jan 2020, 14:45

Hi twoheartzin1soul,

Most probably the reason behind this is that the SL falls inside the spread hence in cannot be placed.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jan 2020, 08:41

Hi Cenedese Mauro,

Thanks for posting your suggestion. Please use the Suggestions section for such suggestions, preferably in English.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jan 2020, 08:35

Hi snowchilli,

 

There is no problem with the code. The errors or warnings that you get come from the C# compiler, not from cTrader. The code is a valid C# code. But instead of a property, you declared a variable. 

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
24 Jan 2020, 08:21

Hi zendoo,

Can you please send us the indicator to check?

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

PanagiotisCharalampous
23 Jan 2020, 08:32

Hi snowchilli,

You did not add a getter and a setter. See below the correct way to do this

        [Parameter(DefaultValue = enmABC.B)]
        public enmABC ABC { get; set; }

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous