color

Created at 07 Jan 2019, 15:51
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
DO

dordkash@gmail.com

Joined 30.09.2017

color
07 Jan 2019, 15:51


Hi

How can i chnage the color of ( Chart.DrawStaticText ) like as the pictur?


@dordkash@gmail.com
Replies

PanagiotisCharalampous
07 Jan 2019, 16:17

Hi reza h,

You can use something like the below

Chart.DrawStaticText("test", "test", VerticalAlignment.Bottom, HorizontalAlignment.Center, Color.FromHex("FFFE0000"));

Best Regards,

Panagiotis


@PanagiotisCharalampous

dordkash@gmail.com
07 Jan 2019, 16:35

RE:

Panagiotis Charalampous said:

Hi reza h,

You can use something like the below

Chart.DrawStaticText("test", "test", VerticalAlignment.Bottom, HorizontalAlignment.Center, Color.FromHex("FFFE0000"));

Best Regards,

Panagiotis

I want to be able to  change the color of  ( Chart.DrawStaticText ) like as this option


@dordkash@gmail.com

dordkash@gmail.com
07 Jan 2019, 16:39

I want to make this selection to change the color of the  ( Chart.DrawStaticText ) 

Did you understand me?


@dordkash@gmail.com

PanagiotisCharalampous
07 Jan 2019, 16:45

Hi reza h,

There is no feature to do this currently. We are planning to implement reading color from output parameters in one of the future releases. 

Best Regards,

Panagiotis


@PanagiotisCharalampous

dordkash@gmail.com
07 Jan 2019, 16:47

RE:

Panagiotis Charalampous said:

Hi reza h,

There is no feature to do this currently. We are planning to implement reading color from output parameters in one of the future releases. 

Best Regards,

Panagiotis

Thank you for your answer


@dordkash@gmail.com