Replies

eirik_1993
04 Jan 2019, 15:14

RE:

Panagiotis Charalampous said:

Hi eirik_1993,

1) Pivot lines are hard coded to be white. See the below line of code

ChartObjects.DrawLine("pivot " + startIndex, pivotStartTime, pivot, pivotEndTime, pivot, Colors.White);

2) Same as above. Line colors are hard coded.

ChartObjects.DrawLine("r1 " + startIndex, pivotStartTime, r1, pivotEndTime, r1, Colors.Green);
ChartObjects.DrawLine("r2 " + startIndex, pivotStartTime, r2, pivotEndTime, r2, Colors.Green);
ChartObjects.DrawLine("r3 " + startIndex, pivotStartTime, r3, pivotEndTime, r3, Colors.Green);
ChartObjects.DrawLine("s1 " + startIndex, pivotStartTime, s1, pivotEndTime, s1, Colors.Red);
ChartObjects.DrawLine("s2 " + startIndex, pivotStartTime, s2, pivotEndTime, s2, Colors.Red);
ChartObjects.DrawLine("s3 " + startIndex, pivotStartTime, s3, pivotEndTime, s3, Colors.Red);

3) If you need additional functionality you post a Job or contact a Consultant.

Best Regards,

Panagiotis

 

Okay, I am a bit surprised that I have to pay for a feature that MT4 and Tradingview offers for free, but I will look into that. 

Hope it is okay that I use this thread to ask a different question so that I don't have to create a new thread:

How do I hide the indicators at the bottom of the screen such as RSI, Stoch, MACD etc.? In Tradingview I just doubleclick the screen and it pops down/up. Is it possible, or must I delete them and apply again?

Thanks!


@eirik_1993

eirik_1993
10 Dec 2018, 22:38

Of course, here they are:

Volume I would like to overlay the price chart: https://ctrader.com/algos/indicators/show/231

Risk:Reward-tool: https://ctrader.com/algos/indicators/show/1804

Thanks.


@eirik_1993

eirik_1993
09 Dec 2018, 12:29

The shield icon is nowhere to be found. 

Is it not possible to set different take profit levels before placing the order?


@eirik_1993

eirik_1993
09 Dec 2018, 12:26

RE:

damian8 said:

Humbly also request that the crosshair be configurable: color, style and thickness, where thickness can be 0.5, much thinner than 1.

 

Absolutely!


@eirik_1993

eirik_1993
08 Dec 2018, 21:22

I would absolutely love this too! It makes everything so much easier. One of the things I really miss from Tradingvievw.


@eirik_1993