Votes
Answers
Views
Question
0
votes
1
answer
122
views
asked 6 years ago by Michael Van Wagner
Category:
Chart Studies
I was wanting to find out how to set up a Hull moving average to the TOS Money Flow Oscillator. I had tried to do it with the following Thinkscript: declare lower; input MFLength = 20; input MALength = 3; input over_bought = 80; input over_sold = 20...