Wait condition for entry
Author: mgreco19
Creation Date: 7/28/2017 8:07 PM
profile picture

mgreco19

#1
Is it possible to have a condition that says after a new 52 week high is reached to wait for a pullback to the 20 SMA and then enter the position?
profile picture

Eugene

#2
Although Rule-based Strategies aren't prepared for exactly this scenario, in code it's of course possible:

ActiveTrader 2012-03 | Big Move, Pullback and Continutation system

Further reading:

Tutorial: Setups, Triggers, Delays, and Timeout
profile picture

Cone

#3
Anything is possible! The question is, "how do you code it". Since the requirements are vague, I'll assume you're only interested in the first pullback to the 20 SMA. So, once the SMA 20 is breached after a 52-week high, we'll ignore the condition until a new 52-week high occurs.

CODE:
Please log in to see this code.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).