Replies

jstewartcenter
05 Nov 2024, 13:48

RE: Incorrect chart data being shown

firemyst said: 

Judging from your charts, are you located in the UK?

That “gap” appears to have happened when the markets start their “reset” window, which causes huge spreads.

Because of that, what you obviously need to do is check the spread on the symbol before doing anything.

//Check the spreadif (Symbol.Spread >= SomePredeterminedAmount)       Print ("Not doing anything! Spread greater than allowed!");else{       //Do what you normally would}

 

The fact it's the spread can also be confirmed by looking at the “tick” chart for the same time - look how the spread suddenly at least quadrupples:

Thank you! This makes a lot of sense!


@jstewartcenter

jstewartcenter
29 Oct 2024, 22:29

RE: ChartTrendLine getting angle

PanagiotisCharalampous said: 

Hi there,

There is no way get this information via the API. The angle is calculated based on the screen's pixels

Best regards,

Panagiotis

Thank you. This is very helpful.


@jstewartcenter

jstewartcenter
07 May 2024, 04:24 ( Updated at: 07 May 2024, 05:53 )

RE: Custom Tooltip on Output

PanagiotisCharalampous said: 

Hi testpossessed,

No there is no such option.

Best Regards,

Panagiotis 

Join us on Telegram

 

Is this still the case @PanagiotisCharalampous ?


@jstewartcenter

jstewartcenter
06 Feb 2024, 03:15 ( Updated at: 06 Feb 2024, 07:31 )

RE: RE: RE: Fill Color Between Lines

Thank you!

 

PanagiotisCharalampous said: 

jstewartcenter said: 

PanagiotisCharalampous said: 

Hi Ton,

We do not have an estimation for this yet. I will inform you as soon as we have one.

Best Regards,

Panagiotis

Any update on this as it has been a few years?

This is already available. Check the link below

https://help.ctrader.com/ctrader-automate/references/Attributes/CloudAttribute/?h=cloud

 


@jstewartcenter

jstewartcenter
22 Jan 2024, 04:50 ( Updated at: 22 Jan 2024, 06:38 )

RE: Fill Color Between Lines

PanagiotisCharalampous said: 

Hi Ton,

We do not have an estimation for this yet. I will inform you as soon as we have one.

Best Regards,

Panagiotis

Any update on this as it has been a few years?


@jstewartcenter