Scan for 34 ema uptrend


Category:
0
0

Pete

Could you help me write a scan for the following..

 

34 ema close 20 days ago < 34 ema close 15 days ago

34 ema close 15 days ago < 34 ema close 10 days ago

34 ema close 10 days ago < 34 ema close 5 days ago

34 ema close 3 days ago < 34 ema close.

Marked as spam
Posted by (Questions: 49, Answers: 42)
Asked on April 10, 2020 8:41 pm
161 views
0
Private answer

This is actually much easier to create using the Condition Wizard then writing a custom code solution. So I will just direct you to our video on that topic and you can build this in about 2 minutes with just a few clicks of the mouse:

https://www.hahn-tech.com/thinkorswim-condition-wizard/

I'll do the first condition for you so you can get the idea on how simple this is. Screenshot below shows how to set this up and the single line of code below is what the Condition Wizard generates while you click the mouse:

MovAvgExponential("length" = 34)."AvgExp" from 20 bars ago is greater than MovAvgExponential("length" = 34)."AvgExp" from 15 bars ago

Attachments:
Marked as spam
Posted by (Questions: 37, Answers: 4087)
Answered on April 11, 2020 8:57 am