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

PanagiotisCharalampous
05 Sep 2022, 14:47

Hi there,

If you can simplify the code, we can check what happens. At the moment it is very complicated and will take a long time for somebody to figure out what is going on.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 14:24

Hi Vadivelan,

It is not possible because you cannot know the position id before it is executed.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 12:28

Hi aranath,

Can you share some code that will allow us to reproduce this behavior?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 11:40

Hi aranath,

Which cTrader version do you use?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 11:38

Hi Vadivelan,

It is not possible to edit position comments at the moment.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 11:36

Hi Filip,

Also please try to set the cBot Access Rights to FullAccess and let me know if it resolves the problem.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 11:35

Hi Filip,

Did you send the link to this discussion with your troubleshooting? Can you please advise the broker and version of cTrader you are using?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 11:32

Hi JS,

This option will be added soon in mobile apps.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 11:25

Hi Professional,

If this is caused by the custom indicator, then you need to contact the indicator's developer.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 11:06

Hi GridSurfer,

This is a known issue and it has already been solved in 4.3.11. The update will be pushed to brokers soon.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 10:57

Hi there,

Can you try a clean installation instead?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 10:41

Hi there,

Looks good here. Make sure your parameters make sense for the chart

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 10:29

Hi benjaminwolf123454321,

There is no built in API method for this but you can acheve this with some custom work. At the end, a .cbotset file is just a text file.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 10:26

Hi again,

Can you try a clean installation and let me know if it resolves the problem?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 10:24

Hi all,

ClickAlgo has a nice guide about this issue. Check below.

https://clickalgo.com/how-to-fix-ctrader-email

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
05 Sep 2022, 10:19

Hi khoshroomahdi,

Your arrows are set at the level you define i.e. Bars.HighPrices.Maximum(Period) and Bars.LowPrices.Minimum(Period)

            Chart.DrawIcon("iconName", ChartIconType.DownTriangle,GetHighLowInSelection().Point2.BarIndex, Bars.HighPrices.Maximum(Period), Color2);
            Chart.DrawIcon("iconName2", ChartIconType.UpTriangle,GetHighLowInSelection().Point1.BarIndex, Bars.LowPrices.Minimum(Period), Color2);

If you need them at a different place, you need to add/subtract distance accordingly.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
01 Sep 2022, 14:42

Hi there,

You can reach out to a consultant to help you.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
01 Sep 2022, 11:26

Hi there,

Can you record a video the next time this happens?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous

PanagiotisCharalampous
01 Sep 2022, 09:10

Hi there,

What is not working? What do you expect the cBot to do?

Best Regards,

Panagiotis 

Join us on Telegram and Facebook


@PanagiotisCharalampous