♥ 0 |
Hello! Thank you so much for all the help, I honestly believe you must love what you do!
What I’m trying to do is find the pattern below where basically there are 5 previous bars that close above vwap and the current bar’s low passes below VWAP. The good news is I think I have that working! What I want to do after that is only include stocks that have options. I tried adding an option filter where the ask is above .01 but the performance is horrible! Would it possible to take a look at what I have below and tell me the best way to include options? Blue Square is above VWAP, the red square is crossing below!
Thanks!
def data = reference VWAP().”VWAP”; def lowPrice = low; plot scan;
Marked as spam
|
Please log in to post questions.