NexusFi: Find Your Edge


Home Menu

 





Scan for stocks whose price is between two MAs


Discussion in ThinkOrSwim

Updated
    1. trending_up 1,959 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

Scan for stocks whose price is between two MAs

  #1 (permalink)
dhman2012
Boston+MA
 
Posts: 4 since Aug 2020
Thanks Given: 1
Thanks Received: 0

Hello all,

I would like to create a scan that lists all stocks whose price is within two MAs:

High of 3EMA and Close of 8EMA

Is there a way to create that sort of screen in TOS? I wish I could code that up, but I'm not smart enough. Any help would be greatly appreciated.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
REcommedations for programming help
Sierra Chart
What broker to use for trading palladium futures
Commodities
MC PL editor upgrade
MultiCharts
Cheap historycal L1 data for stocks
Stocks and ETFs
 
  #2 (permalink)
dhman2012
Boston+MA
 
Posts: 4 since Aug 2020
Thanks Given: 1
Thanks Received: 0

Any help will be much appreciated

Reply With Quote
  #3 (permalink)
VanDriver
Jackson, MS
 
Posts: 34 since Dec 2015
Thanks Given: 1
Thanks Received: 5


Enjoy the script and post it into the scan feature. A simple request. Verified to work. Beware, your criteria is tight unless I misunderstand your post. The criteria looks for candles with a high <= 3ema and close >= 8ema. Change the high >= for testing purposes if you are not getting any search results.

# Begin scan script

plot Action = high <= expAverage(close, 3) and close >= expAverage(close, 8);

# End scan script

Reply With Quote




Last Updated on September 21, 2020


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts