- ago
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.
1
364
Solved
5 Replies

Reply

Bookmark

Sort
- ago
#1
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")
1
Best Answer
- ago
#2
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.
0
Glitch8
 ( 6.42% )
- ago
#3
To elaborate, look for MathIndOpInd and IndOnInd in the Transformer Indicators folder. Another option is the third party finantic.Eval as DrKoch mentioned.
0
- ago
#4
@DrKoch:
I just bought now the Eval Extension. Thanks it works now:
0
- ago
#5
:)
0

Reply

Bookmark

Sort