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

PanagiotisCharalampous
09 Nov 2020, 08:37

Hi markryan2010,

Thanks for posting your issue but I did not understand what is the problem. Take profit is always set at a certain price level and it is executed as a limit order. If you can provide more information to reproduce what you are describing, we can investigate further.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
09 Nov 2020, 08:32

Hi dsuarez233,

No there is no such option.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
09 Nov 2020, 08:31

Hi mgpublic,

If you write your execution code inside the if statement, it should work as you expect it to work.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
09 Nov 2020, 08:28

Hi ajbozdar,

Trailing stop loss is executed on the server therefore you should be able to see it on all client side applications.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
09 Nov 2020, 08:27

Hi vicentebenllochp,

We have not received any email from you. Please try again, sending us all the necessary details.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 15:00

Hi vicentebenllochp,

We checked this and your followers positions should have been closed now. Can you please confirm?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 11:46

Hi vicentebenllochp,

You need to provide more information about this issue like the strategy name and some screenshots of the positions that have not been closed.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 11:44

Hi SmartArtsStudio,

What is your account type? Netting or hedging?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 08:26

Hi mgpublic,

Can you be more specific. Do you want the order to execute when XXXXX is false?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 08:23 ( Updated at: 21 Dec 2023, 09:22 )

Hi FxOrDie,

You can see it in the TradeWatch and the Active Symbol Panel

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 08:17

Hi winning.pips,

We gave an official response here. I am not sure what issue are you referring to and what do you expect to be resolved.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 08:15

Hi Peter,

I am not sure what explanation you need. The users above followed a strategy that lost all its funds in trading.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 08:13

Hi Peter,

All you need to know about cTrader Copy is documented here. I would advise you to read all the documentation carefully before using the platform.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 08:11

Hi Peter,

Pepperstone does not offer cTrader Copy at the moment so it is not possible unfortunately.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 08:09

Hi corradocuri,

Is it possible to post some screenshots of the followers positions that have not been closed yet?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 08:03

Hi hao.han,

The source code of these indicators is not available but the formulas for most of them are publicly available on the internet.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
06 Nov 2020, 08:01

Hi gavinbutler,

Can you please let us know if you are still experiencing these issues?

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2020, 12:38

Hi tatorzth,

The second parameter in the DrawText() method is the value that will be printed. Put your calculation value there,

Best Regards,

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2020, 12:35

Hi Peter,

The feature is under development. We do not have an ETA at the moment.

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

PanagiotisCharalampous
05 Nov 2020, 08:02

Hi Giuseppe,

See below an example on how to draw a line with date and time on the chart

            var line = Chart.DrawVerticalLine("Line", Server.Time, Color.Red);
            line.IsInteractive = true;

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous