♥ 0 |
Trying to create a scan with multiple moving averages within 5 % of each other. I thought I would use min and max of each set to do this but cant get it to work. I see min/max is only for two variables. Is there a command that looks at an array of like 5-7? Any thoughts?
Marked as spam
|
Private answer
This question has already been posted: https://www.hahn-tech.com/ans/scan-for-stocks-who-price-is-stacking-around-multiple-emas/ I will not be able to provide a solution here in the forum out of respect for clients who have already paid for a professional solution similar to this request. I can tell you the Max() and Min() functions only take two parameters. Which explains why your code is generating an error. Details here: https://toslc.thinkorswim.com/center/reference/thinkScript/Functions/Math---Trig/Max https://toslc.thinkorswim.com/center/reference/thinkScript/Functions/Math---Trig/Min
Marked as spam
|
Please log in to post questions.