♥ 0 |
Hi Pete! I’m a beginner with scripts and I’ve been following what you guys are doing here for a while. It’s amazing, really awesome ideas. I’m trying to create a very basic scanner for premarket which includes a study and alerts when the condition is met, but I get some errors. I want to scan for stocks between 1 and 7 making 20k or more volume in the 1-min bars. I want to catch volume spikes of that kind. All the volume alerts I see are related to percentage. I’m getting hundreds of alerts all day long. It’s driving me crazy! I need the alerts to stop at 9:30, market open time. So, I want to set:
So, this is what I have tried: ——————- def afterStart = SecondsFromTime(700) > 0; —————— Also trying, but apparently I’m not using the Unusual Volume condition in the right way because I get an error of invalid statement. I also tried, with similar results: —————- input ORBegin = 700; —————— Thanks so much!
Marked as spam
|
Please log in to post questions.