I would like for an intermarket strategy to divide the Gold future by Oil future (&GC / &CL) and check the RSI value of that.
Unfortunately there is no possibility to use a dynamic source field. Close, Volume etc... are hardcoded values in the dropbox.
Or make it better: Use one indicator as an input for another. For example, apply a Moving Average to a Stochastic Indicator, or even to another Moving Average.
Unfortunately there is no possibility to use a dynamic source field. Close, Volume etc... are hardcoded values in the dropbox.
Or make it better: Use one indicator as an input for another. For example, apply a Moving Average to a Stochastic Indicator, or even to another Moving Average.
Rename
Please see the Eval() indicator (part of finantic.Eval extension) and use the SymbolInd indicator in an Expression like:
CODE:
Close / SymbolInd(bars, Close, "CL")
QUOTE:
Or make it better: Use one indicator as an input for another. For example, apply a Moving Average to a Stochastic Indicator, or even to another Moving Average.
Discover the Transformer indicators.
To elaborate, look for MathIndOpInd and IndOnInd in the Transformer Indicators folder. Another option is the third party finantic.Eval as DrKoch mentioned.
@DrKoch:
I just bought now the Eval Extension. Thanks it works now:
I just bought now the Eval Extension. Thanks it works now:
:)
Your Response
Post
Edit Post
Login is required