Hi,
First off, thanks to those that posted divergence indicator codes. I have been experimenting with Jose Silva's divergence code here:
http://www.metastoc ktools.com/ MetaStock/ Divergence. txtWhat I would like to do is to pass the parameters that would normally be set when the indicator is added to a chart through the explorer. This would then allow me to run explorations using one version of the indicator rather than having to hard code the parameters into different versions of the indicator depending upon how I want to run the explorations.
For example, My explorations consists of 3 colums:
ColA: Fml( "!Ben - Divergence Indicator (MACD)")
ColB: Fml( "!Ben - Divergence Indicator (RSI)")
ColC: Fml( "!Ben - Divergence Indicator (STOCH)")
But these each have to call a copy of the original indicator that has been
specifically setup for each indicator (Stoch, RSI or MACD). Is it possible to pass the parameters using metastock code?
many thanks for any help that you can give me.
Crom