Support Board
Date/Time: Tue, 26 Nov 2024 10:20:53 +0000
Post From: In need of some scanner help
[2023-12-15 13:52:12] |
User209431 - Posts: 108 |
Good morning, I got a decent amount done last night on my scans but need a few things and likely will have some questions pop up through the day. Preface: Building a scan which will have multiple =AND logic conditions that all must be true. 1) I cannot find a way to access the days range? I need to know where in the range price is for a studies alert. = C > .33%(of todays range) . 2) "On Pace Volume" - Not anything to do with "Pace of tape" or the likes. This one is a little more difficult than above. I was able to code something for NT to do it so hopefully i can here. I need to create an alert that shows how volume is trading and if it is on pace to hit say 10 million by end of day. I did this in NT by creating a 1 period SMA and then it has to go through the logic of bars since open and it did some basic math logic. 10,000,000 / 13 = 769,230 so by 10 o clock the value produced needs to be = C > 769.230 and it would continue through the day. Here is my original NT code if it helps: MyPlot1[0] = (SMA(Volume, Bars.BarsSinceNewTradingDay + 1)[0]);
3) There would have been a 3 here but you guys have an amazing "relative volume" indicator so kudos for that. TIA Date Time Of Last Edit: 2023-12-15 13:55:33
|