Finally figured out what this whole busines of drag and drop is about.
First load the first MIndex indicator onto the chart as you would normally do.
Then in the Navigator Window, which contains the Custom Indicators, left click the MIndex indicator and while holding down the mouse key, drag it over to the "indicator window" where the first MIndex is showing. Do not drag it into the "price chart window".
Also for those of you using a mini demo account with IBFX, you need to change the symols to reflect the mini account by adding "m" after the symbol.
originally.....
ArrayCopySeries(EurUsd,MODE_CLOSE,"EURUSD");
change code to......
ArrayCopySeries(EurUsd,MODE_CLOSE,"EURUSDm");
Do this for all of the currencies listed under the ArrayCopySeries.
Now if someone could explain how we should use this indicator, that would be greatly appreciated.
thanks!
ps. konjn I tried the MACD with ATR in the same window and it works too! Cool, learned something new today
