NexusFi: Find Your Edge


Home Menu

 





Need help with a simple script


Discussion in ThinkOrSwim

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




 
Search this Thread
  #1 (permalink)
legolasian
solbergelva
 
Posts: 1 since Sep 2020
Thanks Given: 0
Thanks Received: 0

Hi, im looking for a script that scans after Inside Bars. The current bar has to be inside the prev bar or be equally large, as long as it is not outside. I would be greatfull for any help I can get. Im not that familiar with coding or programming. If its to much work, im willing to pay.


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Thursday May 28: GDP + Core PCE + Jobless Claims All at …
Traders Hideout
Iran Deal "In Review" at 87% on Deadline Day - …
Prediction Markets & Event Contracts
Memorandum Watch: How the 60-Day MOU Framework Makes May …
Prediction Markets & Event Contracts
More Than Capable: Hegseths War Warning Validates $114M …
Prediction Markets & Event Contracts
Netherlands & Germany Surge as World Cup Field Narro …
Prediction Markets & Event Contracts
 
  #2 (permalink)
VanDriver
Jackson, MS
 
Posts: 34 since Dec 2015
Thanks Given: 1
Thanks Received: 5

Your request is not clear. Here is two versions of the scan depending on when you are running the scan. The insidebar is a two candle pattern. Enjoy the script

Remove or add the # to a specific line to enable or disable it in the scan. The insideBarconfirmed scan requires two bars to close so the last closed bar is confirmed to be inside its prior bar. This scan will display on the first bar developing after the insidebar is confirmed of your desired time frame. The insideBardeveloping scan displays bars while they are developing, which is every bar after it opens, but it can also be used as an end of day scan to look for bars that closed as an insideday before the next day opens.

#Begin scan script

#plot insideBarconfirmed = (High[1] <= High[2] && Low[1] >= Low[2]);

plot insideBardeveloping = (High <= High[1] && Low >= Low[1]);

# End scan script


Reply With Quote




Last Updated on September 21, 2020


© 2026 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 - Downloads - Top
no new posts