Probability Cone Future Value Referencing


Category:
0
0

Hello,

 

I am referencing values from the ProbabilityOfExpiringCone study.

<pre> plot UpProbExp = reference ProbabilityOfExpiringCone(period = 5, prob_range = 80).UpProbExp;
plot DownProbExp = reference ProbabilityOfExpiringCone(period = 5, prob_range = 80).DownProbExp; </pre>

 

How can I reference the value of the UpProbExp for 3 days out?

Marked as spam
Posted by (Questions: 34, Answers: 56)
Asked on May 17, 2019 7:56 pm
78 views
0
Private answer

def UpProbExpThreeDaysOut = UpProbExp[-3];

Marked as spam
Posted by (Questions: 37, Answers: 4084)
Answered on May 20, 2019 5:46 pm