ChartOpen with C# cTrader

Created at 17 Feb 2020, 16:13
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!
TE

team500

Joined 17.02.2020

ChartOpen with C# cTrader
17 Feb 2020, 16:13


Hello,
I am looking for Function with cTrader, please help me, I am stuck! Thanks for that!

ChartOpen(.mq4..) ---> C# cTrader ?

ChartClose(...)  ---> C# cTrader ?


@team500
Replies

PanagiotisCharalampous
17 Feb 2020, 16:19

Hi team500,

There is no such function.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

team500
17 Feb 2020, 16:25

RE:

PanagiotisCharalampous said:

Hi team500,

There is no such function.

Best Regards,

Panagiotis 

Join us on Telegram

 

Thank you for repply,

I saw that at Indicator: https://ctrader.com/algos/indicators/show/2053

So I'm curious about it.


@team500

PanagiotisCharalampous
17 Feb 2020, 16:29

Hi team500,

This indicator can switch a chart's timeframe and symbol but not open a new chart or close the existing one. The functions it uses are the following

 https://ctrader.com/api/reference/chart/trychangetimeframe

https://ctrader.com/api/reference/chart/trychangetimeframeandsymbol

Best Regards,

Panagiotis 

Join us on Telegram


@PanagiotisCharalampous

team500
17 Feb 2020, 16:37

RE:

PanagiotisCharalampous said:

Hi team500,

This indicator can switch a chart's timeframe and symbol but not open a new chart or close the existing one. The functions it uses are the following

 https://ctrader.com/api/reference/chart/trychangetimeframe

https://ctrader.com/api/reference/chart/trychangetimeframeandsymbol

Best Regards,

Panagiotis 

Join us on Telegram

Thank you very much,
It was very helpful to me!


@team500