PaulParticipant
Master
Hi all,
I would like that a indicator change values automatically based on the selected values in the strategy.
i.e. if the variables in the strategy are 7 and 3, the indicator should also use those values.
Is this possible ?
Thanks!
No it’s not possible, but you can see your indicators returned values directly in probacktest with the GRAPH instruction.
PaulParticipant
Master
Didn’t know that GRAPH could be this useful ! Thanks for the reply.