Equidistant Price Channel
Equidistant Price Channel
26 Jan 2020, 18:37
Hello
How can I edit Equidistant Price Channel to my favorite settings? (C-trader Desktop)
Replies
m.ghobeishavi1986
27 Jan 2020, 14:58
Equidistant Price Channel
I need a Equidistant Price Channel with the following features in C-Trader:
1. Half channel line option
2. One-quarter channel line option
3. It can be determined the thickness, color and type of all lines separately.
4. It can be Locked the tool on the chart
Thanks
@m.ghobeishavi1986
PanagiotisCharalampous
29 Jan 2020, 11:27
Hi m.ghobeishavi1986,
These features are not available in the built in equidistant channel. You will need to develop your own indicator that will contain these functions.
Best Regards,
Panagiotis
@PanagiotisCharalampous
m.ghobeishavi1986
30 Jan 2020, 18:30
RE: Equidistant Price Channel
PanagiotisCharalampous said:
Hi m.ghobeishavi1986,
These features are not available in the built in equidistant channel. You will need to develop your own indicator that will contain these functions.
Best Regards,
Panagiotis
Hi
I have knew this issue.
When I want to create my tools, i just can add in New Indicator Section, so it's shown in the bottom of the chart, like MACD, I want to show on the chart, how can I do this?
Please send me the code of Equidistant Price Channel that I can adjust to my favorite settings.
Thanks a lot.
@m.ghobeishavi1986
PanagiotisCharalampous
03 Feb 2020, 09:28
Hi m.ghobeishavi1986,
To show an indicator on the chart, you will need to set the IsOverlay property to true. See below
[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
Unfortunately we cannot send you any code for this functionality. You will need to write it yourself.
Best Regards,
Panagiotis
@PanagiotisCharalampous
PanagiotisCharalampous
27 Jan 2020, 10:00
Hi m.ghobeishavi1986,
Which favorite settings are you referring to? Also, please try to post your questions in the relevant forum topics. This topic is about Open API.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous