This week’s video continues the discussion of variables and into the topic of recursion. The compoundValue function is also explained and its use with the rec statement.
First Half:
Second Half:
This week’s video continues the discussion of variables and into the topic of recursion. The compoundValue function is also explained and its use with the rec statement.
First Half:
Second Half:
I was having a hard time grasping the recursion before this video. The most useful parts for me are the recap/explanation of each line you just wrote in an easy to follow manner. Looking forward to the next video. Thanks again.
plot swingHigh = if lastTop!=0 then lastTop else double.NaN;
plot swingLow = if lastBottom!=0 then lastBottom else double.NaN;
to avoid plotting 0 at the start of the chart
Thanks again. Clear, logical presentation. You sure you don’t want to write a book?
Thank you…Yes, I probably should.