🛠Just launched my trading journal! If you trade stocks, options, futures, or crypto, give it a try with a 7-day free trial and let me know what you think! traderlog.io/
@trader_joan2 жыл бұрын
Every upload makes my heart sing! I come to your channel frequently for clear explanation when I don't understand something. Thanks for the plain, concise delivery! Wish I could hit the "like" repeatedly also :)
@shortthestrike2 жыл бұрын
Thank you!!
@gerard11532 жыл бұрын
Sir this video is excellent. You articulate both your words and your video content very well. I have watched several videos on Premarket scanners in ToS that have MANY more views than yours...which is unfortunate because yours makes the most sense. It gets right to the nature of the search...premarket, before things really take off. That is the holy grail of trading from the best place in time. It's akin to getting to the place in the jungle to get the picture of a rare animal -that's the scanner! From there do you have the correct camera, the proper clothing and gear and the skill to position yourself in the vegetation to get that shot - that's the skill needed to enter and exit the trade. Cheers!!!
@heywally27393 ай бұрын
Absolutely excellent !!! Nothing comes close to this. Sending a coffee
@jktrader3724 күн бұрын
This is SO well done- excellent tutorial, well explained and super easy to follow THANK YOU !!
@haverelmink10 ай бұрын
Excellent video! Subscribed. Another awesome TOS scanner feature is the ability to set alerts. Another asset gets added or dropped, get an instant text message or email. Great for scalping!
@jstreett19 ай бұрын
Excellant video, thank you! Just what I was looking for!
@warwicknexus1602 жыл бұрын
Thank you for the video and the RVOL script. Here is an improved version of the RVOL script #RVOL script for tos def rVol = volume / Average(volume, 20)[1]; plot Data = round(rVol,2); #AddLabel(yes, round(rVol,2)); Changing to 'plot' will make sorting the RVOL column better. (AddLabel turns the RVOL value into a string, hence the issue with sorting)
@jamesbennett271610 ай бұрын
Exactly how does one add this RVOL script to the Scan..?
@ghazaleyaar8 ай бұрын
Very very useful Video!!!!! Perhaps the best on Pre and post market trading! Thanks!
@Kingcob72 жыл бұрын
This was very easy to follow while being quick, good job and thanks.
@jaredpalanzi33023 күн бұрын
I put in these exact parameters and then scanned like he did at 3:45 and got NOTHING. Any ideas on what I did wrong please?
@kfarah97 ай бұрын
Great video. Two questions: 1) How do you show the stocks that moved up or down (instead of only up) more than 2%, and, 2) Will this work in Post-Market?
@sundancer7381 Жыл бұрын
Thanks so much for great video. Will come back frequently.
@mariodiaz79572 жыл бұрын
Hello and thanks for the video. I question I have is why you use after hours percent change instead of gap up or gap down in the scanner. Thanks you
@MarioLopez-wl8si7 күн бұрын
Thank you so much. And the scanner will work for the next day. Is that right?
@paulbiniasz22789 ай бұрын
Thank you for posting this tutorial
@sgl31632 жыл бұрын
I like this. I'm new to TOS and had no idea one could script in it. As a programmer, I'm going to have fun with this. The thing with this scan is it seems to to detect moves from yesterday's premarket close ( or yesterday's open) to today's current premarket. I doesn't detect the percentage change from yesterday's market close to the current aftermarket/premarket ( the gappers we're looking for). I'm hoping this can be scripted. I found the tutorials of TOS scripting. I just have to go through them. It seems like a straight forward API. Thanks for this and the revelation TOS has scripts!
@Lrndthehardway Жыл бұрын
Did you ever figure this out?
@shortthestrike2 жыл бұрын
def rVol = volume / Average(volume, 20)[1]; AddLabel(yes, round(rVol,2)); #AddLabel(yes, asPercent(rVol)); AssignPriceColor(if rVol >= 1 then color.dark_red else if rVol
@naples11612 жыл бұрын
I cannot figure out how to make this a column at all in my watchlist. Find it so helpful that you shared that this can be done but I do not know how to actually create this column. Is there anyway you can explain? Thanks so much.
@Arofarmer2 жыл бұрын
@@naples1161 hope tis help: Search Results > Gear Icon > Customize... > Available Items/Custom Quotes > Custom 1 > Add Item(s) > Column name (Type in RVOL) > thinkScript Editor > Paste script > Apply > Ok > Ok
@lowen69842 жыл бұрын
@@Arofarmer thank you for this. also to add I think you need to remove adx crossover from the custom as well if I'm not mistaken
@kengle91162 жыл бұрын
@@naples1161 Hi Martha. I had the same question but I was able to figure it out. Let's see if my description proves helpful to you. Either in the Saved Query Watchlist OR within the Scan itself, click on the Gear Icon in the far upper right. Click "Customize". In the upper right is a drop down. Within it, type the word Custom. You will see several "Custom 1" etc listed below. Note the Scroll Icon to the left of the descriptor. Click on the icon. A new window pops up with two tabs, "Condition Wizard" and "thinkScript Editor". Within the Condition Wizard delete anything in there then go to the thinkScript Editor. In the large window this is where you Paste the code that this author offers us. At the top be sure to name this code as you can use it elsewhere in the future. I put my first name in front of the custom scripts that I create. Be sure to follow this authors instructions on what Time to use as you can adjust that, as well. There is likely another approach to accomplishing the same thing but I have yet to master TOS. I hope this helps. Happy Trading Martha.
@kengle91162 жыл бұрын
And, of course, you can click on the Menu called Tools, then "thinkScript" and create your custom studies and strategies there.
@Rockin00TJ2 жыл бұрын
Great video! I’m new to TOS and your videos are helping me navigate it better! Thanks!!
@coloradoan2199 Жыл бұрын
Great video. Thank you for taking the time to share your skills.
@stephenhobbs94810 ай бұрын
Thanks!
@relharewood74137 ай бұрын
The relative vol shows yesterdays up until the market opens at 9:30 … is there any way to show the relative vol with just the pre market vol in comparison to the daily average over (x) periods??
@cinapps2 жыл бұрын
I believe for rVol, instead of the script you can go to Add Filter > Study > Unusual Volume and then adjust the parameters to your liking, there is a small category to determine the time frame to the right beside the pencil
@MMM0nkee Жыл бұрын
old comment but what parameters do you recommend?
@bizcochodulce Жыл бұрын
Thanks for the video. I don´t know why but i can´t add studies like 9MA cross 20MA at the premarket scan, only the one that you have in your video, but at the market the cross study works fine for me. Do you know if TD allows those type of scanners with other studies premarket or postmarket? Thanks in advance
@kazir91612 ай бұрын
helpful video, can you show how to add float on the study filter. Thanks again
@goexplore3182 жыл бұрын
Thanks, your always so helpful. Love the Think or Swim format.
@shortthestrike2 жыл бұрын
Thank you!
@stephenhobbs94810 ай бұрын
Thank you for this excellent video.
@RenaissanceMacbeth8 ай бұрын
Very good, thank you. I have been using percentages change for awhile which also works in pre market; will dabble and make some changes see if it refines it bit more.
@amonrah1788 Жыл бұрын
Thank you so much for this amazing video!!
@xsHaDyMuPpEtx2 жыл бұрын
Do you have a script to create a study filter that looks for dollar-amount premarket increases (as opposed to percentage increases)? I'd like to see stocks that have gained at least a dollar over the previous close, to easily eliminate the penny stocks
@shanthanalur471410 ай бұрын
Great video, well explained, thank you. Is there a way to add any news or earnings link to it like in market chameleon? Thanks
@donblack541 Жыл бұрын
I am trying to create a scanner that will tell me what stocks went up in the last 15 minutes in the premarket, and after the market opens, can you make a video on this or tell me what video you have that will explain this?
@mkSPY Жыл бұрын
Quick question...in the study filter you used the CLOSE since there is no option for MARK. Later you add the mark % change in the columns. However, the Mark % Change you can see CNK with 1.10% and ASO with 1.25% as well as others below 2% which was the filter. So is the Study filter not really doing anything in that case?
@ChaseH-pz7ro17 күн бұрын
Thanks for the video can you show how to show stocks gapping down? I tried changing the after hours tab to less than 3% but it still shows stocks gapping up
@heathsledger3 ай бұрын
these should be the default scanner settings for real! just moved over from SSE and was surprised in TOS that I had manually search out add all these key tabs like mark and mark % change. Thanks man!
@bhanusapkota7122 жыл бұрын
Very informative video, thank you so much.
@TheWinghochui Жыл бұрын
Thanks for your sharing!
@morenoe10002 жыл бұрын
Thank you for your video and script. I added the R VOl column. I have a general question about TOS scans. Why do scan results vary when the script is added to the watchlist? It doesn't matter whether it's your scan or any other scan, there is universal inconsistency. It drives me crazy.
@TheDunningKrugerEffectisReal3 ай бұрын
7:27 misspelled indices, great video though, I want to learn more about scanning.
@chaddsmith3354 Жыл бұрын
Great video. Thank you!
@chilatelover2 ай бұрын
wow, professional video. Many thanks!
@lynnhawks519 Жыл бұрын
Thanks for the helpful tutorial... BUT.. when I copy your format EXACTLY, my scan results are minimal (1-2 stocks) Cant figure out what I am doing differently. and clues?
@mtz9939 Жыл бұрын
Very helpful.
@jono5900 Жыл бұрын
Appreciate the video but this isn't really Relative Volume..this script is for % of Avg Volume. Relative Volume compares the volume for a particular period/time of day(first 30 min for example) against the typical volume for that exact same period on prior days..Anyone know the script for that?
@amatuer22 жыл бұрын
Thanks for this, a great lesson and so helpful:)
@shortthestrike2 жыл бұрын
Glad it helped!
@danielshaw48472 жыл бұрын
Great video.
@MrRickyy88 Жыл бұрын
Great video. I do not know how to open the script though.
@riddlerMD36511 ай бұрын
In thinkorswim where I can see a quick quote of a stock to see float? thanks for the RVOL script and please any can answer my question if you know.
@JoseGarcia-kr3xx8 ай бұрын
thank you dude,its very helpful
@AA-im2sj2 жыл бұрын
how can add the script as column, when I created as study it was added to charts and I'm not seeing it as column when you select the gear icon on scanner. Appreciate your video they are as clear as crystal and digestible!, awesome videos ever!
@shortthestrike2 жыл бұрын
It's a bid weird for custom columns. You need to open the customize window then scroll down until you see a list saying, custom 1, 2, 3, etc... From there you'll click on the script of one of those and paste in the script I posted then rename it RVOL or Relative volume
@vmmac79532 жыл бұрын
terrific tutorial
@donblack5412 жыл бұрын
In the stock hacker on TOS, under the costom study tab, is there a way for me to scan for a Dollar amount move, in "3 to 5" one minute candles in premarket? Any advice you could give would be greatly appreciated!!
@Lewis-j1l3 ай бұрын
Hi. Thanks for video. Though I see this scan shows the increase from last price in regular hours to the price in premarket. I'd like to see the change from last price in after hours. Can anyone tell me please how to do that?
@judybrown56942 жыл бұрын
Please create a youtube video showing how to add the relative volume to the premarket scan, using your script. Thanks in advance.
@shortthestrike2 жыл бұрын
Great suggestion!
@akhterhossain6456 Жыл бұрын
You are amazing thank you..
@_mytube_ Жыл бұрын
Did you end up sharing the relative volume script?
@gerard1153 Жыл бұрын
Sir ~ your videos are great! I am thinking of joining your community here in the next 2 months or so. Btw ~ the Relative Volume link says it is broken when I go to add it into TOS. I have successfully added scripts before but this one does not work...seemingly. Could you redo it here potentially? Regards~
@jamesgaul35442 жыл бұрын
How do I use the code for rVol to make a column??
@blblawhoo433810 ай бұрын
Will this find penny stocks premarket? I missed to good penny stocks premarket and webull didnt find them? thanks
@mindibear Жыл бұрын
I don't see "Price Performance" on my scanner. Did they rename it to something else?
@kma56997 ай бұрын
I'm noticing the same issue. Why does it seem like it's only scanning stocks alphabetically? All stocks start with the letter A.B.C. Is there a way to disregard the alphabetical name of the stock to how it is sorting?
@donblack541 Жыл бұрын
I am also looking to trick the scanner to refresh every minute so I don't have to wait 3 or 5 minutes.
@zameermohammed83246 ай бұрын
is this work with indian market stocks
@mngthearthheart8163Ай бұрын
Where do get the #RVOL ?
@dyardsale54752 жыл бұрын
What is the difference between: Last, Mark, and Bid?
@SlayerQueen5 Жыл бұрын
This scan only seems to be getting stocks that are UP pre market and not down as well. Anyone else have this issue? Its looking for moves >x% so should scan both directions.
@scotthanne12 жыл бұрын
I dont see the TOS VOL STUDY ??? Help thanks
@annabellesimon1244 Жыл бұрын
I tried to import this but I got message that URL was broken ;(
@ThatEngineerGuy_2 жыл бұрын
Benzinga Pro is the wayyyy
@Coral_dude8 ай бұрын
2 years ago this filter pulled 200 results but today 4/8/2024, 1 or 0
@stockalertscanner-fw5ex Жыл бұрын
Try this for your MOMO scanner: kzbin.info/www/bejne/b3ewiXSomrB5jZI