NexusFi: Find Your Edge


Home Menu

 





Scan first 2 bars of the day


Discussion in ThinkOrSwim

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




 
Search this Thread

Scan first 2 bars of the day

  #1 (permalink)
trapezius
little rock + arkansas
 
Posts: 1 since Apr 2019
Thanks Given: 0
Thanks Received: 0

Im a newbie to TOS. Having trouble making this work.

I'm trying to create a scan that scans for the following

The open of the second bar(of the day) is less than the open of the first bar(of the day).


Basically the scan should return stocks that have 2 consecutive red bars(only the first 2 bars of the day)

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
ZombieSqueeze
Platforms and Indicators
Quant vue
Trading Reviews and Vendors
Better Renko Gaps
The Elite Circle
How to apply profiles
Traders Hideout
 
  #2 (permalink)
skynetgen
Randolph
 
Posts: 4 since Jul 2018
Thanks Given: 8
Thanks Received: 0

Here you go
 
Code
def newday=getday()==GetLastDay() and getday()<>getday()[1];
def cond=if newday[1] and open<close[1] and open[1]>close[1] then 1 else  if newday[1] then 0 else cond[1];
plot signal= cond;
paste in custom study at preferred intraday timeframe. Make sure ext hours is OFF

Or you can just import scan I tested with:
or use the tos.mx/o9j8oG

Reply With Quote




Last Updated on April 13, 2019


© 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