| / | Forum |
|
Tinto12
2008.11.12 23:51
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 |
|
All about Automated Trading Championship: Interviews with the Participants'06 Interviews with the Participants of Automated Trading Championship 2006 demonstrated a great variety of views of automated trading and trading as a whole. You can see yourselves which ideas turned out to work better during the Championship and which of them could not pass the critical verification through a three-month long "test-drive" on a contest account. |
|
phy
2008.11.13 00:06
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. . |
|
Tinto12
2008.11.13 00:10
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 |
|
phy
2008.11.13 00:52
There is no "place" exactly... You modify the indicator source code (or write a new indicator from scratch) to match your vision. |