Need a little help please

 

Hi, newbie to MT

I would like to see my MACD and Stocch settings in my primary charts running along with the price, I am only able to get them in the boxes below the chart at the moment.

Cheers

 

Change this line:

#property indicator_separate_window

to

#property indicator_chart_window

.

You will have to adjust(offset) and resize (adjust the range) the values returned by the indicators to coexist with the price values of the chart.

.

Here is my interpretation of CCI on chart:

Dotted line corresponds to the 0 line of CCI.

.

 
phy wrote >>

Change this line:

#property indicator_separate_window

to

#property indicator_chart_window

.

You will have to adjust(offset) and resize (adjust the range) the values returned by the indicators to coexist with the price values of the chart.

phy cheers, dont wish to sound a di#ck but change this line.....where do I change it mate excactly??? first go just finding my way around the software, sorry

 

There is no "place" exactly...

You modify the indicator source code (or write a new indicator from scratch) to match your vision.