PureBytes Links
Trading Reference Links
|
> For an indicator, I don't know what the significance of the "base
> study on" selection is.
It sets the *default* symbol that the indicator references.
Normally "Close" is equal to "Close of data1." If you set the
"base study on" to Data2, then "Close" is equal to "Close of
data2."
You can reference any data stream in any indicator via DataN or
data(N). The "base study on" just changes the default.
Gary
|