Scanner User Guide

The enclosed information will help you develop the skills and knowledge to create, understand, and run custom scans for technical & fundamental indicators. While reading this guide, we suggest having our scanning tool open in another window to apply the demonstrated steps, which would help you create your unique custom scans.

New! Video Tutorials

More video tutorials by “Fun Techni.”
More video tutorials by “Samco Securities.”
  1. Introduction
  2. Filter components
  3. Examples
  4. Fundamentals Scans
  5. Frequently Asked Questions (FAQ)

Introduction-

Chartink scanner offers unparalleled flexibility to deliver custom, accurate, and fast stock scans. Chartink’s scanner is a powerful tool that enables you to scan stocks based on the technical levels and indicators you have developed through your experience with stock markets and technical analysis. Some examples of what you can do with the scanner include listing stocks that have crossed the 200-day moving average, have RSI values greater than 70, or have the Highest volume, and many more.
The scanner allows you to customize technical (e.g., RSI, MACD, breakout..) and fundamental parameters (e.g., P/E, book value..) to suit your needs.

Filter components

Sample filter; shows close above 500

A scan comprises several filters, which can be added by clicking on the filter icon.

A scan with a single filter appears as follows:

The scan, besides filters stocks whose “close is greater than 500”, notice the interface relates closely to our English language grammar –


 Stock attributes
Add “Stock Attribute”

Relates to the open, high, low, close, and volume are always prefixed by an offset that indicates whether you are looking for the current candle Value, a value of the previous candle, or a specific number of candles ago, applies to all timeframes, such as daily, Intraday, weekly, monthly.

Steps performed to add “Close” as a filter attribute. Notice the “Offset” component automatically added.


Offsets
Modify “Offset”

Relate to the timeframe for the indicator for the current or prior candle; often, you’d want to compare the values of a specific component from one day to another, like, referring to the RSI value of today & comparing it against the RSI value 10 days ago.

Offsets allow you to add this flexibility to your analysis, enabling you to compare components from days before the most recent trading day. This can be useful when conducting trend analysis or identifying potential opportunities in the market.

 

For example, you may want to identify stocks that have closed above their previous day’s close.

Hint: An offset is automatically added once you select a stock attribute or an indicator defaulting to “Latest” (current daily candle). To change, click on it(latest).


Number constant:
Number constant

Hard-coded numbers are fixed/constant values. To create filter, you can use comparison operators (like greater than or less than) or math operations (+,-,/,** *) to create a filter.

Number constants don’t have an offset, which means their Value stays the same no matter when you’re looking at it. That’s different from variables or other data points that might change depending on different conditions or inputs.
An example is highlighting the “number 60” as the number constant.

Indicators:
Indicator filter

You can add multiple indicators, such as SMA, RSI, MACD, and ADX, and perform various computations on them to filter stocks.

Most indicators require a parameter for their computations, and Chartink automatically sets a default value for the parameter when you add the indicator (shown in brackets).

You can easily change any indicator’s parameter(clicking on it) to suit your needs.

Adding SMA as an indicator(to the first line), notice the parameter for SMA i.e (close, 20), signifying the computations to be on the “close” stock attribute for the past 20 days.

Hint: If an “Indicator” requires multiple parameters, they are separated by a comma, e.g., “(close, 20)” here.


Operations:

After adding a “stock attribute” or “indicator”, you may want to perform operations on them to compare them or use them in your custom criteria. These operations allow you to link indicators and other filter components together to create more complex criteria. For example, you may want to compare an indicator value to a number constant or add two indicators together.

The format for linking operations with other filter components is as follows:

indicator operation(greater than/less than) number constant ....
stock attribute operation(equals) indicator ....
number constant operation(*, /, +, -) number constant operation(less than) indicator ...

An operation can be performed by clicking on the icon. “Also, multiple operations can be performed for a single filter.


Types of operations:

Arithmetic:

To construct more advanced scans, you can use arithmetic operations (add, subtract, multiply, divide) on filter components. This allows you to create scans for stocks that have gained a certain percentage today (e.g., 5%). The example below shows a scan that uses two operations, one of which is an arithmetic operation (*), to filter stocks that have experienced a gap up or gap down. Here is an example scan.

Close > 1 day ago by 3%
Comparison:

Probably the most common operation you’d use, as every valid scan requires a comparison among 2 filter components. A single filter can have only a single comparison. In the below snippet, the “greater than” operation denotes the relation between the 2 stock attributes(close & open) & filters stocks that have a “Close” greater than a stock’s “Open.”; here is an example scan.

Close > Open
Crossovers:

Often you’d want to filter stocks based on certain breakouts, which can occur when a stock closes below a certain value yesterday but closes above it today (signifying a crossover). [Value here refers to any indicator or stock attribute.] here is an example scan.

Close crossed above SMA20

The above would filter Stocks that closed below the 20- day SMA yesterday but today it closed above the 20-day SMA (crossing over from below).

Steps to add operations to a stock attribute:

To filter stocks that are closing above 5,000, you can perform the following operation:

Operation filter


Steps to create the scan

  1. Select the ‘Add a filter’ option from the menu.
  2. Choose the ‘Close’ attribute from the list of available stock attributes.
  3. Select the ‘Greater than’ comparison operation.
  4. Enter the Value of 5,000 in the constant number field.

Multiple Filters & Filter Behavior:

Normally you’d want to have multiple filters specified in a single scan. To add more than a single filter again, click on the filter icon and select a new filter to add.

Operation “passes ANY”

i.e., You can change the filter’s behavior within a scan to achieve an AND or an ANY condition or even have it fail a certain filter within your scan.


Sub-filters/Grouped filter:

Sometimes it may be necessary to group filters and their behavior to create more complex criteria.

Multiple Filters

In this scenario, we can see that the main group condition passing is “latest close > 200”. This condition is a must. 2 sub-filters or sub-groups are created after that, out of which the scan passes any 1 of the 2 groups along with the main condition “latest close > 200”. You can see the sub-groups are highlighted and are being passed in a “Passes Any” join.

Scan for EMA 20 with volume OR close crossing EMA 20 where RSI above 70


Functional Filters(Min/Max):

The Min and Max filter components are unique because they accept other filter components as parameters. These functions are useful for calculating the highest or minimum values over a specified number of days. These functions take two parameters, as follows:

  1. Period – Denotes the periods over which this function shall perform its computations.
  2. Measure(stock attribute, indicator) – Denotes the measure against which the computation shall be performed.
Multiple Filters

To identify stocks that have reached their 52-week High on a given day, the Max(period, measure) function can be used.

After selecting this function, its required parameters will be automatically added. These parameters can be modified by clicking on them; in this case, they should be changed to 252 and High.

The measure selected, in this case, High is used to identify stocks at their 52-week High, which consists of 252 trading days.

This allows for identifying stocks that have reached this milestone on the specified day(latest).


Examples with scans –

We’ve compiled a few examples to help you design your custom scans. Click here to view more example scansYou can also browse through the scans created by other users here.

Overbought filter:

List stocks that have RSI(14 days) changed their zone from below 70 yesterday to above 70 today, indicating they are likely to see entering to overbought zone. Here is an example scan.

Overbought stocks
Oversold filter:

List stocks that have RSI(14 days) changed their zone from above 30 yesterday to below 30 today, indicating they are likely to see entering the oversold zone. Here is an example scan.

Oversold stocks
Gap-up filter:

Listing stocks with an open greater than 3% of yesterday’s close. If a stock closed at 100 INR yesterday, Its open today should be greater than 103, denoted by “1 day ago Close * 1.03”. Here is an example scan.

Gap-down filter:

Listing stocks with an open of less than 3% of yesterday’s close. If a stock closed at 100 INR yesterday, Its open today and should be less than 97, denoted by “1 day ago Close * 0.97”. Here is an example scan.

List gap-down(-3%) stocks
Bullish stocks filter:

Often a crossover of 50-day SMA over 200-day SMA is treated as a bullish signal. Here is an example scan.

SMA50 crosses above SMA200

FUNDAMENTAL SCANS

Examples and usage of fundamental filters can be found here.

Frequently Asked Questions –

Kindly refer to our FAQ  page for further queries. If you have any suggestions/doubts, kindly contact us.

We hope that this guide provides a solid foundation for creating custom scans and helps you make informed trading decisions.

2,148 thoughts on “Scanner User Guide”

    1. sir please install trand line’s in you’s chartink chart , it will help’s to stocks trand , you should update or install ”trand line ” and also HH AND LL AND HL AND LH ,IN YOU CHART INK THx

          1. When can I get latest screeners before market opens,if I enrol as a paid member.

        1. Stocks making higher highs and LOWER LOWS should be added. similarly higher lows and lower highs need to be added.. also you should add stocks nearing trend line supports and resistances on daily ,weekly , hourly and 15 minutes charts. Also need to know breakouts on trend lines.

        2. Hi Akash ,Happy to know you are there,I communicated with you about 4, 5 years back.God bless you.

          1. Hello Akashji, can v talk , not understanding how to set one scanner, pl drop your no on 9769951451 , wl call you
            Jitesh M
            Mumbai

        3. hello akash
          i want to know how to check some condition
          for example if my latest candle closes below vwap i want to check if it has macd or sma crossover in the past 15 min anytime in past 15 min . please help

        4. Hi Akash, could you plz update ‘ZigZag’ for the scanner in order to scan waves (eg., HH, LL) on smaller time frame like 5min, 15min? Or else if there is any other way to scan HH, LL on 5min chart?
          Happy for the great effort made so far. The toll is amazing!

      1. As a premium member you would be able to:
        Access realtime data for Charts & Scans every minute
        Create Alerts and receive updates of stock breakouts over sms/email/mobile/desktop
        View charts in 1/2/3 minute timeframes with auto-refresh
        Run screeners in 1/2/3 minute timeframes with auto-refresh
        Scan any watchlist via the segment dropdown of a scan
        Get Dedicated support for your scanner requirements

        You can get details/signup our premium service here: https://chartink.com/subscription

        1. Sir today I paid one month subscription fee but can’t understand how to create the filter any can help me my mobile 9903169001

          1. If you need help in creating a scan, please share your requirements and we shall caret the same for you. (email at [email protected])

            You may view tutorials on scans and alerts here: 
            https://chartink.com/articles/scanner/scanner-user-guide/
            https://chartink.com/articles/alerts/alerts-guide/
             
            You can also start by reviewing out top scans here: https://chartink.com/screeners/top-loved-screeners

            They contain the top 10 scans used for Intraday/Swing & short term trading

    2. I want to find the supertrend breakout for weekly and monthly candles like I do for 30 minutes or 1 hour or daily candles. How do I do it?

        1. Kindly confirm Need to use “Crossed above” or “Greater than” as Operations. “Greater than” Operation works correct. “Crossed above” missed many stocks.

      1. You can directly plot it ahead of time. Eg: If you’d want to plot/scan with the EMA of a offset of 26 on today’s chart, you can directly do “26 days ago EMA(close,20) less than Latest close”, this ways’ the EMA 20 of 26 days ago, will be compared against the latest close of today

        1. HOW TO GET ema without offset for example ema ( close,5 ) instead of ema(latest close,5 ). Thanks

  1. Absolutely marvellous exercise launched by Chartink …….I am regular user of Chartink EOD charts for a long period will absolute comfort…….though I have vaguely understood wht u had conveyed, I would request you to demonstrate each of the options given above by way of an example of real stocks…….that would really help in guiding us…….if u need more people to attend this tutorial online…..there are many many people in my group……pl guide as per yr requirement…..Thanks

        1. rsi can not change into MFI please add MFI option like others indicator added in your selector

  2. Respected sir,
    I am a regular user of Chartink EOD charts. I visit daily for research and study stocks. According to me this is best website for investors and traders.

  3. If I run a simple query like “Latest Close Greater than number 500”, nothing happens.

    However, when all this starts working, it would be a fantastic tool.

    One suggestion: Can you provide a facility to apply these filters to NIFTY stocks, JUNIOR NIFTY Stocks, CNX IT Stocks, etc?

  4. Dear chartink team !
    Thanks a lot for new scanning tool.

    My query: how to scan 3 candles at a time(p1, p2, p3) .
    example: p2 close price is lower than p1 close price.
    p3 close price is higher than p2 close price.

      1. Akash ji,

        It works ! Thanks for your quick response.
        (Latest Open less than 1 day ago open
        1 day ago open less than 2 days ago open
        Latest open greater than 1 day ago close
        1 day ago open greater than 2 days ago close
        latest close greater than 1 day ago close
        1 day ago close less than 2 days ago close
        latest close greater than 2 days ago close)

        2nd query: How to apply this method on weekly & monthly chart for all data?

          1. Akash ji,
            (( Latest Open less than 1 day ago open
            1 day ago open less than 2 days ago open
            Latest open greater than 1 day ago close
            1 day ago open greater than 2 days ago close
            latest close greater than 1 day ago close
            1 day ago close less than 2 days ago close
            latest close greater than 2 days ago close))

            This method is working eod, But live it jumps p4 candle, how to resolve this problem ?

            I would like to have this method live trade before 3.30 pm.

          2. Hi Mr Akash,
            Can you please help us with weekly and Monthly chart scanner?

            Regards,
            Rangaswamy

  5. hii sir i need your Help please tell me what can i do… i have to set a new scanner so plzz help me for set a EOD scanner,
    condition 1 st….. 1st candle made Low, 2nd candle made Low But 3rd candle open and Low Above 1st candle Low minimum 0.05 paisa.
    condition 2nd….. 1st candle made high, 2nd candle made high But 3rd candle open and high below 1st candle high minimum 0.05 paisa.

    if you available for set this new scanner plzz contact me on my mail id [email protected]

  6. Very good work chartink by providing scanner.. I would like to know is it possible to get sma 50 crossed above sma 200 before market close for the particular day? Because it ll be helpful to do profit book next day early morning

    1. We’re working on integrating the scanner with market hour candles(15 minute delay), it shall be ready to use in the month of Feb’16

      1. Thanks akash ji,
        Finally solved my 4th candle jumping issue,
        Exciting to wait weekly & monthly chart by chartink scanner!

      2. Hi Mr Akash,
        Can you please update on integrating the scanner with market hour candles as mentined by you above?

        Regards,
        Rangaswamy

      1. Hello,

        You can select the “futures” as a segment in place of “cash” segment from the dropdown list.

        Kindly note: Currently, we support only NSE cash stocks. We have only created a segment group called ‘futures’ to scan stocks that are traded in the F&O group. If you select futures, scanning will be done on basis of cash stock prices/ values. 

  7. Thanx Charting for a valuable software.God always bless u for ur work.
    Kindly add buying and selling signal for long term and posional trader.Also another request kindly technical learning guide for new trader.
    Thanks once again

  8. Hi Team, Scanner option is good. Is there any option to choose from Daily/ Weekly/ Monthly timeframe? Currently I can see scanning features are available on daily data frequency. For example- Weekly RSI greater than 50.
    Thank you.

  9. Hi Chartink team,
    Kudos for your work. I have been following chartink for past two years. I have a excellent experience with you. Thank you. Keep it up. All the best for your future endeavors.

  10. How to set scanner for Bullish stock for that particular day.
    Eg. I want to see how many stocks closed higher than open.
    I tried , latest close, greater than Latest Open.. did not find desired results

  11. Hi Team,

    I need to calculate the position for parabolic SAR selling or buying position (latest or one day ago) using the scanner to know the trend of the stock. Please let me know how to apply it.

  12. amazing scanner…please extend to weekly,hourly charts.some more indicatorsviz. bollinger bands
    etc may be included. can i save my predefined scan parameters?
    regards
    raju mvs

  13. Very good work.For daily scans on same parameters it would be good idea for the user to save the particular scan so as to save time everyday

  14. hi
    still the filter for FnO and the scanner across different timeline charts is pending for update?
    These if done would be extremely useful and we are grateful to you for the same.

    thanks

  15. Sir, is it possible to scan the stocks which Started reversal movement,if yes please explain the filters.
    Thank you

  16. sir,

    I created three scanner in your website all are not working from yesterday pls suggest what to do.Also confirm is this all saved scanner working in market hour

  17. I am unable to find price filter , like i wish to shortlist stocks price above Rs. 70 to Rs. 1200 , with my EMA scan , how to do it ?

  18. Hi Akash,

    I got an introductory mail for scanner from chartink which says the scanner can be run for multiple time frames.
    I couldn’t find how to get weekly or monthly candle runs. Pls advise.

    Thanks,
    Sachin

  19. In your website, you have mentioned that weekly​ and monthly scanner options have started.
    Can you post examples​ of the same?
    Eagerly waiting for your reply.

      1. Thanks for the reply.I had already gone through your videos before your reply.
        they are of great help.
        also thanks for adding Bollinger bands scaning in your scanner.

  20. If you take practical for half day we will be greatful.

    Also in point and fig charting we can not drraw any lines or erase any lines if any one is using ipad,

    Thanking you

    Gowree karve

  21. Hi,

    Can you please let me know if the below scan is possible

    60 min macd crossover results or
    60 min bar crossing 20 sma above or below

    Thanks in advance

  22. Great progress. Couple of things..
    1. Can we have a check box option so as to apply the scan only on the F&O scrips?
    2. Also can have a feature to apply the scan only on the watchlist stocks? than the whole universe?

    Thanks in advance

  23. Hi sir ….
    Thks for all ur efforts for making this easier for inestors but
    i want stocks consolidating for certain days help me to get it …….

  24. Hi Team,

    Thanx for doing a good social service job. God always bless you for your work. kindly add buying and selling signal of the stocks for short term, mid term , long term and positional traders before starting of the trading hour.

    Thanks,

    Bubun.

    1. Yes, there’s a option to change the segment: “Stock passes all of the below filters in cash segment :”, click on the “Cash” once on the scanner page to change it to “Futures” segment

      1. Thank you ver much sir for your quick reply
        I think the scanner needs a tweak like say like I scan
        “10 days ago CloseLess than 30 days ago Close”
        it scans all the days instead of only “working days”
        results are different on friday evening and different on Monday Early Morning.
        please look into it, Thanks

        1. On Monday, if you tried during Market hours, after 9:30am, the “latest” would refer to Monday, as Scans are updated during Market hour with a delay of 15 minutes

          1. agree, but the “10 days ago CloseLess” line counts saturday and sunday aswel and narrow downs the results…

          2. No, only Market trading days are considered, so, “10 days ago”, would include 10 market trading days(excluding all holidays). Can you give me a example scan for the issue you are noticing?

  25. Hi there,
    I was trying to create a scanner so I can find scripts that opened HIgher then Yesterday’s High,
    but unfortunately it gives wrong results
    here is the link: http://chartink.com/screener/hh-1
    am I doing somwhere wrong? please Help

    Thanks
    Sandip P

  26. Can you please guide me “Bullish Engulfing” and “Bearish Engulfing” candle stick pattern in live market.

        1. The scan that I shared, would have it results updated during market hours(15 minute delay). You can either keep the screen open and click on “Run scan” every minute to get the latest results Or just refresh the page

      1. TataGloabal is accured 10:30 am Bearish Engulfing pattern that time stock price is 156.20.
        Hexaware is accured 09:55 am Bullish Engulfing pattern that time stock price is 243

        This type scanning needed.

        1. The scan that I shared, would have it results updated during market hours(15 minute delay). You can either keep the screen open and click on “Run scan” every minute to get the latest results Or just refresh the page

  27. I want to find stocks whose Latest Low is within 10 % from the bottom of the previous 5-day Max-Min range of High Low.
    i.e I want to scan for [Today’s Low – 1 Day ago Min(5,Low)] Less than equal to [o.1 *{ (1day ago Max (5,High)-(1day ago Min(5,Low)}]
    This requires bracketing to specify order and relationship of the arithmetic operations. I find I am not able to implement such a scan.

  28. Dear Sir,
    How to find out daily morning after pre-open time ( 9:08 am ) ichimoku span line above opening stocks?

    pls guide me.

  29. Dear Sir,
    How to setup when the senkou span A crosses from below to above the senkou span B.

    Thank You sir.

  30. Dear Sir,
    Will you please guide on making a scanner for stocks
    1) above Rs 25
    2) closes above its 30 days High
    3) weekly or Monthly High Volume

    Thanks
    Sanjay

  31. ………
    1) above Rs 25
    2) closes above its 30 days High
    3) weekly or Monthly High Volume
    4) 2 days ago close less than 30 days ago
    5) 3 days ago close less than 30 days ago
    6) 4 days ago close less than 30 days ago
    7) 5 days ago close less than 30 days ago
    8) 6 days ago close less than 30 days ago
    9) 7 days ago close less than 30 days ago

      1. Hi. Could you please help me getting a scanner for stocks given Positive results from Negative results on QoQ and YoY basis

  32. Dear sir,
    Chartink is superb website. We are identify stocks every time refresh website, otherwise you can provide any SMS service for our scanning pattern.

    1. If the open is 100, “Latest Open Greater than number * 0.01” you mean, the open is greater than the number * 0.01, if you put 100 in place of the number, it would be 100 * 0.01 = 1 ( 100 > 1 )

  33. Hello Akash,

    Kudos, brilliant website, really very useful, thanks!!

    On EOD basis, I want to scan those stocks which are in a 2% distance of the 20D High / Low and 55 D High/Low.

    Also I want to scan those stocks which hit the 20D and 55D high /low in today’s trade.

    Thanks in anticipation!!

    Thanks!!

  34. This is the best site for screening of stocks. Using this site we can screen stock considering daily time frame. My request is, can u add weekly time frame also. Like, weekly macd cross over, weekly over sold, weekly moving average etc. That would be very helpful for long term investors.

      1. Hello,

        You will get the filter option by clicking on the “+” sign. You can click on any one of them as per your scan requirement. You can observe that “Latest ” is the default timeframe that will be chosen.

        You can click on “Latest” to select your required timeframe. You will get the options in the dropdown list.

        I hope this helps.

  35. your site is doing a wonderful job Cheers!!!….I just had a query, the site says ‘Custom Scans now updated during market hours’, what is the estimated time lag for updating the charts as compared to actual market??

        1. Free version data is delayed by 5 minutes. In premium subscription, charts and scans are updated every minute. Our premium members get realtime data with updates every minute for our Charts & Scans. So if you run a scan at 9:20am for example, it would be based on the latest data until 9:19:59am and so on..

  36. pls improve delaytime in data from 15 minutes to 5miutes so that its more beneficial for trader as well as investor.

  37. It is wonderful . Please keep it up. Suppose I create a scanner viz open = high and run it by 9.30 am, will it show the current day details ? Is it possible to provide EOD Heikenashi charts in your charting platform? That will be very useful. Good job and carry on . All the best to you.

    1. You should get the current day’s data by 9:25-9:30am daily (as we have 15 minutes delayed data from NSE). We’ll be adding “heikenashi ” soon in our EOD charts.

  38. I want to create a scan, which should give current monthly RSI is greatest in past 12 months.
    As per your guide lines, I have written the following formula.
    Monthly Max(12, Monthly RSI (14)) equals Monthly RSI (14)
    Is the above formula is correct ?
    If I am wrong, kindly write a correct formula for me.
    Thanks in advance.
    Bhushan

  39. Is there any way to use close price even when scan run during market hours, I don’t want to use current prices, instead want to refer yesterday close always, so if I run after current day mkt close then it should use current day close otherwise should refer previous day close price? is it possible?

      1. but if i use “1 day ago close” and run same scan after mkt close then won’t it refer previous day close, while I want it to refer current day close when run on current day after mkt close.

        1. Yes, currently that’s the only way possible.

          We’ll be soon adding a date filter, allowing you to run the scan as per a given date(the latest would refer to the data as of the given date)

  40. This is one of the most comprehensive filter tools available for free at the moment. Great job!
    I did have one question though. After running my scan, I am given a few columns most of which are unimportant to me, while the important columns are missing. Do you guys allow customization of the columns on the Result Table?

    Thanks.

    1. Currently there’s no provision to have custom columns. We’ll plan on adding that in future though. Any specific columns you are looking for?

  41. Dear Sir,

    website not updated why sir?

    Pls update website immediate sir.

    we are miss wonderful website.

  42. Dear Akash,

    Thank you so much for this lovely website, I refer this website to many to use it.

    Please include Triple Exponential Moving Average (TEMA) for a Customized Scanner as an indicator along with Exponential Moving Average (EMA).

    Thank you,

    Regards

    Vishnu

    1. Dear Akash,

      Thank you so much for this lovely website, I refer this website to many to use it.

      Please include Triple Exponential Moving Average (TEMA) for a Customized Scanner/Screener as an indicator along with Exponential Moving Average (EMA).

      Thank you,

      Regards

      Vishnu

      1. Dear Akash,

        Thank you so much for your response. Eagerly waiting to see Customised TEMA in Scanner & Screener.

        Warm Regards

        Vishnu

      2. Hi Akash,

        Can I expect TEMA in updates on Scanner/Screener by this month end? It would be a lovely tool to work on as compared to EMA. Kindly update ASAP. Thank you so much.

        Regards

        Vishnu

        1. We are working on adding more indicators along with TEMA, I can’t commit on a date yet as we’ve prioritized our user’s feedback by the most received ones, but in the next few weeks we shall add that. I would surely keep you updated on the same.

  43. chartink is a great website after started using my trading methodology has changed totally, thanks for the team.
    I do have a question what is the difference between crossed above and greater than on closing basis because I’m getting two different results I couldn’t understand

    1. Thanks for your feedback. “close crossed above 50” means the close was below 50 yesterday and has closed above 50 today(indicating a crossover).

  44. Sir,
    What is the difference between “7 Days ago” and “1 week ago”
    as when I put this line >
    “Volume” Greater than “7 Days ago”
    and
    “Volume” Greater than “1 Week ago”
    the results are different…

    Thanks

    1. “n days ago” refers to daily candles whereas “n weeks ago” refers to the weekly candles. You can change the range of the candles shown in our EOD Charts from its default to “daily” to “weekly” or “monthly” and refer these candles within our scanner with “n weeks/months ago”

  45. Dear Sir,
    It is a Marvelous Charting tool, Thanks a lot
    my doubt is in editing “How to insert new line in between”

    Regards
    Ramnagaraj

    1. “How to insert new line in between” is this question in regards to the scanner? Can you explain more on this

  46. sir, when using ema crossover scan it gives me name of a stock but when i look that stock on zerodha kite it shows no crossover has happen. why is that

    1. I’ll suggest you verify the crossover on our charts. For EMA we considering datapoints for more than a year, I’m not sure how its done in other charting sites

  47. Hi Akash,

    How can we know a Crossover instantly? Is there any method to detect crossover immediately?

    Regards

    Vishnu

    1. You can run the scan during market hours to identify crossover that happen while the markets are open (data to the scan is delayed by 15 minutes same for the our Charts)

  48. Dear Sir,
    i want to scan the stock which is very low changes in price
    for example stock x day 1 .. open 82.05 high 82.10 close 82.00 low 81.90
    day 2 .. open 82.10 high 82.15 close 81.95 low 81.85

  49. Sir
    Suppose i want to use 5 min , 15 min or 1 Hr candle stick charts
    then how to filter the stock base on above charts
    For example: i want to filter stock whose 1 Hr close is above the ichimoku cloud then how to filter the same. same condition with 5 min and 15 min charts

  50. First I would like to thanks the Chartink team for doing the wonderful job you people have done for Indian investor by developing the new customs scans.
    It has really helped us to scan the stocks based on different indicator or oscillator. I would hereby request you people to please upload the Heikin Ashi charts and the scan for Heikin Ashi Bullish and Bearish Engulfing pattern. As they provide to be good indicator of trend reversal.

  51. Hi ,
    Can you please help me in getting the consolidation zone for the shares. How to scan for the shares getting consolidated ,I mean bouncing between a support and resistance level from say 2-3 months.Thanks for the help!

    Regards

      1. Hi someone please help me create a scan from stocks trading above 50 weekly moving average and below 50 weekly moving average thanks

  52. sir is there possible to use( OR ) condition in scanner like this’
    A and (B OR C and D and E)
    time frame 30 min or any INTRA DAY

    A =(0 candle latest close > 1 candle high )
    B=(1 candle close is 2 candle close)
    D=( 2nd candle close <3rd candle close)
    E=(1st candle close <2nd candle hidh)
    so sir please guide me that as how to apply OR in above query .
    if possible than please send me

  53. Hi,

    i was trying to get the below results. tried various combinations,, not sure ,
    4 hourly chart EMA above 50
    1 hour chart ema above 50
    5 mins chart ema above 50

    Please help

  54. Dear chartink team
    I am using your scanner to filter out stocks and very happy to get this service that too free. I am very much thankful to you for the excellent service.
    Now my question is intraday time frame m5/m15/m30/h1 are live or delayed data?

      1. Sir please turnover option in filter to calculate VWAP
        VWAP is also imp indicator so please add turnover option in filter

      2. I have applied this filter
        Latest 1 hour close crossed over super trend of various parameter but result are not as per filter
        Please let me know whether I am applying wrong filter or something else.

  55. I want only amt display 490 590 690 is it possiable and last month close and 5 days avg volume greater then 20 percent ok give me reply

  56. sir how ( or ) relation work if applied on 3 or 4 condition on single screener.
    A= weekly current close is > one week ago high
    B= one week ago close > two week ago close.
    C= two week ago close > three week ago open.
    D =(0 candle latest close > 1 candle high ) ( 30 min candle)
    E=(1 candle open is > 1 candle close) red candle ( 30 min candle)
    F= (1 candle close is > 1 candle open) green candle ( 30 min candle)
    G=(1st candle close 2nd candle close) ( 30 min candle)

    above condition in bellow relation for single save screener =
    A and (B or C) and D and ( E or F and G and H)

    sir please please make such screener.

  57. Hi Akash,

    Once again, thanks a million for providing one of the best scanners available in the market; that too for free.

    Had a request that would help a lot in intraday scanning, i.e. selecting “Today” Candle for Intraday Scans.

    Please consider implementing it, that will take away need to duplicate code/criteria setting many numbers of time.

    1. In order to explain my request more specifically as to how “Today” option can help reduce writing similar code numerous time in Intraday Scan; currently, there is option of 0,-1,-2,-3,-4 and so on for Intraday times i.e. for 5, 10, 15, 30, etc. So in case of crossovers during any intraday time frame right now we need to define every candle from that time frame to identify the crossover. But in case if “Today” option is available, then it would be fairly easy to define crossover for any intraday time frame through one line code as against per candle. I hope I have been able to explain my point.

      Thank you very much, Akash.

      1. Thanks for your feedback. I understand your query and we shall soon be adding a “as of date” filter, to run your scans as of a given date rather than the default of “Today”

  58. Can u pls tell me if it’s possible to find which stocks gave a bullish supertrend in the 15 mins or 1 hour timeframe charts?
    Also is it possible to find out which stocks rsi crossed 50 in 15 mins or 1 hour timeframe charts?
    I need this real-time during market hours. (15 mins delay is ok)
    If yes… Please provide the scanner formula.

  59. Could you please add EMA based Keltner Channel with ATR band as style as an indicator, also add the same available in the scanner as well?

    1. Bro Jayesh here (9370700600) i also wanted to create one scanner which based on ATR bands and ema with Heiken Ashi candle
      Pls contact if you can help

  60. Akash sir ( team chartink) thank you very much for making such very useful tool and quick reply for any query . sir i have few addition if you feel considerable 1) add open interest data 2) same technical tool with fundamental data for scan as like in screener.in 3) make it live real time chart and auto refresh live scanner ( obviously WE READY TO PAY AFFORDABLE CHARGES )

    NOTHING IS FREE IN THIS WORLD WHICH IS PRECIOUS EXCEPT CHARTINK.COM.

    Today i thing site is under maintenance as scanner not showing result from noon to till now evening 6.30 pm , SIR PLEASE I REQUEST YOU THAT DO MAINTENANCE AFTER CLOSING MARKET.
    THANK YOU CHARTINK TEAM.

    1. Thanks for your feedback. Yes, we are working on additional fundamental fields within our scanner. Also, we shall avoid maintenance during market hours in future

      1. thank u sir for your reply …..in chartink there was cross over so its seen in screener … i think some difference in calculation of super trend . but no problem i love chartink.com. my all time best website. lots of star for team*************************** thanks .

      2. Dear Sir,

        Thanks for very beautiful analytical tool, Want to know when can open interest parameter can be added in scanner.

  61. hello sir , today i face problem regarding hdfc bank 60 min chart as it shows price is cross super trend 7,3 upward but when i check on other online chart like sharekhan and tredercokpit super trend is still bellow prize. is there any problem with super trend formula data calculation . pls reply

      1. akash ji how to screen the stocks on 5 minute time frame.
        (5 min candle low value is greater than 5% of Bollinger band upper band line.)

  62. wow, what a superb tool for traders and investor…..I feel blessed to find this website with screener and hessel free / convenient. Cant believe life can be so simpler and without spending a penny for the same.

  63. FIRST OF ALL ITS GOOD TECHNICAL SCANNER !!
    is there any delay during live market ? I want to scan first 5 min( 9.15am to 9.20am) tick so can i scan at 9.21 am?

    1. There’s a maximum delay of 5 minutes & a minimum delay of 0 mins, data is updated every 5 minutes, so if you want to scan for stocks between 9:15 & 9:20, run the scanner around 9:21am.

  64. Your design of the website is superb …..I have few requirements, please let me know there feasibility.

    1) Back Testing.

    2) Multiple watch lists or grouping of stocks in watchlist

    3) Adding stocks to watch list from scans

    4) Bar Count function which can compared.
    Ex :: Bar count (EMA50 Crossed EMA200 last time) > 10

    5) Max and Min functions accepting expression as inputs for number of bars
    EX :: Max( Bar count (EMA50 Crossed EMA200 last time) , High)

    6) Date at particular event
    Ex :: DATEAT(HIGHVALPOSSINCE(RSI(14) crossed above 30,HIGH,1))

    7) Max and Min values since a particular Date,Date can be arrived by Date function.

    Hope i’m clear in my requirements.
    Please respond on each point on feasibility and by when can we expect.

    1. We have recently added the ability to have multiple watchlists and run scans from a particular watchlist.

      I read thru all your inputs and many of them sound good, we shall try implementing your inputs in the coming few months

  65. Sir, Is it possible to BackTest our scanners so that we can be sure whether that scanner is good for the selected stock or not?
    If that is possible, please guide me how to use that.
    Thanks a lot in advance.

    1. Currently you’ll need to manually change the “latest” to n days ago to backtest your scans, we shall soon be adding the ability to run back dated scans

  66. Hi Akash,

    Have noticed that scans that are NOT marked as Public are also appearing in the suggested Public scans list (Related Screeners List that appears below scan results). Request you to please check and fix it if you could.

    As always, appreciate your contribution to the community.

    Regards
    Sameer

  67. Hi Admin,
    thank you for such a great screener, i have a problem finding values how to screen some thing like this … 20 SMA is 5% greater that 50 SMA and 50 SMA is 5% greater than 100 SAM kindly explain thanks Shahjahan

  68. Hi akash, Greetings.
    it would be helpful if we can add multiple stocks in watch list at a go…can we do it in present scanner.

      1. Hi Akash,

        Your scanner works superbly, need your help as mohamed also asked for, need to add multiple stocks in one go in the watchlist, currently we have to search the stock and then add to the watchlist, what if we can add the mutliple stocks in one go in watchlist, instead of adding one by one.

        Thanks

  69. Thanks for Mutiple watchlist.

    Please look into providing option to bulk upload Stocks into this screeners from EXCEl or CSV or like google finance upload option where we can copy and past mutiple stocks in search box and we get all this stocks added into watchlist.

      1. Thanks for Picking it up.

        I like the way you are ready to adapt to user requirements and update. Great Job

        One more thing i want to highlight
        -You would be saving all the requirements that are coming from users,If you can publish the todo list of changes, it would be of great help for us to Understand what is coming and people also can give suggestion once we have the view of list.

        1. Sure, we’ll add a feature tracking system, probably using JIRA to help user’s keep a track of todo items and vote for them

  70. how to create candlestick / pattern scan..?
    for eg. last candle should end with a Hammer , ( or other specified )

  71. Akash,
    Thank you very much for providing such a wonderful screening ability, I am in process of creating 15 min ORB scanner , I need list of stock when it break first 15 min candle anytime during the day. Could you please help me here

      1. Thanks Akash for quick response. I looked all the ORB scanner but I am still not able to understand the logic how first 15 min ORB scanner works when price breaks 15 min range any time during the day, how we can capture the first 15 min range in query. e.g stock ABC first 15 min range (9:15-9:30) broke on higher side after 12:30 how should I write such query as offset is not known in advance(it can be anytime any candle after 9:30). I look all the query but coundnt find. Following query looks interesting but not sure if it will do the job or not

        LatestCloseGreater than[-1] 15 minuteHigh

        so if I run this query at 12:32, it will give me only those stock where latest price at 12:32 is higher than 12:15 candle.

        Correct me if I am wrong and help me in capturing first 15 min range in query.

        I also heard from someone that you have paid services with more advance future but I coudnt find any option can you provide me more detail on that.

        Thanks,

        1. You correct, currently to refer to the first 15 minute candle of the day, you’ll need to manually need to specify the offset -5 or -10 depending on when you are running the scan during the day, we shall be soon adding a function to help you with this.

          We plan on having premium services providing alerts via SMS/Email along with a additional features, we are in the process of finalizing it, once done, I’ll surely share the details with you

  72. Akash ,

    What is the latest close while markets are open. If I use latest close and intraday offset e.g [-1] 5 min close, how latest close will work here

    Thanks,
    Ashwin

    1. Latest close shall refer to the CMP whereas, -1 5 minute close refers to the previous candle on a 5 minute candlestick chart. So, if the current time is 12:30pm, “latest close” equals “12:30pm” & -1 5 minute refers to the close at 12:25pm

      1. Thanks Akash for detailed explanation so If I use ** Latest close and [0] XX minute close **** both would refer the same price, right ?
        is this correct understanding ?

        Thanks,
        Ashwin

          1. Cool, if I use volume instead of close with latest and [-1] 5 minutes than , latest volume shall give me day volume till point and [-1] 5 shall give me previous 5 minute volume, please confirm?

  73. Hello Akash …i have question related to intraday scanning…suppose i want to scan SUPERTREND crossed below first 5 min candle in live market at around 11AM its difficult to scan such situation as I have to count number of 5 min candles on chart and then replace this count no in place of
    [0]5min….instead it would be of great help if we can replace [0]5 min with time like 9:15 candle crossed below 5min close

    1. Yes, we don’t have a function for the same recently, so the only way possible is to count the no. of candles backwords until 11 am. We’ll soon making on adding this thru a function

      1. Hello Akash
        Is this functionality of getting results for a particular point in time available?

        I want to find the Highest of the Highs between 1:39 pm and 2:15 pm.

  74. Hi,

    I was trying to create a crossover for Stochatic for latest crossovers. I have created below scan, but it does not seem to give the correct data. IT shows crossovers which are older like 15 or 20 minutes back

    Stock passesallof the below filters in cashsegment :
    LatestSlow Stochastic %K(10,3)Crossed aboveLatestSlow Stochastic %D(10,3)
    Modify parameter

    1. I’ll recommend you verify the breakouts within our Charts, as the formulea used should match with place you are viewing the breakouts in scans.

  75. Hi Akash,
    Wonderful efforts, best scanner seen so far.

    Need your help in creating new scanner with the following
    5 Day Absolute Price Change > 100 Day Standard Deviation
    5 Day Average Volume < 75% of 5 Day Average Volume

    1. The first filter wouldn’t be possible as of now as we don’t have a std deviaation function. For the sencond condition, did you mean 10 days avg volume < 75 % of 5 days avg?

  76. Thanks admin, i would like to screen some thing like, the prices are ranging between 20% to 30% for past 6 months. also kindly do let me know about the use of bracket value and how to apply it.
    thanks

  77. Hello sir,
    Sir i want to creat a scanner in 1hr chart in which cmp close above previous higher high in buy side and in sell side cmp is close below previous lower low. Please help me.
    Thanks.

  78. Hi Akash,

    Aren’t these two quires same? Why am I getting different result set?

    Query 1:
    Stock passes all of the below filters in cash segment :
    Latest Close Greater than 1 day ago Close
    Latest Close Greater than 2 days ago Close
    Latest Close Greater than 3 days ago Close
    Latest Close Greater than 4 days ago Close
    Latest Close Greater than 5 days ago Close

    AND

    Query 2
    Stock passes all of the below filters in cash segment :
    Latest Close Greater than 1 day ago Max(4,1 day ago Close )

    1. Your second query, should be:
      Latest Close Greater than 1 day ago Max(4, Latest Close )

      As we want to refer to the current close for a day within the max function

  79. Dear Akashji,

    I want to create a scanner for a list of stocks which have crossed the 200 EMA in the 5 day 5 min chart today. Also today’s volume should be higher than yesterday’s volume. Also can i get live alerts for the same on my email. Please help in creating the same.

      1. Dear Mohan,

        Thanks for the screener.

        Just wanted to know if i run the scanner at EOD, will i be able to get the list of all the stocks that have passed through the screener today.

          1. Dear Akash

            I really like the way you are assiisting us in various queries
            I need your help to set up a scanner for BUY volumes over a period eg last 5 days or last 4 weeks

            Regards
            Dhiren

          2. You’d first need to identify what conditions/filters would identify a stock with increasing BUY volumes, would it be closing positive with rising volumes? OR close up by a fixed % over the last few days

  80. Dear Akashji,

    I have created one screener in which the parameters is weekly CCI crossed above 0. If any day i miss the screener and if i want the results of the screener on any other day how can i get that?

  81. I discovered the website today. Registered and created a few filters/scans. Impressive. I would like to know how to confine my scans to Nifty 50 or Nifty 100. Please guide.

  82. Hi,

    Charts are static as of now.can you please provide
    1)Date range option on charts(Ex :: want 1 year daily candles starting from Jan 2016 to dec 2016 only)
    2)Horizontal movement of chart to view last 5 years data with constant page layout
    this will be helpful to validate strategy on past data.

  83. Can you suggest any available scanners or how I can create a scanner to filter stocks with 45% slope over last year or couple years ? For eg, to filter stocks like Bajaj Finance, Vakrangee who have a consistent upward graph for last year/s ?

    1. You could use a min function on a monthly timeframe and check if the minimum % gain in a month is more than 5% every month for the past 1-3 years

  84. Thanking you very much for creating so much useful site. Please let us know if you start any premium services.
    Is it possible to get a screener for Double bottom chart?

      1. Sorry. I need the formula behind screener so that I can edit as per my my need. That link is giving directly screened list.

  85. SIR,
    I reqest you to put VWAP indicator in this scanner because its a very useful indicator for intraday trading, it gives very good signal for up or down trend.

  86. HI ,
    I want scanner for PIN BAR 1hr duration both positive & negative .
    means 9.15 mkt starts ,i want to see pin bar at 1000hrs (positive ) & negative botyh seperate means 2 scanner.
    pls guide .
    rgds
    anand ahuja

  87. hi sir
    i want intraday scan of 15 min time period for FNO stocks
    1) stocks crossing ichimoku cloud above and below
    unable to set scaner kindly guide

  88. Hi,

    As of now i can make markings on Charts and save that externally, but do you have any plan in implementing saving of studies online so that when i open that chart again, i can see my markings with new candles data.

  89. Hi,

    One more thing.
    On 30 min chart your first bar is from 9:15 to 9:45 and last bar is from 3:15 to 3:30 right
    Can you change this to first bar is from 9:15 to 9:30 and last bar is from 3:00 to 3:30.

    As most of the charts that i use have that format(Google Finance,Moneycontrol, Traderscockpit etc)

    Could you please look into this.

    1. We’ve kept it starting from 9:15 because Indian markets don’t open at the start of a hour, most of the markets world-wide start from the start of a hour(eg: 9:0am). The calculations from 9:15-9:30am wouldn’t be accurate enough to consider in a 30 minute candle period

      1. But if select [0] 30Min in you screen after market, it is considering 3 to 3:30 PM, but once we open chart, we have bar from 3:15 to 3:30 only, its confusing

        can you move as requested above

  90. Dear Akash
    Thanks for your revert on my query about rising volume. I will be interested in closing positive rising volume.

  91. Dear Akash

    I notice that when I use the below query “Weekly CLOSE crossed above SMA (Close, 20)” it does not give me the closing price above Middle Bollinger band. What is the problem with my query??

    Thanks
    Dhiren

    1. If you want to refer to the WEEKLY Middle bollinger band, use the below filter instead

      Weekly CLOSE crossed above WEEKLY SMA (Close, 20)

  92. Dear Akash
    I want your help to define a query for positive volume ie increasing volume over a specific time frame ( daily, weekly, monthly). I have tried using moving averages but cannot achieve the desired result. Thanks
    Dhiren

  93. Hi ,

    I need some help in writting below code

    On a 30 min chart apply RSI and 50 EMA, now i want to know all stocks that met below criteria
    1) close of any 30 min bar today should have crossed below 30 min EMA 50
    2) MAX RSI value between (bar closed below EMA 50) and (bar closed above EMA 50 before to this closing below EMA 50) should be 70.

    1. In other words,

      Stocks Close should have crossed below EMA 50(of 30 min) today for the first time after RSI has crossed below 70(this can be today, yesterday or so on)

  94. Hi ,
    I am looking for simple moving average (SMA) 9 crossingover SMA 20 in hourly chart and in monthly chart.Could you please help?
    Also is it possible to get the latest date which it crossed over?

  95. Dear Akash,
    How can i scan the stock’s 15.min close crossed above 200 Sma during live market any time or at the end of the day.

  96. I want to develop code for today’s RSI is greatest for last 1 year?
    How to develop this code ?
    Thanks in advance.

  97. It is seen that, the stocks filtered are in a massive lot, one can not find out the stock added in the list very recently,it is missing and not possible to find out from the mass list. how can we find out the stock time wise or number wise?

    what is the formula can be used to find out the stock running now day’s very low or high in 10 minute chart?

  98. How to screen moving average cross on the basis of hlc/3.
    It is showing only open, close, low and high price.
    Please guide. Thanks

  99. Can you create the scan for stocks, which has moved up between 5 to 8 percent after creating 52 weeks low.
    I have tried with using minimum and maximum function, but not able to used it correctly.
    Can you create the one for me ?
    Thanks in advance.

  100. sir is it possible to create scanner like
    1- prize current or latest close
    ABOVE OR ( GREATER THAN OR EQUAL TO)
    vwap ( volume weighted average prize)
    2 – prize current or latest close
    BELLOW
    vwap ( volume weighted average prize)

  101. I’m a beginner I daily visit ur site for analysis 1.can l have the signal line for RSI that is EMA for RSI. 2. I want to learn swing trading how can u help me 3. Tell me about interperting P. F. chart and RENKO CHARTS(is it available).

  102. Dear Sir,
    Requesting you kindly add PASS ANY SUB FILTER facility in filter section, which will give great output for all traders.

  103. I want to scan stock close above and below 26 day simple moving average with +7 days displacement.

    can u share how to do it ?

  104. hi sir
    i want to screen out stocks based on OBV breakout in recent 6 months. But there is no OBV option in indicators of screener.But it is in charts . So pl. add OBV in screener.Also tell me how to make screen for that.I am living in rural part of ratnagiri district maharashtra.So pl. help me

  105. Pls provide “Previous Day/Week/Month High/Low” indicator. This indicator should draw horizontal lines for the 3 highs & 3 lows in different colors. We should be able to select/deselect any or all of the high/lows.

    Thanks

  106. Sir,
    please let me know how can i scan stock close above & below 25 days Displaced moving average with 7 days displacement.

  107. Hi
    I would like to find the whether the volume of the current candle is greater than the average volume of past n candles
    will this work ?
    Latest Volume > sma(Volume,n)

    Thanks
    Hari

  108. I have below scanner and wants to know the diffference between crossed above and greater than. Looking as the name, seems both will give same result but they are not.

    Stock passesallof the below filters in futuressegment :
    LatestCloseGreater thanLatestUpper Bollinger band(20,2)
    LatestVolumeCrossed aboveNUMBER100000

    1. I think I got it now after analyzing the indicators on graph. lastest crossover means today itself it crossed the close or volume whereas greater than means it might have crossed the price or volume yesterday, week before or month before…
      Great scanner. thanks for making it for free. I learned a lot from this site and soon will become successful trader.
      Any chance to include 3 m time frame?

  109. How to make scan for the stock where latest close price is greater than 13 day EMA by 2%
    and increasing volume in last 5 days

  110. Sir, please tell me what do you mean by 15 min delay? Does it mean only the first 15 minutes, i.e. 9:15 to 9:30 the scanner is delayed or is it delayed 15 minutes till EOD 3:30 for all timeframes? Or it is real-time but the first 15 minutes till 9:30 only is delayed? Thanks

  111. This site is very useful to track the market.
    Please add following indicator for scanner.
    – schaff trend cycle
    – Awesome oscillator

  112. hello akash sir
    how to create scanner like
    1 hour latest rsi period 14 cross above 1 hour latest rsi average 9
    or
    1 hour latest rsi period 14 cross bellow 1 hour latest rsi average 9

    1. SMA/EMA functions currently works only for stock attributes(open, high..), we’ll be adding the ability to make them run for indicators as well to get moving averages as per your requirement

  113. I want ICHIMOKU’s day filter, where trending line crosses over base line and this cross over should be above cloud. Please reply.

  114. Hi, your website is really helpful.I have noted all important points. I more wanted to know about candle indicator.Can you please mor elaborate on this.

  115. Amazing Scanner….
    Have few questions:
    1. How frequent is data updated? Is it real time?
    2. How to create a scan fulfilling following condition: (5 min time frame)
    Bollinger Band Squeeze- Upper bollinger band (20,2sd) less than (sma 20 + ATR 14) and Lower bollinger band (20,2sd) more than (sma 20 – ATR 14) on 5 min candlestick chart

  116. first of all thank you for your effort to build this site i was looking for such site for since time.
    my query is i want to know stocks which gained in each month like
    stock abc gained in jan 2017 10% then feb 2017 5% .
    can we apply any filter here to achieve this?

    1. You can do that using the monthly timeframe, a filter such as:

      ” Bracket( 2 months ago close – 1 month ago close ) / 2 months ago close * 100 greater than 10
      AND Bracket( 1 months ago close – monthly close ) / 1 months ago close * 100 greater than 5″

  117. hello and regards,
    I am speechless after i review you website. i must say for get money-control or whatever other websites available in the market for stock picking. you guys are simply awesome. You all know what trader or investor need for taking entry or exit in the market. hope you all update site time to time. this website is incomparable to any other website available.

    with screener if you guys add backtracking than it will be complete one. hope you will do soon.

  118. HI akash sir,

    Is there any operation i can perform to figure out whether any old swing pivot has broken today. For example; if i can perform operations to see whether any double top or double bottom broken out today or this week etc.

    Thanks..!

  119. Hi,

    When we write a lengthy screener on intraday candles, it become tedious to remember the reason we wrote that sub filter at later time.

    could you provide a notes section at sub filter level, it would be easy to remember for the person who wrote and the anyone who is looking at it on sharing.

  120. Can you please look into this behavior and let me know the reason and fix

    1) if i write {Latest Min(107,Latest Rsi(14) ) Greater than number 30 }, i get DMART in result.
    but if write anything more than that say 110 or 120, it does not give the output.why?
    Dmart RSI did not go below 30 from start that is from 209 days

    2) same behavior with (Shankara) after 97
    if i write {Latest Min(105,Latest Rsi(14) ) Greater than number 30 }

    I have around 33 stocks some issues like this, i got this on comparing multiple Scans

    1. This is because we go back over a year to calculate indicator values, DMART & Shankara have been listed a few months ago and there’s lack of data to accurately calculate the RSI for it, hence the discrepancy. This will automatically correct once the stock matures along with its data

  121. It is awesome website, really it is a great help for retail trading community who cant offer paid scanners and want to do their own research.
    atleast for me it is really really great help to select stocks and to form new strategies. thanks to the chartink team

  122. i have a query please help me out, how do i write find those stocks which are not yet crossed the 1st 15 min high low, i dont want the breakout but i want to know those which are still trading in 9.15 candle range (between high and low)

    1. We’ll be soon adding a start/end of date candle function to help you achive this, as of now, depending on the time of the day, you may need to adjust your offset

  123. thanks for your quick reply akash, i have a suggestion as well as request. The most important section of Scanner is MATH FUNCTION and the most complicated section also the same one, people like me having basic knowledge cant understand completely about these functions by seeing other scan examples. My humble request is to do a exhaustive video just for MATH FUNCTION section so that we can utilize this section for betterment of our scanners. Please….

  124. Hi Team,
    Great Work, Keep it up.

    I was notified that now indices are added to scanners/alert.
    How can i set hourly crossovers of EMA(high, n) on Nifty?

  125. I want to create a scan filter ” latest High crossed last 5 days high”.
    please help me by creating the scan .

  126. Dear Akash,
    I’m a beginner for chartink. I’m planning to become a premium member. I need below formula,

    [0]5 Min High is greater than { [0]5 Min Low + it’s (Low’s) 2% }
    For Example, Low Prise is 100 & High price is 110, So I need 110 is Greater than (100+(It’s 2%)2)102

    Also i need,
    [0]5 Min Low is Less than {[0]5Min High – it’s (High’s) 2%}

    Vimal

    1. close > (high-(high*0.005)
      i.e.,
      Latest Close Greater than Bracket (latest high – bracket(latest high *number 0.005))

  127. hi akash,
    i just want to bring your kind notice that supertrend is not operative once it crosses 64 parameter.
    if i change supertrend parameter for 65 multiple 3 i.e., SUPERTREND(65,3)
    it is not showing any scan results in hourly please look into it.

      1. no need to thank me akash, actually we need to thank you for such a gift for trading community.
        we are just joining hands with you people.

  128. Hi Akash,

    The scanners don’t seem to be working today. The results shown are of 12th Feb for all my saved scanners. Please look in to it.

    Thanks.

  129. Hi Akash,

    There seems to be an issue with scanner related to MA crossing (I have been noticing this issue past one week). For example, I suggest, you can try scanning 50 crossing 100 for the current or past candle in 15 minutes or day or month. On verifying the results you will see that the result shown is not correct.

    Regards
    Sameer

      1. Hi Akash,
        Request you to check for 50 EMA Crossing Above 100 EMA in (both past candle & current)
        a) 15 Min
        b) 1 Hour
        c) Daily
        d) Monthly
        And you will realise my observation is correct and there is an issue with scanner results.
        Thanking you in advance for you time and efforts.
        Regards
        Sameer

        1. Can you please give me the link to the scan for the same? And also a name of a stock that’s not correct. Would help me validate the results

          1. Hi Akash,
            Have created following scan as an example.
            https://chartink.com/screener/50-crossing-above-100-15-mins
            In this following stocks got identified.
            1 Bosch Limited BOSCHLTD
            2 Krebs Biochemicals And Industries Limited KREBSBIO
            3 Parabolic Drugs Limited PARABDRUGS
            4 Pearl Global Industries Limited PGIL
            5 Shree Rama Newsprint Limited RAMANEWS

            If you look at 1,2,3 you will notice that 50 is crossing 100 on different candles rather than on the current candle as should be the case as per the scan code.
            Secondly, 4 & 5 rather there is a Bear crossing of 50 & 100 and not Bullish that too at different candles rather than current.
            Further, there is also the case of code not picking up all the crossing that has happened at a point in time.

            Similarly, if you alter the current 15 Minute Candle to 1 Month selection, you can notice a similar case of incorrect scan results. Infact, till yesterday for past two / three days the monthly scanner was showing NIACL in result of Monthly 50 crossing above 100 which cannot be possible since that scrip does not have enough monthly candles to be part of scan itself.

            You will also find issue with the scan of 1 Hr candle.

            Hope, I have been able to highlight my point. If not, please share your email id, I can send you screenshots for a better explanation of the issue on hand.

            Thank you for your time and efforts.

            Regards
            Sameer

          2. Hi Akash,

            Sorry if this is a duplicate reply. But I can’t see my earlier reply somehow here, that is why I am writing this again.

            Have created this scan for your validation.
            https://chartink.com/screener/50-crossing-above-100-15-mins

            When you check the results shown you will realise my point about incorrect scan result.
            Further, if you change the time frame to Hourly, Daily & Monthly and validate the scan results you would also realise that results are incorrect.

            Hope I have been able to convey my observation this time. If not, please provide me with your email id and I will send you screenshots to explain my observation.

            Regards
            Sameer

  130. hi akash,
    i have a request, please add TOTAL BID QYT and TOTAL ASK QTY to scanner options so that we can find such stocks where people are one sided on trend.

  131. Akash i am looking @ scanner specific dates 06/02/2018 stocks which have broken low and 31/01/2018 stocks which have broken high

    1. Hi Akash
      My query is I want to scan stocks which have broken low of 06/02/2018 from current price.
      Also I want to scan stocks which have broken high of 31/01/2018. Thank you.

  132. Hi Akash,

    First of all great work in providing the scanners.

    Could you please help. I want to have a scanner which can show the stock jumped 30% in 3 months. percent and month can be changed.

    P.S: I work in IT. So if I can help and be part of chartink team. I will be more than happy.

  133. Is the offset 1 day ago for the present day 22/02/18 (since I am writing this on 22/02/18) as the market has already closed for the day or is it for for 21/02/18?

  134. akash sir please add rsi average , vwap indicator and if possible for fno open interest change % for scanner . thanking you.

    1. RSI Average has been added, you can do it within SMA itself. We’ll working on adding the other request’s soon

      1. akash sir please send link for ( rsi 14,9) daily rsi 14 cross above daily rsi avarage 9 or cross bellow . what changes in sma for rsi average pls guide sir . thanks.

  135. Excellent, easy to use scanner.
    Can you add the leading indicator – Klinger Volume Oscillator in your list.
    Thanks

  136. Sir,
    I have to scan a method in 15 minutes candle stick :
    -3 , candle stick , cross over, -2 candle stick high… how can i apply this formula

  137. Hi Akash, I’ve designed scanners (for intraday) which scan stock which are at near day’s high and day’s low. Here’s the script for day’s low.
    Latest Close * NUMBER 0.995 Less than Latest Low
    but it takes previous day’s low as “latest low”. is there anyway I can get today’s Low?
    Thanks.

    1. Can you please re-try and let me know if you are still facing this issue? Latest should refer to the current trading day when markets are open

      1. Hi Akash, It’s working as expected now. perhaps I was doing something wrong. Thanks for the quick reply.

  138. what are abs, Ceil, floor and round in math functions? and how to use them?
    can any of these be used to find stocks in channel?

  139. Awesome tool. Is there anyway to restrict the stock selection to only those that are in a particular index or combination of indicies (S&P, dow stocks only, Russel, etc) or that trade on a particular exchange (NYSE)?

  140. I am newly joined
    Great work done by Chartink also facility
    I want to know about Backtest of my scan.
    Presently i cant find the backtest.
    So i can easily examine my scan for knowing about scan was doing wrong or wright.

  141. hi akash,
    had raised an issue regarding supertrend scanner, but still is it not resolved please look into the issue. its a request please look into it as soon as possible.

  142. can u please suggest me a screener which filter the following…… 5 min price crossing first fifteen minutes high or low …..how to put first/opening 15 min high low in screener….

  143. I wish I can move alert sequence after creating them, when multiple alerts are created using a scanner. Makes it simpler to review.

    I wish I can copy an alert, if i have to use it the 2nd time in the scanner with some variation. I can save time in coding the same.

    I wish the alerts are available at 1min, and 3 min as 5 min is too much time for an Intraday/ swing trader.

    Your prices are almost same as in.tradingview.com, and I subscribe to both. Your scanners are better, but trading view provides real time data. Ideally, either of the websites moves ahead in features, I will drop the other.

  144. can you please add %change as one of field so that we can filter based on %change. I am looking at 2.4% when i check any time today.

  145. This is a great tool to find the relevant stocks. Appreciate all your effort.

    I have one question – how can I refer the first candle of the day (let’s say first 15 min candle) and make decision based on the candle behavior. For example, Open = Low within 1 or 2 candles at the beginning of the day. I may like to check the same for any previous day.

    Thanks in advance for your guidance in this regard.

  146. Dear Sirs,
    1.I want to find Narrow ranges stocks less than 1% range
    2.I want to find NR3 stocks
    3.Is there any training class, or paid services for these scan service.
    Pleas reply.
    Thanking you sir,
    Yours sincerely,
    M.KUPPAIAH, Email- [email protected]

  147. how to use other functional filters like cell, floor and round..
    how to average the price for last 30 days…
    and one more thing..can you please add hull moving average…

    Thanks

  148. Hi Akash ji,

    The chartink screeners are wonderfull to filter the stocks. Thanks a lot providing such a nice website.

    Could kindly guide on the following requirement:
    From the last 100 days, i want to find highest-high value achieved for a particular stock. Among the mentioned 100 days, the filter must find the highest price the stock has ever touched. Currently i am only able to find the latest high; not the highest-high.

    Thanks in advance.

    Regards
    Ramakrishnan

    1. You are looking to filter stocks at their high’s when compared with the past 100 days? If so, you can use our max function for this

  149. Mr.Aakash,
    I got subscribed and getting alerts at faster than my expectations.
    Thanks for all.
    I am advised one thing to be deployed for your services grant to the trader.
    I observed that many persons having little effort and knowledge towards market and needs of trader tie up with Zerodha, as they allowed to direct deploying the orders into their trade terminal.
    Why don’t you go and enhance your potential front frame architecture for fast routed and as well as convenience charges.
    Please think big as I am using Zerodha’s streak platform simulation with Chartlink as a semi algorithm trading tool, but haven’t enough logics and comfortable indicators and no customized tools available.
    You may free from burdened messaging costs.
    Thanking you for your nice approach towards trader needs.

    1. Thanks again for your feedback.

      We currently don’t offer brokerage service and would need to rely on other platforms that allow doing so. We’ll soon try approaching them and request them to allow any API calls that allow our users to perform trades remotely

      1. Hi Akash,

        Can you please call me on 9819682300

        I need subscription.
        Thanks for amazing work, keep it up.

        Thank you.

  150. Mr.Aakash,
    I have a need to looking regards coding a scanner conditions for alerts an EXIT conditions adding within formula and by default all the stocks fulfill the criteria has to be added into a temporary basket like as watchlist to get alerts on exit condition met, or as it may either Stoploss & profit booking alerts as a stipulated %.
    Thanks a lot and to be big

  151. hi my name is ankur n i am finding it difficult to use this website i have save some scan in my scanners n i want to know wt is the diffrence between paid subscription and free one

    1. In our premium service we provide realtime data updates every minute for our Charts & Scans along with Alerts for any scans over SMS/EMAIL

  152. Mr. Aakash,
    I have to know or notice a need.
    I will trying to get an alert on specific stock may it ASHOKLEY crossed > 155 OR crossed < 150, but I couldn't get any idea to built such alert.
    Please consider my query not found in FAQ.
    It is a betterment of adding VWAP(Volume Weighted Average Price).
    Thanks once again for your support.

  153. Very Good work by Chartink team. Please do let me know about, time lag, if any, w.rt. to the live market.
    Also please help me in creating a scan for VWAP.

    There are five steps involved in the VWAP calculation. First, compute the typical price for the intraday period. This is the average of the high, low, and close: {(H+L+C)/3)}. Second, multiply the typical price by the period’s volume. Third, create a running total of these values. This is also known as a cumulative total. Fourth, create a running total of volume (cumulative volume). Fifth, divide the running total of price-volume by the running total of volume.

    There are five steps in calculating VWAP:

    1. Calculate the Typical Price for the period. [(High + Low + Close)/3)]
    2. Multiply the Typical Price by the period Volume (Typical Price x Volume)
    3. Create a Cumulative Total of Typical Price. Cumulative(Typical Price x Volume)
    4. Create a Cumulative Total of Volume. Cumulative(Volume)
    5. Divide the Cumulative Totals.

    VWAP = Cumulative(Typical Price x Volume) / Cumulative(Volume)

      1. akash sir thanks for adding vwap indicator in screener. please vwap also add in chart . one thing remain is rsi crossover to rsi avg. please add this indicator soon in screener. me and my friends waiting for that changes as we want to subscribe premium services . good work sir. god bless you and your entire chartink.com team.

  154. hello sir…
    i want to scan stocks near certain levels…
    for example stocks near 144 number stocks near 189 number stocks near 289..like wise…
    i used crossed above but i want scans of near this prices even like A stock close is 187 which is near 189
    can u help me in making this scan possible

  155. hi akash,
    supertrend with changed inputs is not working can u please chech out,
    inputs (5,15)

  156. Hi Akash,
    My question is on intraday offset for example, I have following scanner

    [-1] 05 minute volume > [0] 05 minute volume.

    Now consider following scenario
    I am running this scanner at 09:27
    Question – what offset [0] and [-1] will return ?
    will [0] return , volume of current candle which is being formed 09:25-09:30 and
    [-1] return volume of 09:20-09:25 candle or [0] return volume of completed
    candle from 09:20-09:25 and [-1] return volume of 09:15-09:20 candle, please
    confirm
    What if I run this test at 09:30

    1. If you run this scan at 9:30 on a minute candle, ” [0] 05 minute volume” will refer to the candle from 9:25:00am – 9:29:59am & ” [-1] 05 minute volume” will refer to its previous candle

  157. Hi,

    Can you just remove the ‘Clause’ Column from scan main page. that is taking lot of area for big scans. So user can see more no of scans on same page.

    Thanks

  158. Hi all,
    How do I screen those stocks
    1) An MACD(48,89,13) crossover above Zero line in monthly chart?

    2) MACD (13,48,5) cross over in monthly chart in any where?

    3) MACD(48,89,13) slopping on upside (in Monthly chart) but price is touching 48 EMA (Monthly)?

    4) An MACD(48,89,13) crossover has happen before, now the Signal line is crossing the Zero level in daily chart.

    These are my four different criteria. Please help me to do the scans.

  159. Hello….today I have taken your premium service. I want to do my scanning on future data/chart. But here no future data/chart is not available…..only cash data/charts are available for future segment stocks also.

    1. Yes, currently was Scan only NSE Cash Stocks, we’ll be adding BSE Soon followed by Future prices

          1. Have BSE Cash stocks been added yet? When do you plan on including them in screener results?

  160. hi akash sir ,
    scanner like
    1)Latest Open Equals Latest High at EOD 2) [-6]1 hour Open Equals [-6] 1 hour High at EOD . RESULTS RESULTS
    SBIN NOT SHOWS ITS MISSING IN THIS SCANNER
    DIVISLAB NOT SHOWS ITS MISSING IN THIS SCANNER
    DABUR DABUR
    JETAIRWAYS NOT SHOWS ITS MISSING IN THIS SCANNER
    MARUTI MARUTI
    ANDHRABANK NOT SHOWS ITS MISSING IN THIS SCANNER
    CHOLAFIN CHOLAFIN
    BAJFINANCE NOT SHOWS ITS MISSING IN THIS SCANNER
    GODFRYPHLP NOT SHOWS ITS MISSING IN THIS SCANNER
    ESCORTS ESCORTS
    TATACOMM NOT SHOWS ITS MISSING IN THIS SCANNER
    TV18BRDCST,
    AND COLPAL
    TV18BRDCST, AND COLPAL BOTH BREAKS 1ST ONE HOUR HIGH LATER SO NOT IN DAILY 1 ST SCANNER AT EOD THAT I KNOW BUT WHAT ABOUT SBIN DIVISLAB JETAIRWAYS ANDHRABANK, BAJFINANCE, GODFRYPHLP AND TATACOMM WHY THOSE STOCKS ARE NOT IN SCANNER NO 2) ? EVEN I CHECK OPEN AND HIGH AT NSE SITE TO CONFORM .DAILY SCANNER SHOWS CORRECT RESULT BUT 2)HOURLY SHOWS SOME STOCK MISSING AS WRONG DATA OF OPEN AND HIGH AT HOURLY CHART IN CHARTINK. PLEASE CHECK ABOUT THIS.
    1) https://chartink.com/screener/open-high-daily-1
    2)https://chartink.com/screener/hourly-opening-candle-open-high-check-at-eod

    EVEN IN CHARTS IT GIVES WRONG HIGH IN HOULY CHARTS LIKE BAJAJ FINANCE IN DAILY CHARTS GIVES CORRECT OPEN=HIGH AS 1875.10 BUT IN HOURLY IT SHOWS OPEN 1865 AND HIGH OF THAT CANDLE 1866 ……..SAME PROBLEM IN OTHER STOCKS…….

    1. The results are correct. Kindly consider the fact that the Daily candles consider the pre-market data, whereas the Intraday/Hourly candles don’t consider them!

      1. ok sir thanks. …. please guide me that which scanner i use daily base or intraday for open=high and open=low.

  161. This is with reference to a previous post for a feature enhancement.
    Is this feature released please ? Can we run a scan on a specific date ( n days ago ) rather than manually changing “n” value ?
    Best Regards.

    “Akash says:
    July 4, 2017 at 2:55 pm
    Yes, currently that’s the only way possible.

    We’ll be soon adding a date filter, allowing you to run the scan as per a given date(the latest would refer to the data as of the given date)”

    1. No yet, we’re planning to add a global offset filter for this as it there are challenges in dealing with Intraday timeframes for same

  162. Hi,

    When do we use “Crossed above” and when do we use “greater than “. Please explain.
    Thanks.

    1. Crossover checks if the value was below the indicator the previous day and has crossed above it today

  163. Please can you also add Ichimoku Chikou Span (othewise please suggest if it is already available – I couldn’t find it) – thanks

    1. The CHIKOU SPAN (“lagging line”) is the closing price plotted 26 days ahead, if you want to refer to this, you can directly select “26 days ago Close”

  164. Hi,
    I have your paid subscription of alerts. Is there a way to execute a specific alert at specific time of the day? For example, run an alert at 9:18 am.
    Or is there a way to execute a alert between specific time period? For example, run an alert between 9:20 to 9:40.
    Is it possible to have such alerts?

    1. You have alerts run a specific time of a day, eg: 9:18, to do so, select “day at time” in the alert frequency dropdown

  165. Akash Sir

    Can you please help me to create the scanner for the following parameters?
    7 EMA cross 13 EMA ( Latest )
    One day before hourly 7 EMA cross 13 EMA
    Twoday before 30 Min 7 EMA cross 13 EMA

    Kindly Send me the link to my mail ID Please

    Thanks

  166. I WANT A SCANNER ,WHICH GIVE ME INDICATOR OR SCANNER LIST WHEN-

    1- IF I HAVE 20 SCRIPTS IN MARKET WATCH , THEN IN ANY SCRIPT LTP CROSS ATP , OPEN , HIGH , LOW ,CLOSE , PREVIOUS DAY HIGH , PREVIOUS DAY LOW , PREVIOUS DAY ATP. THEN SCANNER SHOW THAT THIS SCRIPT CROSS DAY HIGH , ATP AND OTHER PARAMETERS AS ABOVE .

    FOR EXAMPLE

    1- SBIN CROSSES PREVIOUS ATP

    2- SBIN CROSSES DAILY HIGH

    3- SBIN CROSSES DAILY ATP

    4- SBIN CROSSES PREVIOUS DAY LOW

    1. Creating these should be quite simple, you can refer VWAP as ATP and use our crossover operator. Then run the Scan against your watchlist

  167. Good Day
    Request to introduce candle stick patterns eg Ham mer, Bullish Harami, 3 white soldiers, inverted hammer , morning star, abandoned babby and vice versa in you predefined list of indicators
    Thx
    Ravi

  168. Hi Team,
    I must congratulate Chartink for the great website. I have recently bought the premium membership.

    I wanted to know how to add pre-market data (top gainer /loser ) to my scan.

    Thanks and Regards,

    1. Thank you. For daily candles, the data does contain the pre-market values, so you can run your scan prior to 9:15am for those results.

  169. I want to see all stocks which crossed supertrend (10,4) at 10 minute candle close on yesterday.is it possible?

  170. Dear sir,
    Your Website is Superb comparing to any other screening websites.. Very easy to use. Thank you so much for your support..

    i want to find 10 moving average crossing both 50 moving average and 200 moving average
    Please guide me..
    Thanks in advance…

  171. When we execute a command like
    [0] 5 minuteCloseGreater thanLatestWma(close,180)
    and
    [0] 5 minuteCloseGreater than[0] 5 minuteWma(close,180)

    What is the difference.
    My purpose is to check whether the price close is greater than WMA 180 on a 5 min chart. Which one will be correct??

    1. The crossover compares the prevoius candle below and current candle above it. If you just want to compare the current candle, use greater than

  172. Hi,
    I am trying to create a scanner for inner day (Latest High 1 day ago Low). However it does not seem to work as i am getting back stock which are satisfying only one of those conditions. I have chosen the satisfy “ALL” filters options. Here is a link to the scanner i created

    https://chartink.com/screener/ohmm-inner-day

    Can you please check and let me know if anything is wrong with the scanner i created ?

    e.g It returned me SIEMENS, however it satisfies only the latest low > i day ago low condition.

    Any help would be appreciated.

    Thank s and Regards,
    Om.

  173. The data for 3rd august is not updated in the scans , I am getting data in the scans as per 2nd August closing prices only in my scans. Kindly check urgently.

  174. Dear Sir, Is it possible to get alerts for Bullish Engulfing & Bearish Engulfing strictly for Future stocks only ?

    1. Yes, we have a segments filter on the first line of a scan, you can change it to run only against Future stocks

    1. Close for Intraday candles(1/2/3.. minutes) should work fine as the close on daily candles is adjusted against the avg of last 30 minutes

    1. The scan appears to be based on a daily candle, are you verifying the results on a chart of a daily timeframe?

    1. You can create a alert for your crossover scan & set the alert settings to unique, so alerts would be sent for a stock only the first time it occurs during the day

  175. Beautifully done. So much of filters / and all this can be understood with lay man / devoting just few Hrs in it .. great job.

  176. Hi, I want to get list of stock moving in sideways(Example: 15 Minutes candle pattern moving + or – 1%). Please help

  177. hello akash sir….. trend line se supporting scanner banaa sakate hai kya jaise …Price Crossed Above(or)bellow Falling Trendline …… Price Crossed Above(or)bellow rising Trendline…aap jitnaa ye website improve kar rahe hai aapse ummide bhi badhati jaa rahi hai. ab tak kaa sabse accha website hai ye market ke liye……. thanks for such a wonderful gift for us.

  178. Hi,

    I want to scan for the stocks which are near 1% of its 5 day low or high. How do I do it. Any help please?

    Thanks.

  179. Hi, Is there anyway to put current price as an indicator, even in paid option?

    Like if I want to live track stock price crosses above 20 SMA for Inraday, is it possible. Please revert

  180. Dear Sir,

    Kindly request you to add functions like Sum (of days,weeks, months), Average (of days, weeks, months) and years data for screening the yearly data.

    Thanking you.
    Mehul

  181. Hi,
    I want to know the setting for a scan. I couldn’t find or write one. Once I got the correct setting I will subscribe. Help me to get this please.

    Condition:
    I need to get alert, When price in 5 mins chart touches last two months(monthly candle) highs or lows.

  182. Hi,
    Check if the below configuration helps.

    [0] 5 minuteCloseEquals44 days agoHigh
    [0] 5 minuteCloseEquals44 days agoLow

  183. hii,
    I want to create a scanner on 15 min chart that will alert me when the stock price comes 5% nearer to its 2 weeks high or low. can you assist me in this regard,

    thank you.

  184. Good morning, I have been looking at your charting and scanning tools and they look very interesting. Is it possible to scan for stocks, ETFs, etc. on the Toronto Stock Exchange (ie. the TSX)? Lokk forward to your reply, thank you and have a great week!

  185. I WAN TO A SCANNER FOR
    BREAKOUT OF SWING HIGH GREATER THAN PREVIOUS CANDLE’S HIGH AND NEXT CANDLE’S HIGH IN LAST 6 MONTHS TIME,

    PLEASE GUIDE

  186. Hi,

    you where about to provide a option to back test based on date, what is the status of that.

    Example :: simple if i write a code to check ema 50 crossing Ema200 on 15 min chart today.
    Now it takes 25 lines of code to check this, but if I want for today and yesterday, i need to write 25 more lines of code along with this 25 lines, but if I can check the same with date change, it would be great.

    Simple this can be done by providing an option to set current date, Offset 0 will be the last candle of that day

    1. Hello,
      Currently we do not have this feature. We do plan on adding it in the near term. Shall keep you posted. For now, you can create a scan and change it to “1 day ago, 2 days ago, or n number to days ago” to run a scan for the past.

    1. Currently we support only NSE cash stocks and indices. We do plan on adding others soon. Shall keep you posted.  We have added a segment filter that can be modified in the top-most filter that scans stocks that are in the F&O segment

  187. Hello, I want to see if open equals low in any of the future scripts (Dec future, Jan future,Feb future).
    How to filter those stocks? please advise.

    Thanks in advance.

  188. Hi Team,
    How to write OR condition in scanner for below condition.

    (1 st or 2nd candle) of day opening is greater than equal to previous day high.
    Please help me on this.

    Thanks in advance

  189. Hi,
    I want to scan stocks which RSI(14) is only moved between 70 and 30 and not breaked above or below 70 and 30 on entire day in 15 minute chart.

    1. Yes, these scans as possible. We provide dedicated scanner support only to our premium members which allows you send your scan requirements and we create and share the scan with you.

    1. Yes, these scans as possible. We provide dedicated scanner support only to our premium members which allows you send your scan requirements and we create and share the scan with you.

      As a premium member you would be able to:
      Access realtime data for Charts & Scans every minute
      Create Alerts and receive updates of stock breakouts over sms/email/mobile/desktop
      View charts in 1/2/3 minute timeframes with auto-refresh
      Run screeners in 1/2/3 minute timeframes with auto-refresh
      Scan any watchlist via the segment dropdown of a scan
      Get Dedicated support for your scanner requirements

      You can get details/signup our premium service here: https://chartink.com/subscription

  190. Hi i want to scan stocks for first 30 min candle with high and low below “lower bollinger band” with field – (high low/2) i.e. medium, period – 20 , std dev – 1.

    Stocks for first 30 min candle with high and low above “upper bollinger band” with field – medium (high low/2) i.e. medium, period – 20 , std dev – 1.

  191. Hi,

    I want to scan stocks with following filters,

    Today’s open > Yesterday’s high
    and
    Current high > Today’s high at 9.30 am
    and
    Current close > Today’s high at 9.30 am

    How to write above scanner.

    1. We provide dedicated scanner support only to our premium members which allows you send your scan requirements and we create and share the scan with you.

      You review examples scans or create your own scan by following our scanner guide here.

    1. We provide dedicated scanner support only to our premium members which allows you send your scan requirements and we create and share the scan with you.

      You review examples scans  or create your own scan by following our scanner guide here.

  192. Hi

    I am getting alerts with script names in PDF to my email address.

    Is it possible to add Open price with the script name in the attached PDF document?

    Thanks

      1. Hi,
        Yes, am getting alerts in email body. Currently i am getting email content like below

        below is the list of new stocks filtered through scan …
        CoalINDIA
        RECLTD

        I would like to get the list with the open price
        CoalINDIA – open price 238.55
        RECLTD – open price 133.4

        Let me know if you need any other clarifications. Thanks.

  193. How do we filter for stock with CMP range?
    For example i want to filter only stocks that are between price 150 – 500
    Thanks in Advance…

  194. how to filter stock based on stock name or symbol

    For eg . i want to create my scanner only for specified stock like reliance , axis or HDFC .

    so how can i insure that

      1. i need the scan to be specific value for an attribute for a particular stock

        For eg., can I build a scan that alerts when a) AXIS BANK latest CLOSE greater than 100 , b) HDFCBANK latest CLOSE greater than 200 ….etc

  195. You really need to make it easy to add a condition or sub-filter in between lines.

    There is no way to add in between lines.
    If i have written 10 lines and want to add a sub-filter in between line 3 and 4.

    I have to re-write the entire code.

    There should be an option to sequentialize the line.
    I should be able to select line and drag and drop it below a sub-filter.

    Chartink is fantastic but very hard way to do things.

  196. Sir I am searching RSI bullish and bearish divergence stocks and divergence has to ceate on top candle or bottom candle. I cant create or find any scan formula in chartink. Can you plz help me on that?
    One more query, How to talk with my favourite creator of scanner in chartink? is this possibile to talk with them? plz give me fruitfull solution.

    Thanks

  197. Hi Akash,
    I am a premium member.

    Can we create a scanner on Chartink which meets below conditions?

    Any latest candle is crossing above or below first 10 minute candle of the day high or low?

    I know we have clause for crossed above or below but it indicates all stocks which crossed anytime, I want it whenever I run this it should give me at that particular time if any candle is crossing first 10 minute candle high\low?

    Thank you

  198. Hi,

    is it possible to create a filter were i would like to compare the %change of stock with %Change of Nifty 50 Index

    Ex: TCS % Change in 5 days >= Nifty 50 Index % Change in 5 days

    Thanks in advance

    1. Hello,

      I am also looking for this functionality. Is this available as on date? Appreciate your kind response.

      Thanks in anticipation.

      1. Hi,

        I would like to know the time frame to use this scanner.
        Time frame will help me to run the scan and check.

        Please reply.

  199. can we add any colomn to the result?
    Like the following coloumns come in any scanning result: Name/Symbol/%chng/Price/VoL.
    Can i add any customize column like previous Low / StopLoss(which came after some calculation) etc.

    1. Free version price is delayed by 5 minutes. Our premium members get realtime data with updates every minute for our Charts & Scans. So if you run a scan at 9:20am for example, it would be based on the latest data until 9:19:59am and so on..

  200. Dear Sir,
    I am premium member,

    I want create scan high or low break of 15 min. second candle by 5 ema in 5 min. time frame. I have tried it but clause shown [-1] candle which I have not set. I need only day 15 min. 2nd candle high or low break alert by 5 ema in 5 min time frame.

    Please suggest.

    Regards,

  201. Dear Sir,
    I want to create a scan where I would like to compare month end close prices, eg March end close is less than April end close. Is it available. The month ago functionality takes month ago close and not month end.
    Also if same functionality of week end close comparison is available

    Thanks

  202. How to find out the first 15 min candle that breaks high/low of opening 15 min candle and use that candle’s attributes in subsequent filter?

  203. Sir ji i want this scanner, latest open is crossed above (Gann 45 degree)one day ago low

  204. SUPPOSE I HAVE SET A SCAN ALLERT, IF A STOCK REPEATS FOR 3 TIMES IN THAT ALLERT, BUT THE ALLERT SIGNAL I M GETTING FOR ONLY 1 TIME FOR A STOCK IN A DAY. I WANT ALLERT SIGNAL EVERY TIME IT COMES.
    IS IT BECAUSE I HAVE SET ” UNIQUE” in my modify allert setting?
    what do you mean by “unique” and ” duplicate” in modify allert settings?

  205. Sir,
    If i want to scan just Stochastic RSI bearish crossover at top and bullish crossover at bottom on daily charts, is it possible here ?

      1. Good morning Team,

        Thanks for the good website.

        Can you please give me scanner for 200-50 simple moving average above/below for 1 day candle stick?
        Thank you for valuable time.

  206. Hey Guys,

    This is a my fav tool to work on however it lacks a few basic features, so its been a few years since the bulk stock upload to the watch-list has not been implemented, can you guys implement this feature, its a hassle to write each stock name considering everyday I have 50+ new stocks to watch??

    Quoted from above…
    “Please look into providing option to bulk upload Stocks into this screeners from EXCEl or CSV or like google finance upload option where we can copy and past mutiple stocks in search box and we get all this stocks added into watchlist. ”

    Thanks.

  207. Hi,
    Is there any option to create filter for trading patterns like Head and shoulder, Cup and handle pattern. I am looking pattern for the period of 2-3month time frame.

  208. is there a way to add one more filter to list the stocks only in F&O segment? i mean, my scanner should be performed on stock cash prices and the output only filters the F&O segment stocks among the list we got in the first cash filter?

    1. Yes, you may choose “futures” from the drop down menu. Currently we support only NSE cash stocks and indices. This segment is created to run scans on stocks that are in F&O segment.

  209. Sir, how to apply Indicators on Custom time frame, for example how to scan if RSI(14) of 5day chart crossed below Lvl 30
    Here I am not asking 5 days ago RSI(14) CROSSED BELOW 30 …….no no no NOT THIS
    I am asking for how to fileter stocks based on custom time frame indicators.

    PLEASE HELP !

  210. Sir, Today we can scan stocks based on certain criteria selected in filter.
    Is there any way can I screen the future and options???

    For example,
    1) I want to screen stocks whose future value is below the current stock price.
    2) I want to screen stocks whose future value ends with round figure like 1300/1250/1400 etc.
    3) I want to screen all nifty options whose value is less than 10RS or based on the any specific value.

      1. HI,
        This is really good!
        I am waiting for the Future and Option scanner to be updated 🙂

  211. I have seen screener gives below condition:
    “Stock passes allof the below filters in nifty 50segment :”

    Can we have
    Stock future price passes allof the below filters in nifty 50segment :

    OR
    Can we have
    Stock/Index Options passes allof the below filters in nifty 50segment :

    ???

  212. Great job chartink.com team
    Every scanner inside indicates one great trading lesson…
    small traders like me its most affordable…
    this site is “TRADERS PARADISE”.

  213. Sir i want to add multiple OR condition in my query like 1 day ago SMA cross OR 2 days ago SMA Cross OR 3days ago SMA Cross over happen… How will be the query.. Please guide me.

    1. The CEIL() function returns the smallest integer value that is bigger than or equal to a number. Note: This function is equal to the CEILING() function.

      In mathematics and computer science, the floor function is the function that takes as input a real number and gives as output the greatest integer less than or equal to , denoted . Similarly, the ceiling function maps to the least integer greater than or equal to , denoted .

  214. in the alert setting on some alert, I have set email notification but I am getting desktop notification also. what should I do?

  215. Hi, I am premium user. I am trying to building a scanner but i am getting confuse. Could anyone from the chartink team help me to create a scanner if i give the details. Kindly reach out to me through my email. Thank you

  216. Hi ,

    I want to create filter with below details . Can you please help

    1 hr ago close greater than 2 hr ago close.
    2 hr ago close greater than 3 hr ago close .. so on.

    1. Yes, below is an example scan:
      https://chartink.com/screener/1-hour-ago-close-greater-than-2-hour

      This scan and many others are possible. We provide dedicated scanner support only to our premium members which allows you send your scan requirements and we create and share the scan with you. You review examples scans  or create your own scan by following our scanner guide here.

      As a premium member you would be able to:

      Access realtime data for Charts & Scans every minute
      Create Alerts and receive updates of stock breakouts over sms/email/mobile/desktop
      View charts in 1/2/3 minute timeframes with auto-refresh
      Run screeners in 1/2/3 minute timeframes with auto-refresh
      Scan any watchlist via the segment dropdown of a scan
      Get Dedicated support for your scanner requirements

      You can get details/signup our premium service here: https://chartink.com/subscription

  217. DO you support indices option price scan??
    For example, i want to know low of option price hit my desired value of say 25.5rs

  218. Dear Sir,
    Can we have a scanner for a condition where a Renko brick changes from Red brick to Green brick. (Renko 1 ATR).
    Also when one Green Brick is formed.

    Thanks
    Ashok

    1. Hello,
      Currently we do not support Renko charts. We do plan on adding it in the near term. Shall keep you posted. This is possible in candlesticks.

  219. dear sir , pls help me for making screener , i want to make a new screener for near life time high stocks with maximum 1% to 20% gap ( gap in current price to all time high price )

      1. sir i want to watch live gap in stocks and i want to daily trade for short term in that stocks near life time high

  220. hello sir , my name is satnam singh and i want to make a screener near life time high ( 1% to 20% gap ) stocks , please help me

  221. Dear Sir,
    Can we have a scanner for a condition where a Renko brick changes from Red brick to Green brick. (Renko 1 ATR).
    Also when one Green Brick is formed.

  222. Sir,
    I am unable to create Bracket(Bracket combination just like how one of the intelligent persons has used it here – https://chartink.com/screener/stocks-above-resistance-level-r1-r2-r3

    Unable to get Bracket(Bracket working).
    Additionally, is there a feature to copy-paste a line (conditional expression) and modify (say everything is same except close and open but I have to re-write the whole expression)?

    I am trying to model :

    All futures/NIFTY 50 where
    Today’s high = ((2*(prev day high + prev day low + prev day close)/3)) – prev high)

    Any guidance?

    1. Something went wrong with Greater than symbol – here is the actual scanner I was trying to build

      Today’s high LOWER_THAN_EQUAL_TO ((2*(prev day high + prev day low + prev day close)/3)) – prev low) AND
      Today’s low GREATER_THAN_EQUAL_TO ((2*(prev day high + prev day low + prev day close)/3)) – prev high)

      Any guidance on how to create Bracket(Bracket ??

  223. sir
    i feel great with your services .
    can we back-test any given scanner in your list with back days data as like that in this form easy to understand how much this scanner is good for day trading
    i want to do it for _____ Open = high 1000% sure sell _______

    date – time -rate – buy or sell- quantity- gain or loss final result of month end + or – net

    1. Hello,
      Yes, you can back-test scans.
      Hope this helps on back-testing:
      https://chartink.com/articles/?s=back

      It will show the previous days/ minutes results for your scan without the need for you to modify the scan. Back-testing will not give alerts. It is only to analyze/ view stocks previously triggered by your scans.  If you click on any of the bars on the graph, it will show the list of stocks that triggered as per the scan previously. 

      Back-test data will show data for the lowest candle time frame in your scan. If lowest time frame is 1 minute, it will show results for last 1 minutes. If its on daily candle it will show data for past 6 months. We show results for the past 150 bars  in our backtest section, these 150 candles could be of any timeframe, depending on the lowest timeframe in your scan, so for 5 minutes for example, you would get 2 days, for 1 minute, half a day and so on. 
       

      If you have the alert frequency of 5 minutes on a 1 hour candle scan, the alert results will update every 5 minutes and so will the backtest results(if you open the site and view the graph every 5 minutes), the difference is that the alert keeps a history of all your stocks triggered every 5 minutes i.e at 9:20am, 9:25am and so on via the alert history page,, whereas the backtest graph doesn’t keep any history as such, it will show the results only as of the candle completion time i.e 10:15am. so its not necessary that the backtest will show all the stocks that were triggered every 5 minutes as your alert show’s.

      Alerts is a premium feature that would allow you to do this, it keeps a track of all your stocks that met the condition every 5 minutes so that you don’t need to keep a track of them manually in the scanner page or the backtesting graph. The backtest is a dynamic graph that would update/change as your 1 hour candle is changing.

      1. Great!
        Can you please provide a slider or something similar so that we can back test for another set of 150 candles – Previous days, weeks, months, etc.

  224. Hi,
    I need following scanners.
    1) 5 Min Heikinashi candle closes above and below 10 SMA. In both cases how to create scan and how to get alert for only Banknifty futures? Not interested in other stocks.
    2) Heikinashi candle color change alert e.g. I should get alert on formation second red candle if two consecutive red candles appear after a streak of green candles.

    Please tell me how to create these custom scan only for Banknifty futures and how to set alerts in premium subscription.

    Thank you

    1. Hello
      Can you please share the details with me also.

      I want to create an screener of Heikinashi candle color change alert e.g. I should get alert on formation first green candle (day) appear after a streak of red candles.

  225. Sir, I am premium user. I want following scan. pl mail me.
    (a) Bollinger band 30, 1.5
    (b) Awesome Oscillator – default
    (c) RSI – 7
    (d) Super trend – 7, 1.5
    with 15 Min Time Frame.

    1. Hello,
      We do not recommend stocks, we only provide with charts and scans.

      As a premium member you would be able to:
      Access realtime data for Charts & Scans every minute
      Create Alerts and receive updates of stock breakouts over sms/email/mobile/desktop
      View charts in 1/2/3 minute timeframes with auto-refresh
      Run screeners in 1/2/3 minute timeframes with auto-refresh
      Scan any watchlist via the segment dropdown of a scan
      Customized dashboards for market overview
      Get Dedicated support for your scanner requirements

      You can get details/signup our premium service here: https://chartink.com/subscription

  226. Hi, how to write the code for Moving Average on Rsi and Stochastics, MFI

    code is : if (MFI(16) > 50) AND (MFI(16) > Mov(MFI(16),4,E)

    here Mov= Moving Average , 4 , EMa

    Thanks,
    Tapan

  227. Presently most of the indicators have close as parameter.ex Bollinger bands, rsi etc which makes difficult to set indicator scan for other parameters. For example it is not possible to set Bollinger bands for macd indicator. As a result we can not scan stocks whose macd line crossing above it’s upper Bollinger band. Please look into it and set other parameters in addition to close prices so that we can set indicator for other indicators and create scan formulae for the same

  228. can you help me find stock which has not crossed from above 100 EMA to 200 EMA since 10 year. like bergerpaint. this stock has not given crossover since 2008. please help me with the formula.

  229. Hi,
    How can I find stocks with Daily volatality exceeding 3% and corresponding annual/monthly volatality figures for these stocks?

  230. Hello,

    How can I apply filter for my watchlist. I have made a list of particular stocks and I want to filter them but there is no option to add my watchlist. Please help for the same.

  231. Hello,

    I am using Max 52 week high and min 52 week low functions in my scanner. It seems that stocks don’t get filtered which are not year old. Seems that you query explicitly looks for these values. Meaning if stock is just 2 month old, then automatically 52 week high should be set to highest value from last 2 month.

    Could you please look into this issue? Sample for these are like METROPOLIS, MSTCLTD.

    Thanks in Advance.

  232. [0] 1 hourRsi(15)Greater than equal to[0] 1 hourRsi(13)
    [0] 1 hourRsi(14)Less than equal toNUMBER35
    [0] 1 hourCloseGreater than[-1] 1 hourOpen
    [0] 1 hourVolumeGreater than[0] 1 hourSma(volume,100)*NUMBER2

    Can’t find backtest results.
    Also if you can help me get max volume in the last 100 candles, if it passes should come in my scan. Something like latest volume > max (volume, 100)

      1. Hi – Did you guys make this filter?
        current volume greater than avg of previous n candles / days / months volume?

  233. Thanks for sharing the post. The way you narrated the post is good and understanding. After reading this post I learned a lot of new things about scanner. Please let me know for the upcoming posts.

  234. Hello Sir,

    I need to apply filters on Nifty 100 Stocks alone while scanning and May I know the filter to be used to scan these specific stocks

  235. sir, want scanner for 1st 15 minute candle not crosses high and low by 2nd 15 minute, 3rd 15 minute and 4th 15 minute candle upto 1015am

  236. HI Sir
    i am looking for ADX with 50,14 values, but when i tried its showing empty results.
    if ur able to add those facility its good to catch strong trend

      1. Hi. Could you please help me getting a scanner for stocks given Positive results from Negative results on QoQ and YoY basis

  237. sir,
    want scanner for 1st day- first 15 minute High-Low break by whole day any candle, 2nd day – first whole day High-Low not break

  238. Dear Sir,
    When I put Futures in a scanner, the Nifty & Banknifty future do not comes in results. Any specific reasons?? Please reply.

    1. Hello,
      It will scan for all stocks in F&O. For Indices, you may create a copy of the scan and run it against indices.

      Currently we support only NSE cash stocks and indices. We do plan on adding others in the future. Shall keep you posted. 
      ​​​​​​​
      We have added a segment filter that can be modified in the top-most filter that scans stocks that are in the F&O segment

    1. Hello,
      You may view tutorials on scans and alerts here: 
      https://chartink.com/articles/scanner/scanner-user-guide/
      https://chartink.com/articles/alerts/alerts-guide/
      https://chartink.com/articles/alerts/desktop-mobile-a-k-a-web-notifications/
       
      You can also start by reviewing out top scans here: https://chartink.com/screeners/top-loved-screeners

      They contain the top 10 scans used for Intraday/Swing & short term trading

      If you need help in creating a scan, please share your requirements, we shall create the same for you. 

      If you have any other queries/feedback, please feel free to contact us.

  239. Min/Max functions ignore stocks if total number of stock period is less than given ‘periods’. For eg. Max(30, high) > 500 will missed stock like ‘SBICards’ which has only 4 day total period. There should be an option to include this or not in Min/Max function.

  240. Hello ,

    I want to create a scanner which will tell the day high of the stock in 15 min timeframe.. example…
    previous high of 15min candle is day high and latest 15 min candle high is lower than previous candle high…

  241. I want to filter my results for specific Sectors (like IT, Automobile, FMCG etc). How do I use Sector as filter criteria?

    1. You may view tutorials on scans and alerts here: 
      https://chartink.com/articles/scanner/scanner-user-guide/

      To set alerts for a scan, you need to click on “create alert” after opening the scan page and set your alert preferences accordingly.
      https://chartink.com/articles/alerts/alerts-guide/
      https://chartink.com/articles/alerts/desktop-mobile-a-k-a-web-notifications/
      https://chartink.com/articles/alerts/webhook-support-for-alerts/

      You can also start by reviewing out top scans here: https://chartink.com/screeners/top-loved-screeners

      They contain the top 10 scans used for Intraday/Swing & short term trading

      If you need help in creating a scan, please share your requirements, we shall create the same for you. 
      ​​​​​​​

      1. I need to get the list of stock that satisfy the critieria below:

        Openining candle has a range of 1-1.2%. ie. Price difference between the lowest and the higest of opening candle.
        Days second candle high is higher than the first and second candles lower is higer than the first candle lower
        Days third candle high is higher than the second and thrid candles lower is higer than the second candle lower

  242. I Want to create a scan based on Heikin Ashi candle with below criteria.
    Time frame 1 day
    Segment- Futures
    Day 1- Doji
    Day 2 – Open equal to Low/ High
    Day 3- Break the high/Low of day 2

    Can anyone help me out with this.
    Thank you

  243. Dear Chart Ink Team,
    its really really a wonderful platform for a lot of time saving!!!
    required your help to scan following scenarios-
    1- Today’s Hourly Time frame (out of total 7 candles) – “Morning Star” & “Evening Star candle”.
    2- Today’s 15 Minute Time Frame (out of total 28 candles)- “Morning Star” & “Evening Star candle”.
    3- Today’s 5 Minute Time Frame (out of total 84 candles)- “Morning Star” & “Evening Star candle”.
    Thank you, Team chart ink.

  244. Hi Sir,

    Please help to understand the difference between cash, Futures, Indices in segment filter.

    1. Hello,
      Currently we support only NSE cash stocks and indices. We do plan on adding others in the future. Shall keep you posted. 

      Futures is only a group created for stocks that are in F&O segment. Scanning is done on cash prices only. Indices will run scans on all idicies on NSE (e.g. nifty, bank nifty, nifty pharma, etc.. )

  245. Could you please provide scanners for below:

    I want to screen Mid caps and large caps.
    1. Request to provide chart that shows 3 consequitive fall candles. This should scan three consequtive falls say days open candle, 2nd and third 5 min candle.

    (5mins candle)2nd candle high should be less than first candle high and its low should be less than first candle low.

    (5mins candle)3rd candle high should be less than second candle high and its low should be less than second candle low.

    Req 2:

    Opens positive with diffence between days first candle high and low to be in 1-1.5% range
    Second candle low to be higer than first candle low
    Third candle low to be higer than first candle low

    TIA

  246. How to create scan for price hovering near vwap,likely to cross above it on next 1-2 days.
    N price crossed over vwap in 5 min and 15 min time frame

  247. is there any way to compare current time candle with very first candle of the day?

  248. kindly add column of industry & sector along with stock names in result of screeners . so we can identify trending sectors.

  249. How to stop auto refresh? I need to screen many charts in one the of filters but screens get refreshed automatically before I’m even done looking at all the charts.

      1. Not the charts. I’m asking about scans. The scans automatically get refreshed every minute, before I’m done looking at the stocks. How to stop auto refresh in scans? There isn’t a button to stop it like in charts.

  250. Hi Team,

    Is there a way to find out the breakage current low with lower lows – at least 3 low break out – Example refer to daily chat of PEL which broke out 3 lows (12-May-2020).

    It broke 24-Apr(805.8), 26-Apr(808.1) and 06-May (857.3)

    12-May-2020 low is 802.3

    Regards
    Madhu

  251. Is there a way to not to show NIFTY 50 stocks when we select all Future segments in filter. I dont want to see NIFTY 50 stocks. is it possible?

  252. Sir,
    I just want to thank the ChartInk Team for your efforts in providing one of the best free technical scanners in India with simple and easy to use interfaces for scripting. For a beginner like me with zero experience and low capital, this free platform is a huge life-saver not just for screening but for learning purposes too.
    I was able to understand and create custom screeners with much ease with your simple language-based script.
    The free tools you provide here are much better than those paid-ones & subscriptions provided by most Indian brokers.
    I will surely opt for the Premium subscription in the near future not just because there are better facilities in there but also because you have helped a beginner like me by providing great tools for free.
    Thank You ChartInk.

    -Yanger, Nagaland.

  253. Respected Sir, i am very impress after visit chartink website. i recently join. i also want to take premium membership. i have a little question.

    sir, if i want 3day ema crossover 13 days ema, on the spot, which minute 3day ema cross 13 days ema, at that minute i want to alert. not on EOD closing basic. for that which type of condition i have to creat, thanks.

  254. Respected Sir,

    i am your premium member.
    i have a little query.

    when i type EMA Condition it shown as under .
    1. — [0]15 minute Ema ( [0] 15 minute Close ,10 ) crossed_above [0] 15 minute Ema ( [0] 15 minute Close , 20 )

    but in readymade scanner i found is as under
    2.— [0] 15 minute Ema ( close,10 ) crossed_above [0] 15 minute Ema ( close,20 )

    i know readymade scanner is right. but why i cannot remove — [0]15 minute —- from Ema ([0]15minute close,10) i try to remove [0]15minute and keep only close word but after many try i cannot do please guide me. thanks

    1. Hello,
      Yes, both are fine. The below is also good to go and will give accurate results. It is due to the recently upgraded version of the scanner:

      [0]15 minute Ema ( [0] 15 minute Close ,10 ) crossed_above [0] 15 minute Ema ( [0] 15 minute Close , 20 )

  255. Hi,
    This is great website ! However, can u pls add candlestick sreener for multiple time frames like 5 mins , 10 mins, 15 mins and so on….

  256. Respected Sir,
    if i want only those stock which circuit limit is 20%, i don’t want to know how much % stock up or down, i only want to know which circuit limit is 20% and i create a scan those stock with other condition, stock maximum circuit limit is 20%, please guide………… Thanks

  257. Why is Open interest and derivatives data not yet incorporated on the platform? I would bring the whole functionality to a new level and cause a surge in customers for you. request you to work on this in priority over anything else.

  258. Just wanted one quick clarification. When i see a timestamp in the backtesting area, does that timestamp refer to the start of candle time or end of candle time ? For example, for a 5 min scan, if some stock comes out at 9:40, does it mean end of the 9:40 candle ?

    1. The confusion arises as the timestamp on the charts is of the start of the candle. While the timestamp mentioned in the back-testing window is end of candle ( my assumption )
      If both were in sync, it would be less confusing.

    2. Yes, on the backtest too, its the start time of the candle i.e 9:40am(9:40:00am to 9:44:59am) and so on..

  259. Is there “AND” function ?
    if we want to compare a price between 25 to 100 ?

  260. Hello…I wish to set the query for below, kindly help
    Todays opening 5 min candle is greater than previous days 5 min last candle.

  261. Do we currently have a feature, or can we add a feature, where I can create a scan using other scans as conditions ?
    Example :
    Scan A : Overbought
    Scan B : NR7
    Scan C : Scan A and Scan B

    Would make a lot of scans much cleaner.

      1. I meant, all scans, A and B are a set of multiple conditions themselves … and can we using the scan Id or link of A and B in scan C.

        But I do understand that this could be technically unfeasible.

        Thanks !

  262. Is it somehow possible to use Relative Strength ( RS ) in the scans ? I see we have RSI as an indicator but not RS.
    RS = Price of stock / Price of some index ( Nifty, Nifty 500, etc.) ?

    Thanks !

  263. Hi,
    Thanks for the good work..!
    In Screener, is it possible to get the list of stocks where RSI(14) is below 30 for certain period. e.g., RSI(14) is below 30 for last 20 days or last 20 sessions?
    How to write this filter?
    Thanks in advance.

  264. Hello,

    Love the product so far.

    Is there a way to get the COUNT of stocks that come in the Backtesting window for any scanner ?

    Regards,
    Konal

    1. Currently if you move the cursor over the back-test candles it will display count industry wise. Currently we do not have the provision to display total number of stocks

  265. I need to create a scanner where the closing price is above the Central line of default Bollinger Bands. What should i use ?

  266. I have a scanner created i.e. “2nd 15 minute candle is intermediate”.
    basically i want to see all the nifty 50 stocks for the day, which has 2nd 15 minute candle intermediate to 1st 15 minute candle of the day.
    But the scanner which i created gives me data for current day only, and i want to backtest it for past days also.

    1. Currently back-test can go back only upto previous 150 candles (any time frame). We do plan on adding more features to the same in near term. This would show 6 days data in back-test for now.
       

  267. Hello Team,

    I have a scan using all Latest values – high, close, EMA(20), etc. The results for this usually comes after the close of the market.

    Is there a way i can get the result before 3:30 ? If you can give me possible approaches i will build it. Do not need a scan.

    One approach i thought is to use Last 30 min candle ? is that correct approach ?

    Thanks

  268. HI, How can i get sum of Abs(close – open) of last 5 candle and Sum of (Close-open) of last 5 candle? In first part it is Abs(close-open) and in second part it is (Close-Open). Please Help#

  269. Hello,

    Can we filter or scan stocks based on their Beta value ? If yes, which parameter should be used.

    Thanks,
    Konal

  270. Hi All,

    I am trying to obtain consolidated sum of volume of 5min candles and check if the volume at the moment of the day has crossed over 1 Million or not.
    This is what I have done so far:
    [0] 5 minute Sum ( [0] 5 minute Volume , 75 ) >= 1000000
    The problem is that the data from previous day is also getting picked by the filter.
    Is there a way I can applying some kind of group by operation on date or restrict the above filter to pick data the from current day only.
    Any help would be greatly appreciated.

    Thanks,
    Akhil

  271. In my scans, I am getting ETFs also. Is there any way that I can get only stocks and not any other things ?
    My scan is giving me given below output
    Stock Name
    Just Dial Limited
    Jb Chemicals & Pharmaceuticals Limited
    Adani Power Limited
    CNXNIFTYJUNIOR
    Nhpc Limited
    LIQUIDBEES
    Sjvn Limited

    I dont want CNXNIFTYJUNIOR and LIQUIDBEES in scans .

  272. I would like to filter as follows in Chartink scanner – can you help me with it.. I have subscription under [email protected]..

    EMA 9/EMA 26/EMA 50 difference of all these EMA in price is between 0.5% to 1%.. Can I filter like this in the Chartink Scanner? If yes, can I receive the codding of same?

  273. Can we make a screener with Multiple timeframes. Eg. First scan is on Monthly timeframe. Then the scan results are further scanned for Weekly Timeframe. Then the scan results are further scanned for Daily Timeframe.

  274. How to create a script which checks, if the first 15 min candle high and low are within 1-2% of the total value of that stock. I tried to write it, but its not working properly.

  275. Hi , I want a scan according to candlestick size…
    On 1 min chart, if latest candle body size is greater (green or red) in size than average of previous 20 candle size.

  276. I want to create a screener showing stocks whose 50 day return crosses nifty 50 day return.
    Unable to add nifty symbol in the screener.
    For example screener should be like
    (Symbol: Nifty ( latest close – 50 days ago close ) / 50 days ago close = X) )
    Screen from whole cash segment ( latest close – 50 days ago close ) / 50 days ago close crosses above X

      1. Please add Nifty symbol. You telling we do plan on adding NIFTY symbol since 2019. Still you are unable to add NIFTY symbol.

  277. Hello Sir,

    Thanks a lot for providing wonder full platforms and scanner.
    Can you please help with the scanner for below condition.

    Current week volume is greater than 10 times of life time weekly average volume.
    Lifetime may be 100 weeks or 200weeks or 500 weeks or 1000 weeks.
    Much appreciate your help.

    Thanks,
    Saravana

  278. Sir, help me with a scanner to find
    1) High of past 21 days
    2) Low of past 21 days.

    Not clear with Max(), Min() functions here.

    Thanks in advance.

  279. Sir, help me with a scanner to find
    today’s daily candle should not retrace more than 66% or 2/3rd of yesterdays candle
    example :
    suppose
    1) yesterday candle was bearish candle
    2) today’s candle is bullish candle
    3) today’s daily candle should not retrace more than 66% or 2/3rd of yesterdays candle

  280. Team,

    Is there a difference in a trigger firing if I use one of the below conditions :

    – Latest Close Greater than EMA20
    Versus
    – [0] 5 minute Close Greater than EMA20

    In the second case, will the trigger fire the moment price is greater than ema20 or will that happen once the 5 min candle is complete ?

    Thanks !

  281. Need a scan which can tell if stock is above its Weekly Pivot.

    Problem am facing is weekly Pivots are calculated based on previous years high low and close. Am not sure how to get last year high low and close.

    1. Thanks, But thats not what am looking for.

      Its calculating based on Previous Month high low and close.

      What I am looking for is Pivot calculated based on Previous Year High/low and close.

  282. Sir i am looking for the link- CLOSE GREATER THAN PRICE VOLUME TREND , but i am unable to get the result in SCREENER search. Please help me to find the formula. thank you . “CHARTINK HELPED ME A LOT”, but I try to pull out strong fundamental parameters like ‘ PE RATIO , PB ,PEG, ROE, ROCE, DEBT TO EQUITY, GRAHAM NUMBER,INTRINSIC VALUE,PRICE TO SALES, PROMOTOR HOLDING /PLEDGING etc,. but i unable to find these short forms, please help me to search above parameters.

  283. Good evening sir, Help me to find a scanner for stocks closing near 38.2% or 50% or 61.8% or 78.6% retracement from 52weeks high. Thank you.

  284. Hi ,

    Is the High Beta Stocks filter working as desired in a scan ? I do not get any result when a run a scan with that applied.

    Thanks !

  285. Good evening sir, please help me to find a screener — ” increase in price , volume , open interest” Bullish strategy. Thank you.

    1. Hello,
      Currently open interest is not possible as currently we support only NSE cash stocks. We have only created a segment group called ‘futures’ to scan stocks that are traded in the F&O group. If you select futures, scanning will be done on basis of cash stock prices/ values. 

      Scan on other 2 are possible.

  286. Dear Team, how to create a scan , within no of days , for example to find ” with in last 10 day open , high same ” and any day break high , kindly help

  287. What will be settings in ChartInk for finding the Stochastic (5,4,3) crossover (period-5, %k-4, %d- 3)
    Please help.

    1. Hello,
      It seems like smoothed slow stockhastic %K. You may use the same within an EMA in our scans. Below is a screenshot for the same:

      Latest Ema ( Latest Slow Stochastic %K ( 5 , 4 ) , 3 )

  288. Dear team,
    Im a intraday trader doing only futures. I always work with 5 minute candle. Do not know what scanner has to be used. plz help me out two best scanners. one for bullish and the other for bearish

  289. Dear Sir

    latest close should be less thane 10% of latest low. (Like Lower low)

    kindly make the scanner for us

  290. Good evening sir, I would like to scan certain indicator on a time frame. For example I would like to scan RSI above 70 on weekly basis
    RSI above 70 on Monthly basis
    RSI above on daily basis.

    While all other parameters are able to put I am not able to put time frame i.e. Weekly or Monthly or so on. Please guide

      1. This scanner is built on multi timeframe but it only gives correct result in backtest how will its condistions match in live?

        1. Hello,

          Thank you for reaching out. The reason you see this is that your scan is using the weekly and monthly timeframes, and you are running the scan in between the week/month. This will cause the scan to show you results based on an incomplete weekly/monthly candle. The results in the backtest will continue to repaint/update until the weekly and monthly candle completes its formation. I hope this helps.

          You may ignore backtest results for this scan as it is not always accurate due to multiple time frame candles used in the scan; this is because the backtest uses a higher timeframe candle that would spread for all bars within the backtested history, so as long as the higher timeframe candle is incomplete, all bars in the backtest would too change/update.

          In contrast, the alerts you receive for this scan are accurate and sent instantly once any stock matches all scan criteria.

  291. Dear sir, Good day to u.
    Please help I want to create scan :::
    1. GCO BUY STRATEGY :::
    5 MINUTE EMA ( CLOSE 14 ) CROSSED ABOVE 5 MINUTE EMA ( CLOSE 206 ) .
    2. GCO SELL STRATEGY :::
    5 MINUTE EMA ( CLOSE 14 ) CROSSED BELOW 5 MINUTE EMA ( CLOSE 206 ) .
    WILLING TO SUBSCRIBE VERY SOON SIR.
    THANKS.

  292. Dear sir, Good day to u.
    Please help I want to create scan :::
    1. GCO and VWAP BUY STRATEGY :::
    = 5 MINUTE EMA ( CLOSE 13 ) CROSSED ABOVE 5 MINUTE EMA ( CLOSE 206 ) ,
    = LATEST VWAP CROSSED ABOVE LATEST EMA (CLOSE,13)

    2. GCO and VWAP SELL STRATEGY :::
    = 5 MINUTE EMA ( CLOSE 13 ) CROSSED BELOW 5 MINUTE EMA ( CLOSE 206 ) ,
    = LATST VWAP CROSSED BELOW LATEST EMA ( CLOSE, 13 )

    THANKS. SIR.

  293. Hi Sir,

    Could you please let me know, How to create a scanner with below condition.

    3 months high> 2 months high> 1 months high
    and
    3 months low> 2 months low> 1 months low

    It would be very helpful if you create it.
    Thank you!

    1. (3 months ago high > 2months ago high > 1 months ago high) and (3 months ago low > 2months ago> 1 months ago)

      I tried to create it.. however I found that it has multiple comparison error..

      Please help Sir!

  294. Hello Sir,
    I request to design screener for the following conditions .
    # price closed above 10 EMA in weekly time frame.
    # 30 EMA crossed above 40 EMA in weekly time frame in the same scan.

  295. Hello Sir,

    In Bollinger band, the latest candle should be open above the middle line. I need such a scanner. If there is such a scanner, send me the link. Time frame 15 minutes

  296. Dear Sir,

    I wanted to create scanner where ema 4 crosses above ema 20 (weekly),Latest supertrend (10,1) crosses above Ema Close 20 Latest(Daily).Please Guide.
    Thanks,
    Nishant

  297. Dear Sir,

    I wanted to create scanner where ema 4 crosses above ema 20 (weekly),Latest supertrend (10,1) crosses above Ema Close 20 Latest(Daily). Actually i was able to create that but not able to save.Please guide.
    Thanks,
    Nishant

  298. Hello Sir,
    I request a screener for the following conditions .
    # price closed above 10 EMA in weekly time frame.
    # 30 EMA crossed above 40 EMA in weekly time frame in the same scan.

  299. Hi,
    I want to create a ichimoku scanner.
    buy scanner
    which shows me a green 5 minute candle above below condition
    1) conversion line crosses above base line
    2) 1 st condition should meet above any cloud.

    vice versa for selling.

    Thanks in advance.

  300. We are not able to use volume information in scans as you appears to be picking up the data from BSE.
    BSE does not have much volume nowadays. NSE has good volume. So volume based queries fail to generate alerts.

    Is it possible to use the data from NSE please?

  301. hi, I have code of Historical Volatility of 100 days of any stock/ index. and it is more than 30.
    Std(Log(c/Ref(c,-1)),100)*Sqrt(365)*100
    guide me how to build screener in chartink.

    Thanks.
    Tapankumaar Dave

  302. Sir/Mam

    Please help to make a scanner in chartink
    my formula:
    EPS LATEST QUARTER >1.2*EPS preceding year quarter AND
    EPS latest quarter >0 AND
    YOY Quarterly sales growth >20 AND
    EPS last year >EPS preceding year AND
    EPS > EPS last year AND
    Profit growth 3Years >20 AND

  303. Hi Chartink team,

    Can you please help me how to create a Stochastic Cross Over Scan.?
    I want my filter to Indicate when the signal line % D crosses the %K slow line, as in trading view (4,3,2)

  304. Is this scanner for Awesome Oscillator correct? for period of 13 and 34?
    ( Latest Sma ( ( ( Latest High + Latest Low ) / 2 ) , 13 ) – Latest Sma ( ( ( Latest High + Latest Low ) / 2 ) , 34 ) )

  305. Please help to make a scanner in chartink
    formula:
    gross block latest quarter > 1.2*Gross Block last quarter
    Thank you

  306. Kindly provide intraday, swing and positional strategies for the premium subscribers. It will help us the beginners a lot in actual trading with learning and at the same time.

  307. Dear sir, Good day to u.
    Please help I want to create scan :::
    1. GCO and VWAP BUY STRATEGY :::
    = 5 MINUTE EMA ( CLOSE 13 ) CROSSED ABOVE 5 MINUTE EMA ( CLOSE 206 ) ,
    = LATEST VWAP CROSSED ABOVE LATEST EMA (CLOSE,13)

    2. GCO and VWAP SELL STRATEGY :::
    = 5 MINUTE EMA ( CLOSE 13 ) CROSSED BELOW 5 MINUTE EMA ( CLOSE 206 ) ,
    = LATST VWAP CROSSED BELOW LATEST EMA ( CLOSE, 13 )

    THANKS. SIR

  308. Hit chartink Team

    How to use % this function in scanner . Kindly provided some example of scanning .

  309. Hi Team,

    I am looking for following scanner.

    Hourly RSI near 30 and Price near hourly 50 SMA OR
    2 Hourly RSI near 30 and Price near 2 hourly 50 SMA OR
    Daily RSI near 30 and Price near daily 50 SMA.

    Is it possible?

  310. Dear Team,

    Can you please let me know how to filter with Market cap like >= 1000 Crore or >=500 Crore etc. I could not find the same in the examples.

  311. How to compare index with stocks or Index with Index? Suppose I want to compare Nifty 50 making Higher Highs and Banknifty lower Highs for the same period, how this can be a coded?

  312. I want to screen stocks having max volume in last 15 mins compared to today’s other 15 mins candle volumes can anyone help me to set up the scanner

  313. How to use Watch list Custom Columns ?
    Plz Give me Scanner to Compare Index with Stock and Index with Index?
    is there any Scan for Relative Strength regarding stock vs index ?
    want scan for previous 52 Week high made befor Six month or year .
    Difference between Previous 52Week high and current 52week high.
    want scan for latest 52 week high made which is whose previous 52 week high was made before 1 year from cuurent date .

    1. Latest is the Last day candle and 1 day ago means previous day candle.

      For example if you run on 28th Dec after market close — 28th Dec candle is latest and 24th Dec Candle is 1 day ago (note: 25, 26 & 27th are holidays)

  314. Good PM sir, Please help me , i am lookimg for a scanner Condition 1:- [0] 1 hour price close above TC {CP narrow[within .1% of TC and BC] }, EMA 50 and Condition 2 :- [0] 1 hour price close below BC { CP narrow [ within .1% of TC and BC] }, EMA 50. Thank you.

      1. Good morning and Happy new year sir, I tried your 1st scan , it is well working sir, if it is possible please send the 2nd scan also. Thank you .

  315. I am unable to create the new scan with — Latest SMA(close,20) now the chartink only allows
    Latest SMA(Latest close,20) – Which doesn’t give proper result.

    I am able to copy from previous scans and edit the condition Latest SMA(close,20)

    Please clarify

  316. Hi,
    I would like to have heading (Text box) for each subsection of scan wherein multiple conditions are in each subsection.

  317. Is it possible to scan option derivatives, ie nifty, bank nifty and stock options.
    if not, is there a plan to include them in the near future.

  318. Dear Sir,

    I want to search stock in 1hr time frame.
    condition in one hr time frame any candle EMA(1hr C,60) cross EMA(1hr C,240)

    Please guide me how I can make scanner

  319. Hi
    can You get me a syntax to identify stocks that crosses the 1st 15m high in the next coming candles

    1. You may view tutorials on scans and alerts here: 
      https://chartink.com/articles/scanner/scanner-user-guide/

      To set alerts for a scan, you need to click on “create alert” after opening the scan page and set your alert preferences accordingly.
      https://chartink.com/articles/alerts/alerts-guide/
      https://chartink.com/articles/alerts/desktop-mobile-a-k-a-web-notifications/
      https://chartink.com/articles/alerts/webhook-support-for-alerts/

      You can also start by reviewing out top scans here: https://chartink.com/screeners/top-loved-screeners

      They contain the top 10 scans used for Intraday/Swing & short term trading

      If you need help in creating a scan, please share your requirements, we shall create the same for you. 

  320. Awesome platform hope you can come with an APP as well. One query can we apply the filters to particular list of scripts?

        1. You may view tutorials on scans and alerts here: 
          https://chartink.com/articles/scanner/scanner-user-guide/

          To set alerts for a scan, you need to click on “create alert” after opening the scan page and set your alert preferences accordingly.
          https://chartink.com/articles/alerts/alerts-guide/
          https://chartink.com/articles/alerts/desktop-mobile-a-k-a-web-notifications/
          https://chartink.com/articles/alerts/webhook-support-for-alerts/

          You can also start by reviewing out top scans here: https://chartink.com/screeners/top-loved-screeners

          They contain the top 10 scans used for Intraday/Swing & short term trading

          If you need help in creating a scan, please share your requirements, we shall create the same for you. 

  321. मैं आपकी चार्ट इंक डाटा प्रोवाइडर कंपनी से लगभग 4 साल से जुड़ा हुआ हूं और बहुत ही शानदार काम आपकी कंपनी कर रही है मेरा आपसे निवेदन है हमें टेक्निकल इंडिकेटर बनाने के लिए कौन-कौन सी किताबें है मार्केट में जिनसे हमें इंडिकेटर बनाने में सहायता मिल सकती है कृपया उन किताबों के नाम बताने का कष्ट करें जिससे हम लोग और ज्यादा फायदा उठा सकें

    9414450889
    सुनील पंवार

  322. is it possible to scan stock week basis crossover 50 sma close cross above 200 sma but scan result both moving average when cross on latest weekly basis EOD – NOT cross result scan PREVIOUS CANDLE WEEK

  323. Does the paid version of Chartink provide datasets for US, currencies and cryptos as well?

    If I subscribe, what do I get that is not available on the free version? Is there a trial subscription available?

    1. Currently we support only NSE cash stocks and indices. We do plan on adding others in the future. Shall keep you posted. 

      We don’t provide trials as exchange charges high fees for realtime data, also we are dependent on third party services for SMS & Email used in our Alerts. Considering this, we allow full access to our charts & scans for free with delayed data.

       As a premium member you would be able to:
      Access realtime data for Charts & Scans every minute
      Create Alerts and receive updates of stock breakouts over sms/email/mobile/desktop/webhooks
      View charts in 1/2/3 minute timeframes with auto-refresh
      Run screeners in 1/2/3 minute timeframes with auto-refresh
      Scan any watchlist via the segment dropdown of a scan
      Set scans to private
      Customized Atlas dashboards for market overview
      Get Dedicated support for your scanner requirements

      You can get details/signup our premium service here: https://chartink.com/subscription

  324. Hi Sir,

    I tried to create a scanner using camarilla formula(H3 and L3) on monthly basis. However,did not get appropriate result. Is there any way to relate monthly H3 to one months ago H3 and monthly L3 to one month ago L3 ?

    H3= Close+(High-Low)*1.1/4
    L3= Close -(High-Low)*1.1/4

    It should be,
    1 month ago H3 > Monthly H3
    AND
    1 month ago L3 < Monthly L3

    I strongly believe it will leads us to a breakout or breakdown.

    Please help !

  325. Hi, I would like to see the list of stocks FIRST 15 Minutes candle is Green for DAY BEFORE YESTERDAY (Not for Today). I am able to get it for current day, but not able to get for Day before Yesterday. How can I scan it?

    1. it works fine, result in which stock was not shown was run on watchlist that didnt contain mindtree stock.

    2. It would show the same in results. For which date and time was this? Also, please verify results on cash segment charts as currently we support only NSE cash stocks. We have only created a segment group called ‘futures’ to scan stocks that are traded in the F&O group. If you select futures, scanning will be done on basis of cash stock prices/ values. 

  326. Wonderful tool. Just loved it. I am still practising trading on paper and will join the premium version once confident.
    I was trying to create a scan to get two latest consecutive candles cutting upper bollinger band and also the latest candle opening above the previous candle. Both candle must be 1 hour candle.
    I tried creating scan but results are wrong.

  327. What is the definition of Current Candle? Is it the latest completed candle or the in-progress Candle?

    For example, if I use “[0] 5 minute” in the scan condition, at 9:32 AM, will it refer to the candle from 9:25-9:30 or the in-progress candle from 9:30-9:32?

    Hope the question is clear.

  328. good PM sir, please help me to create a HEIKIN ASHI candle sticks pattern :-1st candle = Indefinite Green candle and 2nd candle= Full body Green candle [ should open=low] for Daily candle chart. thank you

      1. Sir,my request is a bullish candle[2nd candle] followed by an indefinite candle=1st candle [ that is :- close greater than open and high greater than close, low lower than open] , please help me.

          1. sir just now i sent an example chart image of Heiken ashi bullish reversal pattern for your reference to your email. my email is [email protected] . please help me, thank you

  329. Sir ,( i am confused with the mix and max) With folded hands i request you to help me create a scanner with the following condition.

    1. i need previous swing high in 5 min time frame
    2. i need previous swing low in 5 mins.
    3. latest swing high is higher than the previous swing high
    4. currenent price is less than the latest swing high and is greater than 1 % of previous swing low

      1. I want to create a scanner where current close is within range of 95% to 100% of past 120 days high.
        How to create the same as crossed above gives results for stocks that have crossed 95% of previous 120 days high on specific day it does not consider if the same was crossed 2 days ago or 3 days ago and greater than gives results of current close which are above previous 120 days high and if then another less than i.e range between current close and 120 days high is added in filters than also it gives results of current close which are above 120 days high but however this is to be excluded as only when a stock comes between range of 95% to 100% of previous 120 days high it should be catched.

        1. i am fed up please help me as a filter of
          Latest close greater than equal to latest max(120,latest high*0.95)
          Latest close less than equal to latest max(120,latest high)
          my query is though i have added less function
          Latest close less than equal to latest max(120,latest high)
          but it shows in screener those stocks also which are trading above high of past 120 days and thus i am not able to screen those stocks which are only in range of 95% to 100% of previous 120 days high

  330. What is the difference between these queries?
    6 days ago MAX (252, Latest HIGH) & 6 days ago MAX (252, 6 days ago HIGH).

    I need to scan for stocks which might have crossed their 52 Week High in the last 5 days.
    Which of these below is correct?
    Latest High ‘Greater than equal to’ 6 days ago MAX (252, Latest HIGH)
    Latest High ‘Greater than equal to’ 6 days ago MAX (252, 6 days ago HIGH)

    Since both are giving different results, I need to understand the logic of both.

    1. Hello,
      Taking 6 days ago outside as well as inside the bracket will add the same and calcuate it as 12 days ago. The below would be correct for 6 days ago:
      6 days ago MAX (252, Latest HIGH)

  331. Hi

    I am looking for a scanner where i want the close price of all the candles (may be last 20 candles or 50 candles)remains above supertrend with out closing below supertrend and also want to scan the close price crossed above the supertrend first candle which has turned supertrend positive

    Also how to check last 50 candles(or any number) stays above 40 rsi only where not even single candle went below 40 rsi

      1. Thanks for the info but here i dont know whether the first candle or 2nd candle or 5th candle or 10th candle close was greater than super trend i want scanner where let say any candle close has crossed above supertrend and from that candle all the candles close remain above supertrend and also any candle close above the candle which has crossed above the supertrend candle which changed supertrend to positive………
        example—– let say today 5th candle close has crossed above supertrend which made it positive now next all the candles close should remain above supertrend and also let say 10th candle close crosssed above 5th candle which made supertrend positive
        note — number i have mentioned are reference only those number can be any number

  332. Currently this would not be possible. We need to enter the previous “n” number of candles for the scan to go back and check for. We can check if days first candle crosses above supertrend and any of the next five candles close above the high of the 5th candle. Will this work?

    1. There are chances that the backtest results may not match with the alerts history if multiple timeframes are used in the scan, please read our for more details: https://chartink.com/articles/backtest/bactesting-faq/

  333. Hello sir I just let u know that if the nifty and bank nifty crosses the 5th candle in 5mins time frame
    If crosses below 5th candle -sell
    If crosses above 5th candle -buy
    Plz write this in condition and want to to back test for that. Thanks

  334. Hello,
    I need to scan the stocks which are matching the following criteria,
    today’s (trading day) 1st 5-minute candle’s volume greater than the highest volume of past 75 5-minute candle’s volume

      1. Thanks for the response.
        However, Dixon technologies RSI is showing wrong value. Whenever I am running scan as RSI (14) crosses below 35 or RSI(14) less than 35, it is showing Dixon for the last 2-3 days. Kindly check the same.

          1. Hello,

            We update the corporate actions on stocks over the weekend. Can you please share the name of the stock, so we can cross-check and update the same?

          2. Hello Dilipsinh,

            Can you please elaborate more on this? Are you referring to your previous comment about the stock split? If yes, can you please let us know the name of the stock so we can cross-verify and rectify the incorrect data?

  335. Hello sir,
    Can you please help in making a scanner?
    Conditions:-
    -On 5 mins time frame chart
    -After 1:00pm mark the next candles high and low (i.e of 1:05pm high/low) and then the next 3 candles (i.e 1:10pm,1:15pm,1:20pm body)-body(open/close) should be within the 1:05pm candles high/low.
    i should get the stock on 1:20 pm candle close.

  336. I want to apply a scanner which has the following arrangements :-
    first condition is:- if any candle closed above a particular price….
    then filter the stocks for which latest candle closes above the candle that met the first condition.
    However, these two candles can be in continuation or the second candle might come after 3rd or 4th or so on position after the firs candle

  337. HELLO SIR, I MADE A SCANNER OF PREVIOUS LOW AND HIGH BOTH ARE BREAK IN 15 MIN TIMEFRAME.
    FOR EG, XYZ SCRIPT, LOW=100 AND HIGH =103 THEN LOW IS BREAK FOR EG= 98 AND THEN HIGH IS BREAK FOR EG= 105. IN THIS TYPE OF SCANNER HOW TO MADE ?? PLEASE GUIDE US ..

      1. THANK YOU CHARTINK ,YOU REPLY ME… NO SIR, ACTUALLY NOT CANDLE BUT PERVIOUS LOW AND HIGH PRICE ARE BREAKS . I HOPE , THIS STRUCTURE WILL HELP US TO UNDERSTAND
        SECOND BREAK HIGH HH=105
        PERVIOUS H=103 H =HIGH L =LOW
        HH=HIGHER HIGH
        PERVIOUS L=100 LL =LOWER LOW
        FIRST BREAK LOW
        LL= 98

        1. ACTUALLY PRICE GO 100 ,103, 98 , 105 \ low ,high, lower low, higher high
          1 step = price is 100= low
          2 step = price got to 103= high
          3 step = 103 to direct 98 break the low 100 price is = 98 =lower low
          4 step = 98 to direct 105 break the high 103 price is= 105= higher high

          1. Currently detecting previous hh and lower low is not possible as we need to enter previous “n” number of candles for the scan to go back and check for. We can currently check if current candles high is greater than previous 10-15 candles high and so on

  338. How can I create a scanner for a condition of current price is crossing days high and is above yesterdays high also. (for intraday scripts)

  339. Hello sir
    Can u guide me in 5 minute time frame if candle bullish or bearish crosses d 50 moving average and that stock have high volume…

  340. I have one query that can we change colors of candlestick from white /Red to Green /Red?
    If yes then pl. let to know how?

  341. Hi Team,
    I want all the stocks whose monthly average volume is greater than 5lakh.
    Your help will really be appreciated.

  342. How can i create a scan i.e, current volume of 5 min candle(single latest candle) must be 5 times greater than average volume of previous 50 candles.

  343. Sir,
    Need a query for 1 day ago’s 1st 15 minutes range should not be broken whole day & current day High & low should be equal to or within the previous day 15 minutes High low range.

    1. This scan and many others are possible. We provide dedicated scanner support only to our premium members which allows you send your scan requirements and we create and share the scan with you. You review examples scans  or create your own scan by following our scanner guide here.

  344. How to create scanner which will give signals only after first 2 candles and will not give any signals after 3PM in different timeframes like 3min, 5min, 10min, etc. Also, what do you suggest on keeping the checking interval while creating alert for the same scanner?
    Thanks a lot in advance for help.

    1. If you need a scan which starts after 10am, please use code: [=4] 15 min close greater than 0. To stop alerts after 3pm, you may use a sub-filter and say “stock fails all” [24] 15 min close less than 0.

  345. Hi there, can you please tell me how to scan the 5 min candle which has the high greater than the high of prev 15 days.

  346. Hi, need one help, how do I filter out stocks which appear in the same scane for x number of days? For eg. I created a daily scan where it filters stocks which have moved by more than 5%. How do I filter our stocks that have been featuring in the daily scans on all days for lets say 5 days or 7 days?

  347. Hi,
    I want to create stock specific scan. For examples reliance price is less than or equal to 1920 and greater than 1910 .This kind of band scanning i needed for my chosen stock. Can you please help me out.
    Regards,
    Sathish.S

  348. I just joined chartink.com. Seems like a great platform till now.
    I was trying to code for my own scanner but I’m facing an issue and I am not sure how to resolve it. Please help me with that.
    What I was trying to do is:
    On a 15-min time frame, I’m trying to see the “ema crossover”
    like lets say if the price is above 50 ema
    and I want to see if in that case ema(10) crossovers ema(20)

      1. Wouldn’t this add up, the 15 minute outside and inside the bracket, and make it 30 minutes? You mentioned something similar in another comment here.

  349. Hello,
    Thanks you so much for the scanner.

    I couldn’t find it anywhere but I thought I will ask, that can we apply alerts on trend line also like in trading view, in premium chartink?

  350. even using custom dasboard we could not connect chartlink message alert to the Telegramme please help us to solve the problem .mobile no. 9823122255

  351. Hey thanks for the great work chartink is doing!

    I’m creating a screen where along with other criterion I want stocks whose free float market cap is below 6000 crores and the 3 month’s average volume is above 10000 shares.

    Despite various iterations I’m yet to find the right conditions for them. In the screen many stocks whose ff mcap is below 6000 crores as mentioned on nse website get missed by the screener.

    I’m not sure whether 3m average volume criteria I’ve devised as 13 weeks average volume is correctly being put or not. Can you please confirm that as well? Thanks once again!

    https://chartink.com/screener/copy-manas-arora-by-owais-3

  352. hi,
    I need scan for if
    1. Today’s high 3 percentage higher than open price and close 0.25 percentage above open price.
    2. Today’s low 3 percentage lower than open price and close 0.25 percentage below open price.

    Can Any one please help me out.

    Thanks
    Omprakash.

  353. Tried multiple times , but did not set the proper filter. Can you please help.

    Requirement is —
    1. 5 EMA cut from below to 13 EMA within last 3 day.
    2.5 EMA cut from below to 26 EMA within last 2 day.
    3. MACD line (Blue line) cut from below the MACD signal line(Orange line) within last 2 days
    4. RSI is greater than 60 and less than 70

    Can you please help to set the filter like this?
    I tried using “JoRRMethod” but not succeeded.
    I am wondering how to set “within last 3 days” part.

    Thanks in advance.

  354. Good Morning Sir,
    I have just took premium membership and i just loved the Chartink.
    Sir, i am stuck in creating a scan that, “the lengths of two candlesticks of similar lengths and one of candlesticks must be bullish and the other one is bearish .” Sir can you help me creating this scan. (candlestick timeframe 10 minutes)

  355. Hi Team, If i want t add a condition like NIFTY 50 Close is above EMA 200, how can I do it.

    ONe way is to keep the NIFTY 50 in a watchlist and run the scanner on watchlist. I want to add this condition to other conditions as a “AND” condition. Can you please help.

    There are some “Symbol” option, but I am not sure how to make use of it.

    Regards,
    Manikanth

  356. HI,
    need one help

    In backtest history section, we have daily bars and the time shown when we hover over a bar is “12:00:00 AM” . can you pls let us know if these scanners gets run automatically at midnight .like for 28th May scanner, it will be running at midnight 12:00:00 AM . i don’t see this is the case as i dont see any scanner results appear in backtest results for that day till market opens. can you pls confirm how these bars in backtest history get created and at what time.
    thanks.
    Rahul

    1. Since the scan is based on daily candle, it will only display the date when these stocks matched the scan criteria. On smaller time frames, it will display the starting time of the candle.

  357. Hello !!! Team,

    I need a list of 20 days high and 20 days low stocks. Please share the link.

    Thank you

  358. Latest Close = Latest Max ( 200 , Latest High )
    I have give this filter, but the screener show the wrong result. can you explain ?

  359. Sir , pls help by creating a scan which can give a list of cash stocks which are flat in narrowest range for minimum 35 days in mid bollinger band & also gives a result went break out happens in 5 mins chart , I am a premium member but unable create it or find help

  360. I want to Calculate the Relative Strength of a stock with Respect to NIFTY (index) of say last “x” days. How do we do that?

  361. Hi there, could you please tell me how can I create a scan with the below condition:

    Stocks having the 15 minute high volume than previous day . But here the 15 minute candle is not latest and it may be 4th, 5th and any number of candle throughout the day. If I run this scan at 3 P.M then the scan must be able to show the stocks which have had 15 min candle having high volume than previous day in the morning too.

    1. Currently, this would not be possible as we need to enter the previous “n” number of days for the scan to go back and check for. We can check if current 15 min volume is greater than previous 50-60 or more candles.

  362. I need to create %PPO scanner using the following logic:

    Percentage Price Oscillator (PPO): {(12-day EMA – 26-day EMA)/26-day EMA} x 100

    Signal Line: 9-day EMA of PPO

    I can create my own indicator for PPO (as it is not available) but I am not able to use the created indicator PPO for the Signal Line.

    Can you help me create the scan?
    Thanks

  363. Can some please help me how to give 2 logic in one strategy. eg. Below query 1 and 2 should satisfy OR 3 and 4 should satisfy. How to give this in one strategy please advise.

    1– 0[15] volume > sma(volume,3)
    2– 0[15] open > 0[15] min close

    OR

    3 — 0[15] OPEN > -1[15] close
    4 –0[15] open > -2 [15] close

  364. Hi,
    Thanks for great service.
    I want to make a simple screener that will tell me all stocks with 5% increase in volume since yesterday. And I only want today’s volume compared to yesterday’s volume only. Not 10 days average volume.
    How can I write it? Please help me.

  365. Hello.
    Want to spot bullish move in Nifty Index Option Strikes right after market open (9:15 AM to 10:00 AM) in Intraday. Because this is the time when the big/ explosive moves happen most of the time. Want to catch an average move of minimum 30 points daily within this time. Can we make such a scanner with real-time update/ refresh on 1 minute TF?
    Also need suggestion on scanner settings required to catch such explosive moves just before they happen.
    Is it about a combination of Volume Burst + OI Change from Open? or something else.

    If my purpose is going to be solved, I am ready to join your paid subscription for sure.
    Please contact on 7387064634

  366. dear AKHILESH
    greetings !
    do u know how to contact B.NETWORKS customer service ?
    Do u have any tel no or address for B. NETWORKS?
    My chart screen is blank despite updated for 1 year as premium membership
    Thank you in advance
    regs
    anand srivastava

  367. do you have any directory for all of your filters and their definition or use or derived formula or dependent variables or purpose?

  368. Hello Team,
    How to add offset parameter to SMA.
    EX : SMA(2,H,1)
    Where 2 is SMA OF 2 PEROID , PLOT SMA ON HIGH OF CANDLE AND 1 IS OFFSET.

      1. Thanks for reply.

        I am using investing .Com for charting,

        Consider 5min chart, when I add SMA on 5min chart it adds like below

        MA(2,HIGH,1)
        There are three parameters of MA
        Length=2
        Source=HIGH
        Offest=1

        I am talking about third parameter Offset=1..

        How to add third parameter of SMA in Chartink scanner?
        It would be great if you guide me.

  369. Hello Team,
    Pls help me to code below given requirement.

    Consider 5 min chart.
    The difference between current candles CLOSE and 10 EMA should be 0.25% of Stock Price.

  370. I am building a scanner for Stochastic RSI curves crossover. There are 4 Indicators available in Chartink Scanner:
    1) Slow Stochastic %K
    2) Slow Stochastic %D
    3) Fast Stochastic %K
    4) Fast Stochastic %D

    Which two variables I need to use. I am totally confused. Please help

  371. how to add this condition in scanner:
    volume of days first 5 min candle is higher than previous days all 5 min candle

  372. Dear Sir,

    Please help me

    buying range of shares formula for time frame 5 minutes

    Stock percentage within 1 %

    period of short time

  373. Dear Sir
    Kindly find my below requirement

    5 min time frame( min candle 50 trading within 1% range) the last candle close should be grater then Bollinger band uper line.
    I hope you understand my requirement

    Thanks and regards
    Krishna

    1. Dear Sir
      Kindly find my below requirement

      5 min time frame( min candle 50 trading within 1% range) the latest candle close should be grater then Bollinger band uper line.
      I hope you understand my requirement

      Thanks and regards
      Krishna

  374. Dear Sir
    Kindly find my below requirement

    5 min time frame( min candle 50 trading within 1% range) the latest candle close should be grater then Bollinger band uper line.
    I hope you understand my requirement

    Thanks and regards
    Krishna

  375. Dear Sir
    Kindly find my below requirement

    monthly breakout
    weekly breakout
    daily breakout
    15 min time frame( min candle 15 trading within 1% range)

    I hope you understand my requirement

    Thanks and regards
    Krishna

  376. is there anyway to get order quantity, buy and sell both of a sock at a particular time, in backtest?

  377. monthly time frame breakout
    weekly time frame breakout
    daily time frame breakout
    monthly close should be grater then Bollinger band uper line.
    weekly close should be grater then Bollinger band uper line.
    daily close should be grater then Bollinger band uper line.

  378. Hi Team,

    Please help me on creating a scanner on below requirement.

    1. I want to know the stock details which is breaking the volume, which is needed to compare to last five to 10 days volume.
    2. I want to know the stock details which is breaking the volume when we compare to previous day.

    Thanks,

  379. Hi

    I wish to restrict scan results to a specific time period (Between 9:30am to 3:00pm)
    How to get that done

    Thanks

  380. can we put a filter in atlas dashboard for like to not show a stock if it has already popped up like more than 10 times in last 1 hour or whole day? or to show the unique stock at top?

  381. Hi am trying to create a scanner for the choppiness Index, Pls help to translate this formula
    CI = ( 100 * LOG10( SUM(ATR(1), n) / ( MaxHi(n) – MinLo(n) ) ) / LOG10(n) ) LESS THAN 38.2
    I tried in the below link, but i am making some mistake. So Please help me to correct it
    https://chartink.com/screener/ci-test

  382. What is the screener for checking that the first 15 minutes volume of a stock TODAY, is greater then, 30 times, the average stock volume for first 15 minutes on 10 previous trading days!

      1. Hey Chartink Support Team/ The Team Member who supported on this:
        Greetings! and Many many thanks for you kind effort – it really touched my heart that you provided this help!
        YOU GUYS ARE AMAZING!

  383. Could you help me find a scan with the below criteria please –

    Weekly Close is greater than All Time High

  384. Alerts not coming for some reason on my scans. It was working fine till now. Since today morning even though backtest shows stocks in scan real time alerts are not coming. Not even in triggered list. My subscription is not expired or anything.

  385. halo sir
    awsome screener
    is there any way to screen the stocks which are in resistance or support level using this .
    if so pls inform
    with regards

    shameem

      1. Hi,

        I am not able to find the logout button on the page. I accidently logged in through my free account and now i want to login using my paid account. However, I am not able to find the logout button

        Regards,
        Rahul Barnes
        9731931291

  386. Sir,
    I want to explore some possibilities before subscribing. please let me know that if a scan for a particular time period for the day, For example
    1.) one candle (5 minute) back close is crossed above the high of the time range between 11.00 AM (21st 5 candle of the day) to 02.00 PM (57th 5 candle of the day).
    2.) Similarly the price was in between the lower and upper Bollinger bands for the time range between 11.00 AM (21st 5 candle of the day) to 02.00 PM. and
    3.) latest 5 minute close is crossing above the close of 1 candle (5 minute) back

    Please explain the method or share a readymade sample scan satisfying above conditions.
    Regards,

  387. Sir,
    I want to explore some possibilities before subscribing. please let me know that if a scan for a particular time period for the day, For example
    1.) one candle (5 minute) back close is crossed above the high of the time range between 11.00 AM (21st 5 candle of the day) to 02.00 PM (57th 5 candle of the day).
    2.) Similarly the price was in between the lower and upper Bollinger bands for the time range between 11.00 AM (21st 5 candle of the day) to 02.00 PM. and
    3.) latest 5 minute close is crossing above the close of 1 candle (5 minute) back

    Please explain the method or share a readymade sample scan satisfying above conditions.
    Regards,

      1. Sir
        My second condition is mot fulfilling in this scan…
        .
        .
        2.) Similarly the price running was in between lower and upper Bollinger bands for the time range between 11.00 AM (21st 5 minute candle of the day) to 02.00 PM (57th 5 minute candle of the day) .
        .
        .
        please rectify accordingly.

    1. You may select the same from the drop down menu. By default, it is set to “cash” segment. If you are not a premium member, you may select the watchlist as “default” and apply the same.

  388. Hi,
    How to get the last updated stock, when we refresh the page if the count increases its difficult to get the latest updated stock . Kindly reply

  389. Dear Sir,
    I want to make a screener which filters exact crossover. That filters all stocks in which 7MA crosses above 21MA or VWAP crossed close price of stock.

  390. Request to confirm why Open interest Put to call or Put to call volume ratio is not available or is there any way to create

  391. Hi
    I couldn’t find any example on group functions GroupAvg and other can you share a basic example of how to use these ?

    Thanks
    AK

  392. Quick question Team.

    The “Market cap” values are as of what date ? And I assume they are in Crores.

    Kindly confirm.

    Thanks !

  393. Sir,
    i want to say that chartink is good for the all type of trader …it is very heplful for me and all other users.
    but i want some information about chartink and please clear my some doubt

    1.) please help me to lock my profit it means provide tp and sl scanner.

  394. Hi,
    Can you please let me know if the below EMA Bounce strategy can be implemented here?

    MovAvgExponential(“length” = 18) is greater than MovAvgExponential(“length” = 50) and
    MovAvgExponential(“length” = 50) is greater than MovAvgExponential(“length” = 100) and
    MovAvgExponential(“length” = 100) is greater than MovAvgExponential(“length” = 200) and
    low from 1 bars ago crosses below MovAvgExponential(“length” = 18) and
    MACDHistogramCrossover(“fast length” = 18, “slow length” = 50, “crossing type” = “Negative to Positive”) is true within 15 bars and
    MACDHistogramCrossover(“fast length” = 50, “slow length” = 100, “crossing type” = “Negative to Positive”) is true within 15 bars and
    StochasticFull(“over bought” = 70, “over sold” = 30, “k period” = 5, “d period” = 3, “average type” = “EXPONENTIAL”).”FullK” is less than or equal to 30 within 3 bars and
    open from 1 bars ago is greater than MovAvgExponential(“length” = 18) and
    close from 1 bars ago is greater than MovAvgExponential(“length” = 18) and
    close is greater than high from 1 bars ago and
    close is greater than open

    Each bar is of 1 day interval. Can you please see if this is possible. Thank you much.

  395. Hello ,

    My requirement is:
    1. Add high of candles, whose change is greater than 2% from previous candle on conditional basis.
    2. Add low of candles, whose change is less than 2% from previous candle on conditional basis.
    3. Compare either sum of step1 > step2 or not. And show filtered stock.

  396. Dear chartink team
    I am using your scanner to filter out stocks and very happy to get this service that too free. I am very much thankful to you for the excellent service.
    Now my question is ” how we can see that the filtres (esp. technical) visible in the stock chart.”?

  397. Dear chartink team
    I am using your scanner to filter out stocks and very happy to get this service that too free. I am very much thankful to you for the excellent service.
    Now my question is ” how we can see that the filtre(s) applied esp. crossover (esp. technical) visible in the stock chart which has been screened ” ?. This will help in learning and modification in programming to get required stocks. as per our requirement. It will strengthening the screening.
    Regards

  398. hi Team,
    Need help to create a scan where first 15 minute candle low meets the latest pivot ,supertrend in buy mode and also the first 15 minute candle low meets or equals to 50 dma .

    1. Hello,

      We do have Webhooks for API that you can use to trigger events in your own system, https://chartink.com/articles/alerts/webhook-support-for-alerts/

      Note on automating trades with webhooks, requires some programming logic so that you can incorporate our webhooks within your application which is already using API’s from the stockbrokers to place orders. Your system/application must be deployed on the internet and reachable by a domain or an IP address, this requires your application to support the ability to receive incoming POST request’s so that we can send our JSON data for the alert

      We recommend using a service like Hookbin to test the webhooks feature, it allows you to create an endpoint, which you can add in our “webhook url” field within the alert form. An HTTP POST request will be made to the URL you have specified along with the data corresponding to the alert.

  399. For one of my scanner, I need to make sure that 200 EMA is in uptrend.
    i.e. todays EMA> yesterdays EMA > day before that EMA
    For that I have made following three scanners.
    All yielding slightly different results.
    Not sure which is correct though.
    can you please have a look and provide your inputs?

    1.
    Latest EMA (Latest Close, 200) Greater Than Latest EMA (1 day ago Close, 200)
    Latest EMA (1 day ago Close, 200) Greater Than Latest EMA (2 days ago Close, 200)
    Latest EMA (2 days ago Close, 200) Greater Than Latest EMA (3 days ago Close, 200)

    2.
    Latest EMA (Latest Close, 200) Greater Than 1 day ago EMA (1 day ago Close, 200)
    1 day ago EMA (1 day ago Close, 200) Greater Than 2 days ago EMA (2 days ago Close, 200)
    2 days ago EMA (2 days ago Close, 200) Greater Than 3 days ago EMA (3 days ago Close, 200)

    3.
    Latest EMA (Latest Close, 200) Greater Than 1 day ago EMA (Latest Close, 200)
    1 day ago EMA (Latest Close, 200) Greater Than 2 days ago EMA (Latest Close, 200)
    2 days ago EMA (Latest Close, 200) Greater Than 3 days ago EMA (Latest Close, 200)

  400. krishna sahu
    Dear Sir
    Kindly find my below requirement
    Daily time frame
    Latest close greater than 50 simple moving average within range of 2%
    And 200 simple moving average range within 5%

    I hope you understand my requirement

    Thanks and regards
    Krishna

    Reply

  401. Hi Support
    I have taken Premium membership.
    Can you please share how to create one minute volume breakout with average percentage.

  402. Plz show time of the trade too alongwith the date irrespective of the time period of backtest history.
    Also allow backtest history to be selected to any time frame irrespective of the time period of the filter; i dont think u need to show minimum 9 months result when using 1 month time frame in filters.

  403. Dear Sir
    Kindly find my below requirement
    what is meaning of bracket value
    and how to use bracket value
    please give example if possible on Daily time frame and
    greatest fields also
    I hope you understand my requirement

    Thanks and regards
    Krishna

    Reply

  404. Plz show time of the trade too alongwith the date irrespective of the time period of backtest history, like “12-08-2021 9:30am”.

  405. hi
    i want to know
    A day first candle or any candle 15 min high break with new high and this high break new high
    and same in low break as above

  406. Dear Chartink team,

    I am looking to evaluate the percentage difference between 20EMA and 10EMA.
    I have written a query but it keeps loading and does not show any output.
    I can share my query with you please help me out on evaluating the percentage difference between 20 and 10 EMA

  407. Hi, I would like to write a query to find a stock whose weekly 10 WMA crossed below weekly 14 WMA in the last 5 days. can you please help

  408. the hourly time frame backtest gives results of time as 9:15 10:15 11:15 etc instead of at the exact time when that condition was completely met. please fix this

    1. Hello,

      Currently we provide only email support, please feel free to share your doubts here.

      We do have Webhooks for API that you can use to trigger events in your own system, https://chartink.com/articles/alerts/webhook-support-for-alerts/

      Note on automating trades with webhooks, requires some programming logic so that you can incorporate our webhooks within your application which is already using API’s from the stockbrokers to place orders. Your system/application must be deployed on the internet and reachable by a domain or an IP address, this requires your application to support the ability to receive incoming POST request’s so that we can send our JSON data for the alert

      We recommend using a service like Hookbin to test the webhooks feature, it allows you to create an endpoint, which you can add in our “webhook url” field within the alert form. An HTTP POST request will be made to the URL you have specified along with the data corresponding to the alert

      Also, I’ve come across 2 open source projects on Github to auto this workflow:

      https://github.com/bogadib/chartink_kite_amo_mean_reversion
      https://github.com/sumit12dec/algoconvention

      Hope this helps.

  409. can you add time frame for pre market hours
    so that morning before market opens we will get results of our scanat the time of market opens

  410. Dear Sir
    my two requirement
    NO(1) monthly time (20.50.100.150.&200 )Ema
    all ema very close to each other
    NO (2) Daily time Rsi positive divergennce
    I hope you understand my requirement
    Thanks and regards
    Krishna

  411. Sir,
    the user guide is very old and also not updated as per latest attributes etc,can you update to latest 1,
    thanks

    1. Hello,

      In free version data is delayed by 5 minutes. In a premium subscription, charts and scans are updated every minute. Our premium members get realtime data with updates every minute for our Charts & Scans. So if you run a scan at 9:20am for example, it would be based on the latest data until 9:19:59am and so on..

  412. Dear Sir
    my two requirement
    NO(1) monthly time (20.50.100.150.&200 )Ema
    all ema very close to each other
    NO (2) Daily time Rsi positive divergennce
    I hope you understand my requirement
    Thanks and regards
    Krishna

  413. I have created a scanner but I don’t want to scan from all stocks or from predefined options like nifty50, nifty100 etc, I want to scan from F&O stocks but i didn’t find any option for same. Is there any option to scan from f&o stocks or do i need to manually add those stocks to scan from? If I ave tp do it manually then how to add the list of stocks from whick i want to scan from?

  414. 1. How can we change all timeline, i.e. from weekly to daily or daily to hourly, is there any shortcut?
    2. How can we reverse all the parameters, i.e. from less than to greater than etc etc.

    Please give short cut of them, so that in case of changing all of them, just applying shortcut would do.

  415. Also I would like to change the look out of scanner home page, instead of big fonts and wide space between columns,

    1. hiding the clause contents
    2. instead of another pages, continuing showing all scans like we do in mails

    would not only fresh up the view but we would also see all scans and save our time surfing pages.

    Thanks.

  416. Hi All,
    When I create a new scanner based on some combination of parameters and Run the scan , the result will have some stocks with positive & change and some with Negative % change …pl suggest how to interpret this result…Suppose if My scanner is to find bullish stocks and if the scanned results has few stocks with positive % change and few with negative % change…how to interpret this ??

  417. Dear Support,

    Unable to scan from two different watchlist. Added 2 watch list and at a time only once is available to run scan.

    Please suggest how to use 2 different watchlist in 2 different scanner.

  418. Dear Sir,

    Absolutely amazing app! Hats off to you!
    Do you provide same screening capability onto US or EU stocks as well?
    If not, have you any plans to do so?

    Andr0

  419. can you explain the difference between these:-
    1. [0] 5 minute SMA ([0] 5 minute Close, 20)
    2. [1] 5 minute SMA ([0] 5 minute Close, 20)
    3. [0] 5 minute SMA ([-1] 5 minute Close, 20)
    4. [-1] 5 minute SMA ([-1] 5 minute Close, 20)
    i am basically trying to understand these two time frames in one part of the condition

      1. Hello,

        Here is the explanation:

        [0] 5 minute SMA ([0] 5 minute Close, 20)
        :- average of 20 candles close of 5min-timeframe from current candle

        [-1] 5 minute SMA ([0] 5 minute Close, 20) AND [0] 5 minute SMA ([-1] 5 minute Close, 20)
        :-average of 20 candles close of 5min-timeframe from 1 candle ago

        [-1] 5 minute SMA ([-1] 5 minute Close, 20)
        :-average of 20 candles close of 5min-timframe from 2 candles ago

        1. Hi,
          [-1] 5 minute SMA ([-1] 5 minute Close, 20)
          :-average of 20 candles close of 5min-timframe from 2 candles ago

          this is bit confusing, what is the need of putting offset value inside the bracket i.e [-1] 5 minute Close, 20??

          1. Hello,

            It is not necessary. You can put either inside or outside to avoid confusion.

            For Example:

            [-2] 5 minute SMA ([0] 5 minute Close, 20)
            Or
            [0] 5 minute SMA ([-2] 5 minute Close, 20)

  420. Hi Team can u please code for me first 15 days of the month there should be no open equal to low should not been happened. example this month september from day first 15 days open equal low should not been happened. Team can you please help me on this. Thanks…

  421. Hi is it possible to use variable,

    Lets say i want 2 things
    a = Max(54,weekly High)
    and “b” i want which week high was it

    Regards

  422. I want following scans –
    1) Stocks opening above weekly camarilla H3 or Below L3
    2) Last 15 min/ 30 min candle breakout weekly camarilla H3 or brekdown weekly Camarilla L3
    3)Scan which gives list of Stocks that are trading above weekly camarilla H3 or weekly Below L3 when I run that scan i.e. any time
    4) Last 15 min/ 30 min candle breakout weekly camarilla H4 or brekdown weekly Camarilla L4

      1. Hello Sir,
        In the above scans, the stock which closed below L4 is not scanned. It shows “No Stocks filtered”.

  423. Dear Team,
    This is extension to previous query.
    Pls help me code below given cases.

    Consider 15min chart.

    CASE 1 :
    If current candles CLOSE (GREEN CANDLE) is above 10 EMA then the difference between current candle CLOSE and 10 EMA should be less than or equal to 0.25% of STOCK PRICE.

    CASE 2 :
    If current candles CLOSE (RED CANDLE) is below 10 EMA then the difference between current candle CLOSE and 10 EMA should be less than or equal to 0.25% of STOCK PRICE.

    Pls reply me.

  424. Dear Team,
    Pls help me code following condition.

    Condition : Consider 1 hour Chart.

    The difference between current candles CLOSE and WEEKLY PIVOT POINT should be less than or equal to 0.50% of STOCK PRICE.

    Awaiting for ur reply.

  425. Hello Sir,
    I am using the scanner of Supertrend positive breakout and VWAP separately and getting good results, How can I add the filter in the same scanner to alert me when the trend is reversing. Please help me.

  426. I want following scans –
    1) 5 Min Candle is above Camarilla H4
    2) Today Camarilla H3 is Less than equal to Yesterday Camarilla H3
    3)Today Camarilla L3 is Less than equal to Yesterday Camarilla L3

  427. I want following scans for Nifty 100
    1) Stocks 5 Min Candle is below Camarilla L4
    2) Today Camarilla H3 is Less than equal to Yesterday Camarilla H3
    3)Today Camarilla L3 is Less than equal to Yesterday Camarilla L3

  428. I want following scans for Nifty 100
    1) Stocks 5 Min Candle is higher Camarilla H4
    2) Today Camarilla H3 is Less than equal to Yesterday Camarilla H3
    3)Today Camarilla L3 is Less than equal to Yesterday Camarilla L3

  429. Hello team Chartink
    please do help me with a new scan which on a daily candle basis the sma 34 goes on /ranges between the open close of a bullish / green candle PlUS Also can you add if possible another 2 similar scan when SMA 34 is in UPTREND/or sideways
    thanking you

  430. I want to subscribe for live scans and alerts. What is the procedure? Is any mobile response available to contact customer care / chartink support in case of any problem.

    1. Hello,

      Currently, we provide only email support, please feel free to share your doubts here.
      ​​​​​​​
      You can get details/signup our premium service here: https://chartink.com/subscription

      As a premium member you would be able to:
      Access realtime data for Charts & Scans every minute
      Create Alerts and receive updates of stock breakouts over sms/email/mobile/desktop/webhooks
      View charts in 1/2/3 minute timeframes with auto-refresh
      Run screeners in 1/2/3 minute timeframes with auto-refresh
      Scan any watchlist via the segment dropdown of a scan
      Set scans to private
      Customized Atlas dashboards for market overview
      Get Dedicated support for your scanner requirements

        1. Hello,

          We can save the results of a scan into a watchlist in Atlas dashboards and have the watchlist run on another widget/scan. For the watchlist to update during market hours, you will need to keep the Atlas dashboard page open. Currently, alerts are not sent out of Alta’s dashboards. We do plan on adding this feature soon.

  431. Hello ChartLink,

    I want to check – if my Stock price is cross above or below – of one specific time period e.g. when price cross the high of market start to 10am – i can find that using my scanner. I can use 5min 10 candle logic – but i want always – during complete day – only those fixed Days’s first 10candle’s High & Low value – crossover

    Is it possible to get ?

  432. I have opted premium subscription and amount debited ,still on the subscription tab its showing payment failed . I have sent multiple mails with payment screen shot but no response from the team and till now its not activated .There is no confirmation on the same . Very poor service .

    1. Hello,

      Currently, we can enter the previous “n” number of candles in the scan and check the results. For Example Previous 5 candles ago in 15min timeframe, the previous 20 candles in 30min timeframe and so on..

      If you need help in creating a scan, please share your scan requirements and we shall create the same for you. 

  433. How we can create our own segment so that we scan only those stocks which are filtered out from another Scan?

    1. Hello,

      We can save the results of a scan into a watchlist in Atlas dashboards and have the watchlist run on another widget/ scan. For the watchlist to update during market hours, you will need to keep the Atlas dashboard page open. Currently alerts are not sent out of Altas dashboards. We do plan on adding this feature soon

  434. E.g.
    1 day ago Close < [=1] 1 hour Open

    I need some guidance to understand the Days Nth Candle. If we see in the above example it is defined as [=1]
    Does this mean that we are scanning to stocks whose 1 days ago close is less than todays 1st 1 hour Open or the Latest 1 Hour Open?

    Your help is much appreciated.

  435. Hello team,
    Pls help me sir to code below given requirement

    SMA 50 AND LOWER BOLLINGER BAND TOUCH TO THE CANDLE ON DAILY { ONE DAY } CHART

    SMA 50 AND UPPER BOLLINGER BAND TOUCH TO THE CANDLE ON ONE DAY TIME FRAME

  436. May I please get a logic/scanner for below requirements

    everything on 3 mins TF –

    3min 20EMA > 100EMA
    and 13EMA crossover above 20 EMA (basically the exact point where 13EMA>20EMA>100EMA)
    provided avg volume of last 22 days is above 30K

  437. Hi

    Is it possible to plot a scanner for stocks which are opening on a SMA 44 where SMA 44 and SMA 200 both are rising…

    thanx

  438. Hi,

    Is it possible to have the “N Candles Ago” field setup as a variable.
    Also a function to calculate what Day of the Week it is today and What Time it is currently.

    Looking to build a scanner that looks at a particular candle and it stays the same every time the scanner is run. So that the same scanner can be run anytime from Monday till Friday.

    for e.g. Check if the high made during the first hour of the week has been crossed over anytime during the week after that.

    Thanks.

    1. Hello,

      You can select the “future” segment from the dropdown list.

      Please note:
      Currently, we support only NSE cash stocks and indices, we have created a segment group named ‘futures’ to scan stocks that are traded in the F&O group. If you select futures, scanning will be done on basis of cash stock prices/ values.

    1. Hello,

      Currently alert is a premium feature.

      Free version data is delayed by 5 minutes. In a premium subscription, charts and scans are updated every minute. Our premium members get realtime data with updates every minute for our Charts & Scans. So if you run a scan at 9:20 am, for example, it would be based on the latest data until 9:19:59am and so on…

      As a premium member, you would be able to:
      Access realtime data for Charts & Scans every minute
      Create Alerts and receive updates of stock breakouts over SMS/email/mobile/desktop/webhooks
      View charts in 1/2/3 minute timeframes with auto-refresh
      Run screeners in 1/2/3 minute timeframes with auto-refresh
      Scan any watchlist via the segment dropdown of a scan
      Set scans to private
      Customized Atlas dashboards for market overview
      Get Dedicated support for your scanner requirements

      You can get details/signup our premium service here: https://chartink.com/subscription

  439. Hello Team

    How to find the stocks where the 50 days EMA and 200 days EMA are very close to each other i.e. near intersection .

  440. Dear Team,
    How can we identify stocks with relative strength against the performance of Nifty 50 or any other index for weekly time frame?

  441. Chartink is a great tool. Keep it up.

    I have read few comments here around RS (Relative Strength). Just wanted to know if you managed to add that feature and if not, are there any timelines that you can share please. RS feature will be a massive addition.

  442. Hi,
    I am trying to understand how bracket function works at raw level. Can you please tell me what is return value of bracket function if possible with raw example? I just want to know technical specification of bracket function. It will be great help if you have technical specification of each function supported by chartink.

    Please help.

        1. Please see my original question. Coping it here again.
          I am trying to understand how bracket function works at raw level. Can you please tell me what is return value of bracket function if possible with raw example? I just want to know technical specification of bracket function. It will be great help if you have technical specification of each function supported by chartink.

          1. Hello,

            The bracket function is used to control the order of the operations. As we do not follow BODMAS, all the mathematical operations will be carried out from left to right. So a simple example would be 2+10*2. Writing this will give you a result of 24 whereas if you control the operation by using BODMAS, you will write it as 2+(10*2) and this will give you a result of 22. I hope this helps.

          1. Hello,

            We provide support only via email, as it makes it simpler for us to understand your requirements & have them documented; hence I suggest you please try to share your requirements here.
            ​​​​​​​
            Free version data is delayed by 5 minutes.

            In a premium subscription, charts and scans are updated every minute. Our premium members get realtime data with updates every minute for our Charts & Scans. So if you run a scan at 9:20 am, for example, it would be based on the latest data until 9:19:59am and so on…

            We provide dedicated scanner support to our premium members which allows you to send your scan requirements and we create and share the scan with you. You review examples scans or create your own scan by following our scanner guide here.
            ​​​​​​​

  443. under “select a segment”, does the ‘future’ consists of options too or only futures? like if i want to run some test on call/put options of nifty, then how to do that?

    1. Hello,

      We currently support only NSE cash stocks and indices; we have created a segment group named ‘futures’ to scan stocks traded in the F&O group. If you select futures, scanning will be done based on cash stock prices/ values.

  444. hi sir = I want to scan stocks breakout dynamic zone . share highest price breakout example Greaves Cotton Limited breakout price 177rs please help me sir

  445. I have a query: how to scan 3 candles at a time(c1,c2, c3) .
    example: c2 high is lower than c1 high and c2 low is lower than c1 low and
    c3 high is less than c2 high and c3 low is lower than c2 low.

    I need to scan candles based on 15 min interval.

    Is it possible with chartink ?

      1. Thank you for providing this scanner.
        However, I’m trying to filter stocks based on Price and added below filter to your scanner:

        Price to Book value Greater Than Number 200

        It is not returning any stock although it should. What is wrong in it? I want to see stocks which are more than 200 with above scanner.

      2. This is not working as intended. When I see 15 min graph of screened stocks, candles does not fall into the category mentioned.
        Can you have a look into it again ?

          1. I have modified scanner as suggested and saved it as VipTesting, but it is not reflecting candlestick pattern what we intended for. I’m unable to attach screen shot here.
            Latest 3 candles should follow following pattern:

            |
            | |
            | | |
            | |
            |

            Although the scanner which you created is logically correct but it is not giving above pattern. What’s wrong in it ?
            Thank you for all your help in advance!

    1. Hello,

      You can copy the code of a scan by clicking on the “copy group to clipboard” option in the very 1st line of the scan, which starts with “Stock passes all…”. Similarly, you can paste the code in another scan by clicking on the “paste copied filters/groups” option, which is at the bottom of your scan conditions next to the “green plus sign”, I hope this helps.

  446. Hey Chartink Team,

    I was wondering whether we can create a scanner in which stocks pass a certain criteria but it is contingent upon index screening. For ex – a stock’s RSI crosses above 50 and also NIFTY’s RSI is above 50

    1. Hello,

      Are you asking for a relative strength feature? If so, we do not have a Relative Strength feature. However, we may plan on adding it in the near term & l shall keep you posted on this.

  447. SIR PLEASE HELP ME TO CREATE A SCAN FOR LATES PRICE VOLUME TREND CROSSED ABOVE LATEST SIMPLE MOVING AVERAGE 30, THANK YOU.

      1. Thank you for helping me sir, but i am looking for PVT INDICATOR[ Price volume trend ] crossed above 30period SMA [ Simple moving average ] , this PVT indicator is not our indicators list. it’s looks like RSI indicator but no over bought and over sold zones in it. plese help me to create for me . Thank you.

          1. Sir just now i tried to sceen using above SCAN, and the results i need PVT crossed above SMA 30 – PVT, but it showing in my Zerodha Kite – Chart IQ is different results like greater than SMA30-PVT, some stocks showing crossed bellow SMA 30 -PVT. I tried with many stocks but still i got same results. please sole my scanner problem. thank you.

          2. Sir still this screener [ on Dt:22/02/2022 created by you ] not work to scan PVT crossed above SMA-PVT-30. i don’t understand what is missing in it sir, i back tested use this scan , and i found some of few stocks between Rs.80 to Rs.1000 in NIFTY500 SEGMENT, on Date 14/02/2022 are those stocks names :- UFLEX, SUPPETRO, SEQUENT, ERIS, BDL, SOLARA, CGCL, FORTIS, KSCL, HOMEFIRST, GUJGASLTD. i cross checked and verified these stocks in Zerodha Kite – CHART IQ results are some GREATER THAN SMA -PVT 30, AND SOME LESS THAN SMA -PVT 30, but no one has crossed above it. so please fix this problem sir . thank you.

          3. Hello,

            Thank you for your email. I checked this against the stock “UFLEX,” and I do see the crossover taking place. Here is an image for your reference. I have plotted this on our Atlas dashboard and highlighted the 14th Feb PVT line as the “blue” line. Notice the previous line does show a crossover.

            https://ibb.co/myhrStw

          4. good morning sir , thank you for reply, just now i cross checked with UFLEX and other stocks which i had highlighted previously, the UFLEX ‘S PVT responds crossover due to the huge gapup, and one of the other stock responds crossover due to huge ‘spikesup’ , those rest of all stocks not showing any crossover results on the date of 14/02/2022 scanned by this screener. i visually cross checked those stocks using zerodha kite[ Price volume trend indicator is there ] . please veryfie all those stocks , and sole my problem sir , thank you.

  448. Hi,
    First of all, great work. It is a fantastic scanner for technical analysis I have ever seen.

    May I know whether do we apply scan for Nifty Index only (not nifty stocks). Whenever, MACD gives cross over (above/below) on 15 mins charts and on a day chart, I want alert to be received.

    Let me know if this is possible. If yes, I will buy the premium subscription of this application.

    Regards,
    Harsh Ganatra

  449. Sir Kindly give SMA Cross over( below or above) i.e SMA 5 crossed just crossed above SMA10
    (2) SMA5 from below crossed above SMA-10.

    1. Hello,

      Are you asking for a repetition of stock alerts?

      You can set the alert setting being sent to unique that will send notifications for the same stock only once a day. You will be alert as per your alert notifications preferences.

      The setting can be modified by clicking on the “Modify Alert” button right below your scan.

  450. I want help in making a screener for EMA 20 below Heikin Ashi candle in 5 mins chart and at the same time MACD default crossover happens in 1hr timeframe instead of 5 mins timeframe of EMA 20. Is it possible?

  451. if i want stock that move 20% in 5 day
    all stock satisfying this criteria in 5 year time period

    please help please

  452. Hello,
    I’m really confused here. I would like to screen for stocks for which 100 EMA crossed over above 200 EMA just yesterday, along with meeting other conditions.
    I made this scanner, but it doesn’t work. It shows the stocks for which the crossover happened many days ago.
    Could you let me know what I missed here, please?
    https://chartink.com/screener/zapper-long-ema-100-200

  453. Hi

    Whats the difference between:
    1 day ago Ema ( Latest Close , 20 ) crossed_above 1 day ago Ema ( Latest Close , 50 )
    and
    1 day ago Ema ( 1 day ago Close , 20 ) crossed_above 1 day ago Ema ( 1 day ago Close , 50 )

    1. Hello,

      The difference is in the 1st condition it is considering the EMA 50 from 1 day ago whereas in the 2nd condition it is considering the EMA 50 value from 2 days ago since you have used “1 day ago” both inside and outside the EMA. I hope this helps.

  454. Any timeframe say today from 9:15 till now (or a certain date till now), each of previous low (or high) to previous minus 1 high (or low) to previous minus 2 low (or high) is >0.9% of last (or average) price of the stock.

    Thats basically 3 price movements of >0.9% of price each.

    Can I scan for this?

    Thanks

  455. Sir , Please help me to create a SCANN for Latest Close CROSSED ABOVE previous swing LOWER HIGH. thank you.

        1. May be it will be helpfull , lets try sir, please create for me above scan as you metioned. but my view is the down trend came to the end with Divergence { up trend reversal started while crossed RSI CROSSED ABOVE 30] ,while this uptrend is in pogress, the LATEST CLOSE CROSSED ABOVE recent SWING LOWER HIGH [ but in between the “swing lower high & latest close ” {“V” shape} those ‘N’number of candles doesn’t matter sir ]. IN SIMPLE FORM I WOULD SAY THIS WOULD BE UP TREND BREAKOUT CONFIRMATION AFTER COMPLETED THE DOWN TREND WITH DIVERGENCE, please help me sir .

  456. Good afternoon sir,
    Please help me to create a SCANNER based on ‘ WILLIAMS FRACRALS INDICATOR’.
    i,e :- Latest CLOSE Crossed above UP FRACTAL
    Latest CLOSE Crossed bellow Down FRACTAL
    Thank you sir.

  457. hi,

    What is the significance of the function , Floor (Value)? Does it return the Integer Value of the called Function. Say if Latest ADX (14) is 20.75, if I use Floor (Latest ADX(14)), will the expression return a value of 20?

    1. Hello,

      The floor() function calculates the Floor of a numeric value. The Floor of a numeric value, say Value A, means the largest integer smaller than Value A if Value A is a floating-point number, or Value A itself if it is an integer.

      In mathematics, result from using 1.5 against Floor will result like Floor (1.5) = 1

      I hope this helps.

  458. I have observed that most of the time Low greater than equal to Vwap does not work.
    and it has problem with “Low” or “Greater than equal to” . could you please check this please.

  459. HELLO,

    I HAVE A SCANNER OF NARROW CPR, WHICH SHOWS STOCK WITH NARROW CPR FOR THE NEXT DAY,
    ONCE I HAVE MY STOCK READY FROM THE SCANNER, IS IT POSSIBLE TO PUT THAT STOCKS IN OTHER SCANNER FOR NEXT DAY??

  460. Can i use 2 brackets together?
    I want to build a scanner wherein I can use EMA (and not SMA) for calculating VWMA. And also HLC/3 is required for calculating VWMA and not only close.

    latest close greater than (EMA ((high+low+close)/3*volume,20))/EMA(volume,20)

    I am not able to put 2 brackets after EMA.

  461. Hi,

    I read through previous comments here regarding ” Round” function. i could not find a response. Hence stating my question here.

    Is there a way we can specify how we want to “Round” a certain value? Currently i think “Round” function by default truncates the decimal places. But can we round to multiples of 10 say by specifying an additional variable say “-1” as we do in excel?

    Is this possible currently (i dont think so)? Is this something that can be built?

  462. Hi , thanks for creating a fantastic platform which helps convert thoughts into realty.

    Please , i need your support to build the below scanner which is OBR but includes price action.

    1. Opening candle of 15 minute is the basis for this scanner.
    2. Price action of 15 minute candles , minimum next 5 candles( 15 minutes each) after the opening candle must be inside the opening candle
    3. Then any candle after 6th or beyond candle that breaks the opening range either side triggers a buy or sell.
    4. Please can you help.

    Many thanks for your support.

      1. Many thanks for getting back and sharing the scanner. Unfortunately , the result is not the best as a lot are missed out. I tried to make the below scanner which gives similar result but your scanner doesn’t, would need an expert review.

        Please, can you look into mine and suggest improvement.

        https://chartink.com/screener/obr-plus-price-action-new

        Much appreciate your help and support

  463. Hi,

    I want to create a scan wherein the Number of Weekly closes above the R2 (Pivot Point R2) for the Current year is not more than 2. Can you please help me with the same

      1. Hi, Thanks for your response, But can you please clarify this, The Pivot Point R2 is specific to a Particular year, So if you consider 52 Weeks, Does it also check the condition for part of 2021 with respect to its Pivot point R2

    1. Hello,

      We currently support only NSE cash stocks and indices; we have created a segment group named ‘futures’ to scan stocks traded in the F&O group. If you select futures, scanning will be done based on cash stock prices/ values.

  464. Hi

    I’m struggling to find/create a current scan to filter stocks that gained more in custom duration like Oct 2008 to June 2009.

    Any help in this would be much appreciated. Thanks

    1. Hello,

      Thank you for reaching out. Currently, we do not have this feature of the scan to filter the stock in any specific time duration. However, we may plan on adding it in the near term & l shall keep you posted on this.

  465. hi a want to develop OBV breakout or breakdown scanner.but unable to do it.kindly help

  466. Good morning sir, please help me to create scanner for , when a stock is end of the down trend, latest candle close above the recent swing high [ lower high of the down trend ] and there should be ‘ v ‘ shape of candles chart pattern [ no matter how many candles exist’s in the ‘v ‘ shape. thankyou sir.

    1. The ‘v’ shape candles pattern is in between Latest ‘close’ and the recent swing high [ Lower high of the down trend ]

  467. hello,

    can you please add other exchange markets like NASDEQ,NYSE ?
    or advise how can we use these scanners for NON Indian markets.

    1. Hello,

      When we click on the result stocks can it open with the screened timeframe and logic parameters applied within the chart.
      For example: here our 2 parameters are vwap and EMA50. so when we open the chart can we have vwap and EMA 50 pre-applied on the chart itself along with the timeframe which was predefined in the screener.

  468. need a scanner which gives difference which is greater than 2% from previous 5 min close to current close.

    like: [-1] 5min close – [o] 5min close is greater than 2%

  469. Hi Support Team. After the demerger of Motherson Sumi, the screener is giving wrong results for the stock. Please rectify this issue ASAP.

      1. Thank you so much, it’s really helpful for me.

        I have 1 more question = let suppose i want 1 or 2 stock only in day, then what to do ?

  470. HI

    if i want to check RSI crossed from 50,60,70,90 for 5 minutes candle

    then i have create like this

    [0] 5 minute rsi crossed above number 50
    [0] 5 minute rsi crossed above number 60
    [0] 5 minute rsi crossed above number 70
    [0] 5 minute rsi crossed above number 80

    How can i do that in sigle statement
    like
    [0] 5 minute rsi crosed above between(50 to 90)

    Thanks
    Rakesh jain

  471. I am getting an error running a scanner from a python script.
    “Scan error – There was an error running the script”.

    I even made it public from private.

    Please help
    Thanks
    Madhu Mattangi

  472. Hello sir good morning.

    Sir, my question is how to make a scanner in which a candle is crossed and closed above OR below all EMA (10,20,30,40,50) at once ???
    Whatever the timeframe is.

    Pls guide to make this scanner. Thank you

  473. Dear Sir,
    I need to get the list of stocks that satisfy the criteria that EMA 20 is almost equal to EMA 50
    in all segments and in both Daily and Hourly time frames.
    Please Reply

    Thank You

  474. I have a scan BTST 15 Minutes. If I run it now, it’ll give stocks of current time. If I run it after 15 Minutes, it’ll give the stocks at that time.
    Now, I need to have ONLY common stocks that passed both, now and before 15 minutes.
    Im trying to create this scan, but not able to do it. Maybe Im missing something.
    Can someone help ?

  475. HI

    I have added widget on dashboard but the results are not ok.
    i am trying to get socks which are less than 1 % but not showing all the results and have compared results with tradingview.

    https://chartink.com/dashboard/122898?source=social-icons

    Please solve this as soon as possibl
    please provide voice support to atleast premium customers who has taken premium service.

    and 1 more thing i am not able to change my emailid in my profile.

    Thanks
    Rakesh Jain

  476. Dear sir,

    please share me percentage on 50 SME price and current price.
    I.e.100 Rs is current price and 2% is 2 Rs and need diff between current and SME with % and amount.

    Thankyou,
    Krishna sahu

  477. Hi,

    Can we configure a scan where latest high and low are equal to the opening range 5 minutes bar high and low while the signal bar i.e. latest 5 minutes bar crosses above or below the opening range high and low bar? I can get both the parts of this scan individually to work but not together. Can you help please?

    Regards,
    Ankush

  478. I am not sure but i think BSE indices are not available for scanning purpose. Only NSE indices are available. If you ould made BSE indices available that would be great.

    Thanks

  479. GOOD MORNING AND HAPPY VINAYAKA CHAVITI TO ALL TEAM SIR, Please help me to create a SCANNER for, “HIDDEN DIVERGENCE ” using “MACD ” INDICATOR in DAILY TIME FRAME. THANK YOU.

  480. Sir,
    I goes through this website and find that it’s better for knowledge Inhancement,,
    Sir, I want to made a setup so that found some stock,,
    Data-1– stock move to its 5℅ in 15 min,
    2- after 5-6 days continues fall form a hammer

    Thank chartlink,,
    Regards.

  481. Hi,
    Loving the Platform, Haven’t used it to its full potential, lot to explore yet.
    I am using a simple technique of EMA Crossovers.
    I make High and Low EMAs of 48 Periods in any timeframe on tradingview
    and also make a 5-period ema of the same timeframe ( I call them Green Red and Purple)
    I can very much screen the stocks that have their purple crossing over green or red.
    But I am not able to think of a formula that finds the stocks that are just about to break that EMA barrier (let’s say on a daily chart, EOD calculation)
    something like Purple (5 EMA) is just below Green (48 EMA High) and about to cross maybe tomorrow

  482. GOOD EVENING SIR,
    PLEASE HELP ME TO CREATE A SCANNER FOR ” MACD LINE CROSSED ABOVE MACD SIGNAL LINE ” AND THIS CROSSOVER HAPPEND AT ANY OF THESE BELOW CONDITION :-
    CROSSED ABOVE’ MACD ZERO’ LINE , +0.001 , +1 , +2 , +3 . I TRY TO MAKE IT , BUT RESULTS ARE BAD . PLEASE HEP ME

    1. Hello,

      Sorry but your query is not very clear. Do you mean the crossover should happen above the zero line? Please clarify what you mean by “+0.001 , +1 , +2 , +3”. Can you please share a sample chart image for the same? Also, please share a sample chart image for MACD divergence so we can help create the scan for you. You can email us the details here – [email protected]

      1. Good morning sir, yes, my meaning is that ” CROSSOVER ” should happen above zero line, but not far away from zero line, it must be happen very closer to the zero line, please help me to create this scanner as early as possible . i am trying to do this but results not good , i miss something sir , pls help me, Thankyou.

    2. YES SIR IT SHOULD CROSSED ABOVE ZERO LINE WITH ALL ABOVE MENTIONED PARAMETERS MET PLEASE HELP ME . JUST NOW I SENT A PICTURE OF’ MACD ‘ PICTUE FILE ALONG WITH AN EMAIL TO OUR SUPPORT TEAM. THANK YOU.

  483. GOOD EVENING SIR,
    PLEASE HELP ME TO CREATE A SCANNER FOR ” MACD ” – HIDDEN DIVERGENCE ” FOR BULLISH . THANKYOU.

  484. Hi Chartlink

    1. is there a predefined parameter that allows BETWEEN operation ?
    example : to filter stocks in a range say from Rs 250 to Rs 700

    2. What is the method to filter n candles in t time frame where the change is less than say .2%
    example to filter past 10 candles of 5 minute time frame where change is less than 0.2%

    Thanks

    AM

  485. how to get stock filter which has weekly candle supertend (7,3) crossbelow open candle or with suppertrend (20,2.2) crossbelow weeekly open candle, both condition in single scan and any one of condition satisfy result should display

  486. Hi Team,
    I need a scanner for pivot point, Means the current 15 minutes candels closes above and below H1 and crosses above and below S1.

  487. Issue with MAX function
    Currently MAX function does not show Stocks where there is no value/record
    Example- LICI listed 17 weeks back
    and if run the MAX function like:
    1 Week Ago MAX(25, Weekly close) >= 800 – it DOES NOT show LICI
    but if I run it like
    1 Week Ago MAX(17, Weekly close) >= 800 – it DOES show LICI
    So system is ignoring the stocks where there is no value/record found, Ideally reference should be on the available value – whatever is there against the stock

      1. Hi Aaron,
        this was just an example as LICI, where you put in the same code 10 times considering 10 weeks in hand from 10th to 20th week – With Stock passing ANY of those above 10 logic

        Now consider the 2 year time frame where there are 104 weeks and you don’t know which stock is listed at what point in time

        and you want to filter out stock in last 2 years which are listed in range of 800-900 at a weekly basis
        what should be the way out

  488. Good morning Sir,
    i am trying to set a scanner for
    PRICE MADE HIGHER LOW at the same time RSI MADE LOWER LOWER LOW on DAILY TIME FRAME
    But result out put not good , please help me to create a SCANNER on above CONDITIONS,
    THANKYOU.

    1. Hello,

      The backtest depends on the timeframes used within the scan. The scan you’ve shared uses only the daily timeframe; hence, the backtest results show the daily bars in the backtest. You can try using intraday timeframes in order to see backtest results of those particular bars.

  489. Sir,

    Can you help with this condition for a scan ? How to find those stocks whose current day volume is greater than the previous 10 DOWN days volume (not just the last 10 days but the last 10 down days only). I am struggling with the IF conditions.

  490. Hi Team,

    I just want to check if it is possible to know last 50 max volume candle high and low values? For e.g. on 18 oct 5 min candle has max volume. Is there any way to find the max volume candle high and low values and filter stocks if current close crosses its high?

    Appreciate your support

  491. Requested sir,
    i want only new high/low of 10:00 am high/low?(break 10:00 am high/low in 5 min chart)
    hope you understand,
    thanks…

    1. Hello,

      Sorry but your query is not very clear. Can you please elaborate a bit more on what you mean by “new high/low of 10 AM”? Are you referring to the maximum high/ minimum low that was created until 10 AM? Please share a sample chart image of your requirement highlighting the same so it would help understand the same. You can directly share the details via – [email protected]

  492. Create 4 scanner using the following criteria:

    1st scanner:
    Consolidation : minimum consolidation of 4 months (sideway, Multiple time tested Support and resistance areas)
    Consolidation Breakout with volume & kind of marubozu candle on daily time frame.

    2nd scanner:
    Downtrendline: Downtrendline that has been repeatedly tested, at least three times in the last minimum of four months.
    downtrendline Breakout with volume & kind of marubozu candle on daily time frame.

    3rd scanner:
    retest of the support that was resistance before it was broken on the first scanner.

    4th scanner:
    retest of the Downtrednline which was broken on the 2nd scanner.

  493. Hi Chartink

    Can you kindly help in defining a scanner
    the conditions are:
    1. timeframe – 5 minutes
    2. over the past 10 candles, value of ALL the 10-20-50 and 100 EMA are within a band on 0.1%
    3. across ALL the past 10 candles the value of EMA 10 > 20 > 50 > 100

    Thanks a Ton !

    Regards

  494. Hi
    Can you help me in creating the query for sorting the stocks in which the first two 5 mins candles are green with no wicks ?

    Regards
    Anju

  495. hello
    1) will you plz make the scanner for monthly and weekly breakouts (Multiyear Breakouts after long consolidation) this is important condition, I have tried lots of inputs but results are not as desired, we will do rest of the modification like volume, indicator ,and closing price,

    thanx

    1. hello ,

      why your sent scanner is not showing in, kindly upgrade that link as no stock is come under when i search, so request you to kindly resend with little modification,

      simply i need weekly and monthly breakout stock for positional trading

      thanks a lot

  496. hello chart ink,

    request you to create scanner with following crieria
    all moving Averages (SMA) like(20,50,100 and 200 SMA) will be crossed each other or overlap each other at any time frame like 1hr to monthly.

    thank you

  497. Hi Team,

    Please help me with a scanner for stocks that crosses above Pivot R1 resistance for the first time in a day (5 min)

  498. Hello, I need some help for one chart, if you can help to get this prepared on chartink.

    Swing HIGH low Support and Resistance
    + RSI 60/40 with 14 close SMA 14 2
    price crossed up/down @15 minutes and daily chart only.

  499. Dear sir ,

    will you please creates following types of scanner for me

    1.)Multi year Breakout After down trend or long consolidation either on weekly or monthly time frame.
    2.)bullish inverted hammer or hammer candlestick on daily or weekly chart after long or short down trend

    one more thing i want to know that in your previous reply (scanner)u have mentioned hourly time frame as Number 1.01 , so what should have to put in the scanner for daily ,weekly and monthly time frame.

    thanks a lot

  500. Dear,
    Thank you for providing us a good scanner system. Please note that the above tutorial “Oversold filter: RSI crossed above 30 image is incorrect. It shows 70.”

    I am requesting for some filter/option/update to add on chartink scanner option. ie.
    1. There is no option for store a value in a variable, that how many times a condition satisfied or on which no of candle it satisfy the condition. There is a only a number output. I need to use the output value in same script with other condition. Like output value ‘n’ used for ‘n+5’ th candle with other condition or price condition with ‘n’ and math function.
    Atlest 3 variable per script, which is valid for the script only.
    2. Please add Trigonometric functions like Sin, cos,tan with angle (If possible).
    3. In custom indicator section it is only one line script, no condition function allowed. Please allow condition test with more than one line.
    4. In chart sometimes price provided are not same with NSE price.
    5. In chart view the price shows with volume for each candle when a candle sclect, but in below chart indicator value not shows with respect to candle. It shows last candle value.
    Thanking you.
    With worm regards.

    1. Hello,

      Thank you for bringing this issue to our attention. We have corrected it. Please review it.

      1. In order to better understand the problem, we would appreciate additional details on this.
      2. we do not currently have access to the requested math functions. However, we will bring this matter to the attention of our team and inform you of any updates or developments as they become available.
      3. Could you please provide the formula for the custom indicator you are attempting to create? This will allow us to review and respond to your request more accurately
      4. To prioritize resolving this issue, could you please provide a list of the specific stocks where you have noticed it?
      5. Currently, we do not have the requested feature available; we are in the process of updating our charts and have included this feature in our next release. We appreciate your patience and understanding as we work to improve our platform

      If you require any assistance or have further questions, please contact us at here – [email protected]

  501. Dear Chartink Team,

    Do we have any condition where i Can set the name/code of the stock and check that how many times that stock has come in my chartink scanner.

    Thank You,
    Nitesh

  502. hi i need few scan option
    1)i put moving year average indictor.
    2) 5% upper circuit scanner.
    3) How can i track stock last 4 days upper circuit + volume.

    1. hi i need few scan option
      1)i put moving year average indictor.
      2) 5% upper circuit scanner.
      3) How can i track stock last 4 days upper circuit + volume.

      1. Hello,

        Sorry but your query is not very clear. Can you please elaborate a bit more on what you are trying to achieve here exactly? Please share more details on this and a few sample chart images for our reference. We’d be happy to help create a scan for you accordingly.

  503. I found that in a comment earlier , you said that US Markets will be available to scan soon (by the end of 2021) . Is it available now ? Please guide.

  504. Hi,
    I’m looking for a scanner which shows 8ema crossing 20 ema from below ( create uptrend) and value of stock is between 100 INR and 500 INR.
    kindly help

  505. Hi,
    I’m looking for a scanner which shows 8ema crossing 20 ema from below ( create uptrend) and value of stock is between 100 INR and 500 INR.
    kindly help

      1. Thanks a lot. can this be applied to all time frames. if not, kindly provide one for 5 min time frames.

        Thanks in advance

  506. Hi,
    I have a scan like this,
    Latest Close greater than 10 days ago close.

    The scan gives a result of stocks sorted with the latest change in descending order.

    My question is, how can I sort the results with respect to the above condition? Like, in the result, the first stock should be the most moved stock past 10 days.

    Is this possible?
    I use Atlas and in group/filter there’s only sort column by change, volume, sector, industry is only available. Please help

    Thanks in advance.

      1. hi,
        Actually I need a scanner which display the stocks which are consolidating in a range for last 3-5years or more than this time duration, breakout or breakdown is not mandatory if show than no problem ..hope u got my query.

  507. Hi,
    I’m looking for (2 no’s) 5 min time frame scanners .
    1. 5 ema, 13 ema and 26 ema crossing each other at one single point to create uptrend and value of stock
    should be between 75 INR and 500 INR.
    2. 5 ema crossing 13 ema from above to create downtrend and value of stock should between 100 INR and
    500 INR.
    kindly help

    1. Hello,

      1. Could you please share a sample chart image for 5 ema, 13 ema and 26 ema crossing each other at one point? So based on that, we will try to create it accordingly.

      2. Here is your scan for the 5 ema crossing 13 ema from above to create a downtrend, and the value of the stock should be between 100 INR and 500 INR; kindly review it-https://chartink.com/screener/5-ema-crossing-13-ema-from-above-to-create-downtrend

  508. hello,

    could you please you create an scanner for me , which shows stocks in demand zone or near to demand zone specifically on Daily TF, and also request you to show how to create same scanner on different time frame..

    thankyou,

      1. I mean to say RBR or DBR pattern formation on any TF.
        RBR: Rally Base Rally
        DBR: Drop Base Rally
        in other words you can say unfilled order candles formation.
        hope got my point.

  509. Hello Team,

    I want to calculate relative strength of volume for 14 days .. how this is possible with chartink ?
    Trading view pine script gives us a simple function to pass anything other than “close” i want something similar to that.

    Keep up the good work ..
    Thanks

  510. Hi, Can you help me with pivot point R4/S4 which is not available in the indicator list and how to implement.

      1. Hi, I am really grateful for your early response. Somehow i am unable to do add this pivot points in my scan configuration, unable to find pivot point R4/S4 which are in the list me custom indicator, but i am unable to find in my list.
        Please help further.

        Thank you.

        1. Hello,

          It is not possible to find it under your list of indicators since the custom indicators were created at our end and are only visible to the user that has created it.

          Here is a video tutorial that you can use as a reference to create/copy a custom indicator at your end so it is visible under your list:

          Copying a custom indicator: https://drive.google.com/file/d/1rifE_Bp6Jg8grdE-Fd_OPuW_ELdCkRZ0/view?usp=sharing

          Creating a custom indicator: https://drive.google.com/file/d/1bnr1ahmajyXIpBRE69ese60sm7541-14/view?usp=sharing

  511. my idea is first candle length should below 1.5 % movement of any stock only in future stock
    next 2nd 3rd candle should inside the fiesrt candle ..never break first candle high or low ,4th candle break 1st candles high and low that i need …lot size of stock that should be editable bye me .i prefer lot size 400 to 700 only.

  512. hi
    i am lokking forward to make screener for linear regression curve.

    Regression Formula: y = a + bx

    Where
    Y is close price of a bar in the selected period
    X is the Bar’s number
    N is number of bars in the selected period

    The slope and the intercept are calculated in the following way:

    Slope (b) = (NΣXY – (ΣX)(ΣY)) / (NΣX2 – (ΣX)2)
    Intercept (a) = (ΣY – b(ΣX)) / N

  513. hlo sir i need a scanner which is open near 20 sma of bolliger band (below or above 20 sma).stock should be in the list of future and option stocks…thanku youuu

    1. Hello,

      I believe you are referring to this query:

      I want to create a string for volume , criteria will be like “current” 5 min candle volume greater than “previous” 5 min candle volume .

      and one more string for same but one more 5 min candle volume

      If so here is our reply to the same:

      Hello,

      Do you mean you want to scan for stocks where the volume is increasing in the last 2 candles on a 5 minute timeframe?

      If so, here is your scan for the same. Kindly review:

      https://chartink.com/screener/volume-increasing-for-2-candles-5-minute-timeframe

  514. Hello Chartink Team!

    Loved all the features that you have provided for creating a good scanner. However, want to understand if you can help us provide a feature where we can assign a variable as well. For example, if one can assign “x” as high of a current candle (any timeframe – 5min, 15min, 1 hr etc) and “y” as low of the current candle and see if price opens higher or lower than “x” or “y” in future (say next day) and we get an alert?

    Please help.
    Thank you.

      1. Hello Chartink Team!

        Thank you for your reply.
        Here is the link to my scanner – https://chartink.com/screener/test-2022-12-09-27
        It gave “Dhani” as one result at 3:25 PM on April 3rd and “RTNIndia” at 9:30 AM on April 5th (today). I want to assign high of these marked candles (3:25 PM and 9:30 AM) to a variable, say “x”. This “x” should store value of candle’s high and whenever price goes above “x” then I get an alert. Similarly, I want to assign candle’s low to “y” and get an alert whenever price goes below “low” of the marked candle.

        Hope I could clear things now.

        Thank you.

          1. Dear Chartink Team!

            Thank you so much for your help! Code seems difficult to understand and a bit daunting. Is it possible to share a guide about how one can use the max high function? I will try to learn and make changes as per my other requirements.

            Thank you very much once again.

          2. Hello,

            We can use the count within the max function by adding the max and checking the maximum value within a certain period, like 5 or 10 candles. Inside the max function we specify the attribute we want (for example high of the candle) so we would specify the same as below:

            Max (10, high….

            After this, we multiply this with a count function which would fetch the condition that we are looking for. For example, we want the high of the candle where the RSI crosses above 70. We would fetch the same as below:

            Max (10, high * count(1, latest RSI crossed above 70).

            This would fetch the High of the candle where the RSI crossed above 70. I hope this helps.

  515. Hello Chartink Team!

    Request help for a scanner
    condition 1. high of the first 15-minute candle of the current day is less than the high price of the first 15-minute candle of the previous day
    condition 2. low of the first 15-minute candle of the current day is greater than the low price of the first 15-minute candle of the previous day

    Thanks

    A Mx

  516. Hi Chartink Team
    Can you make a scanner for the following conditions:
    On Daily Timeframe
    In any of last (10-50) days, Stock opens above upper BB and
    latest low is lower than latest lower BB.

    Another scanner for the following conditions
    On weekly Timeframe
    In any of last (8-20) weeks, Stock opens above weekly upper BB and
    latest weekly low is lower than latest weekly lower BB.

    Thanks in adavnce

      1. Hi
        Thanks for the efforts u put out for me….
        Daily BB scanner given above is working superbly but
        Weekly BB scanner is not showing correct results… Eg Bharat Forge has not opened above Weekly upper BB in any of last 20 weekly candles….. please check and do the necessary modifications if any.

        Thnaks in advance

  517. Hi Team,

    I want to apply a simple formula as below:

    low <= close – (open-close)*2

    i.e. Note that this formula will scan for stocks where the low price of the day is less than or equal to two times the difference between the open and close prices of the day, subtracted from the closing price.

    Can someone please guide me how to write this formula in chartink, as I am getting weird results

    Best,
    Piyush Jain

  518. i want to make a customised query. and when happens it gives alert.
    condition is this.
    in daily
    on 90th day high price is made,
    on 91st and 92nd day high price is not traded

    IN DAILY
    on 90th day LOW price is made,
    on 91st and 92nd day LOW price is not traded

    1. Hello,

      Can you please clarify what you mean by the below:

      “on 91st and 92nd day high/low price is not traded”

      Do you mean the below:

      – 90 days ago high should be the highest in the last 90 days from today.
      – 89 days ago & 88 days ago the high should not have been broken?

    1. Hello,

      Could you please share more details on the same so we can review and respond?

      Please share the below details:

      – Which alerts are you referring to? Email, SMS or web notifications?
      – Kindly share the URL/link to the scan that you refer to.
      – Share a few example stocks from the results of this scan where you should have received and alert sooner but, you got it with some delay.
      – Share a screenshot of your alert settings for this scan. You can do so by opening the scan and clicking on the “modify alert” option and sharing a screenshot of the alert settings here for our reference.

      You can share the details directly to – [email protected]

  519. Hello,

    Can you please help me to create the below scan:

    1) Candlestick close above upward sloping moving average – Candlestick should be touching the MA.
    2) Candlestick close below downward sloping moving average – Candlestick should be touching the MA.

    1. Hello,

      Please note that currently, we do not have a Relative Strength feature and we are in the process of exploring the possibility of adding this feature & new indicators soon. We appreciate your patience as we improve and enhance our service for our users.
      ​​​​​​​

  520. An offset is automatically added before a stock attribute. When I choose SMA as the stock attribute, another offset gets automatically added within the parenthesis of the SMA function. What is the difference between these two offsets?

    1. Please note that you need to enter “offset” either outside or inside the bracket. Otherwise, it will get added.
      For example-
      1 day ago Sma ( Latest Close, 20 ) and Latest Sma ( 1 day ago Close, 20 ) both are 1 day ago sma20
      and
      1 day ago Sma ( 1 day ago Close, 20 ) it is (1+1) 2 days ago sma20

      I hope this is clear.

      1. Clear. Thank you for the quick response.
        There may be technical reasons for having it this way. My personal view is that this is a potential source of confusion when there is an offset both inside and outside of the parenthesis doing the same function and the feasibility of getting this redundancy removed may be looked at.

  521. Hello,

    please help how to create a scanner for the stock …….which has Break out/ or Break down of IB (Initial Balance) for 1 hour on the previous day.

    1. Hello,

      Sorry, but your query is not very clear. Could you please elaborate more on “Initial Balance” or share chart or any screenshot fo reference to create a scan for you.

      1. hi,

        I am not able to paste a screenshot of my scanner here. 1st one-hour rage is the Initial balance for me.

        my query is I need to scan stocks for intraday trading whose high on the previous day is greater than the first 1 hour’s high of the same day.

        I have made a scanner as follows

        1 day ago high Greater than [=-5] 1 hour high

        is it correct?

        regards
        sunil

  522. Although subscribed, created scan of 5/12 ema buy but not getting alerts (SMS or Browser Notifications or Email).
    backtest showing the result but alerts not generated, then what’s use. I can monitor result on trading platform, its pathic. only subscription days will expire.

  523. Hi, I want to create a filter having condition

    (EMA 200 Less EMA 100) Divided by EMA 200
    between -0.01 to +0.01

    How to use between option

    This filter is to identify the Squeeze between EMA 200 and EMA 100

    1. Hello,

      Your query is not very clear. Could you please elaborate more on “(EMA 200 Less EMA 100) Divided by EMA 200 between -0.01 to +0.01” ?

      If possible please share a sample chart image for reference to create a scan for you.

  524. Hi,
    Is it possible to create a scanner meeting following criteria.
    15 min candle closes below open ( forms red candle) but stays above 10ema @ 3.15 pm and the next green candle closes above the red candle @ 3.30pm

    Price INR 100 to INR 500

    Thanks in advance

  525. I WANT A COMPANY WHICH IS MAKING 52 WEEK HIGH FROM NSE 500 AND BSE 500 HOW CAN I ADD THIS BENCHMARK INDEX

      1. I made some changes to the filter, earlier i was using sma (volume, 6) after that i used sma([=-1] volume,6)…now i have fixed the issue. Instead of greater than i am using lesser than now, and shifted the todays todays 5 minute candle to right. Thanks for the reply.

      2. Hi Aaron, pls ignore my earlier reply. I made some mistake while analyzing the data. Can you check this now.

        https://chartink.com/screener/new-5-minute-4

        Dixon’s volume EMA for 6 candles is around 12,572 for 21st May 2023 last 5 min candle as per Trading view. That multiplied by 5 come to around 62,860, which is less than opening 5 minute candle volume of 70,516. Can you please check why this is not working. Thanks.

        1. Hello,

          Thank you for your email. I reviewed this and noticed the offset used in the scan for the SMA seems incorrect. Here is the correct version for your reference:

          https://chartink.com/screener/1st-5-min-volume-is-greater-than-5-times-the-sma-6-from-1-candle-ago

          We have also noticed an issue with the stock DIXON for that particular day, causing this not to show in the results. We are looking into this and will keep you posted on this. However, you can notice the stock ADANIENT showing in the results on 22nd May for the above scan. I hope this helps.

          1. Thanks a lot for the help with the scan. Do you have any pdf or training documents/sop or is it just the 3 videos (on YouTube) I have to refer in future. Looking forward for your reply on Dixon.

      3. Also to answer your question. I do not see Dixon, also Adanient is not visible which had a large volume. Can you please check.

  526. Hi sir,
    Can i get scanner back test details with customized columns. i am unable to change columns in regular scanner page it is giving pop up message go to atlas dash board. In atlas dash board there is no back test option. Please check and reply

    1. Hello,

      Currently, it is not possible to do this. We understand your concern and appreciate you bringing this to our attention. Currently, we are in the process of exploring the possibility of adding this feature & new indicators soon. We appreciate your patience as we improve and enhance our service for our users.
      ​​​​​​​

  527. Hi, I would like to know each and every “Math functions”out there, please provide me with some relevant links or study materials.

    1. Hello,

      Here is the explanation:

      Absolute Value Functions. An absolute value function is a function that contains an algebraic expression within absolute value symbols. Recall that the absolute value of a number is its distance from 0 on the number line.

      The CEIL() function returns the smallest integer value bigger than or equal to a number. Note: This function is equal to the CEILING() function.

      The floor() function calculates the floor of a numeric value. The floor of a numeric value, say Value A, means the largest integer smaller than Value A if Value A is a floating-point number, or Value A itself if it is an integer.

      If you need to round a number normally (i.e., round values of .5 or more up and values less than .5 down), you can use the ROUND function with a specified number of digits.

      In mathematics, a square results from multiplying a number by itself. The verb “to square” is used to denote this operation. Squaring is the same as raising to the power 2 and is denoted by a superscript 2; for instance, the square of 3 may be written as 32, the number 9.
      Using Bracket on something like “Bracket(1.5)” will result in the same value, 1.5, whereas using 1.5 against ceil, floor, a round will result in different values, like

      Round(1.5) = 2
      Ceil(1.5) = 2
      Floor(1.5) = 1

      If you need any help creating a scan, please share your scan requirements and a sample chart image so that we can try to create a scan for you.

  528. Hi Chart Ink, I am trying to make a filter in which I can identify if the stock is closed near 70% or higher of it’s range, can you help? I tried close-low/high-low >= 0.7 but it does not work. Please could you help me with this

  529. Hi Chart Ink, I am trying to make a filter in which I can identify if the stock is closed near 70% or higher of it’s range, can you help? I tried close-low/high-low >= 0.7 but it does not work. Please could you help me with this.

  530. Hi Chart Ink, I am trying to make a filter in which I can identify if the stock is closed near 70% or higher of its range, can you help? I tried close-low/high-low >= 0.7 but it does not work. Please could you help me with this?

  531. SIR CAN YOU CREATE A SCANNER FOR ME WHERE LATEST PRICE IS NEAR ABOUT SUPPORT OF RESISTANCE (DOUBLE TOP OR DOUBLE BOTTOM) IN 1 HOUR TIME FRAME OF PREVIOUS 100 CANDLES & LATEST CANDLE FRAME DRAGON FLY DOGI OR GRAVE STONE DOGI.

  532. Hello can u help me build a scanner where weekly and monthly timeframe ichimoku chikau line is above price and cloud and on daily timeframe ichimoku chikau has just crossed the price and cloud with price challenging upper BB and RSI above 55 along with ADX above 14.

      1. conditions to be met-
        1) Ichimoku Lagging span on weekly and monthly time frame should be above cloud and price
        2) Ichimoku lagging span on daily should have just crossed above cloud
        3) RSI on daily above 55
        4) ADX above 14 on daily

        Scan is to be created with Ichimoku lagging span / Chikau span. Dont create scanner with Ichimoku span A and Ichimoku Span B. Ichimoku lagging is closing price past 26 day period.

  533. Hi,

    I want to create a scanner for which following condition to be met.

    1. previous 5 min Bollinger band squeeze (narrow range) for atleast 20 mins
    2. latest 5 min candle closes above 5 min upper Bollinger band
    3. latest 5 min volume > 2.5 times last 20 min
    4. latest RSI > 60

      1. thnk you so much….

        1 more query, today i have ran it…. O
        On 9.15 AM there were no any stocks scanned but in backtest report (XLS sheet) @ 9.15 am there were 28 stocks.

        Is the scanning is lagging ?? It may enter us late in stock.

        Pl clarify,

    1. Hi Sourabh,

      What’s a post-adjustment issue. It picks up the value when I multiply by 6. Can you check the volumes at your end for the last two candles.

      1. Hi Ravish, Apologies for the delayed response –

        As there’s high volatility in the last 15 minutes, NSE considers the WMA for the last 15 minutes for the stocks close price, this price is then sent out in the bhavcopy or the price list of the stock available 6pm onwards on nseindia.com

  534. Hello support, can u make a scanner in which MACD line and MACD signal line both stay near zero line for a long time or u can say remain in consolidation phase.

  535. Hi,
    Good Afternoon,
    Sometime time back, in the comments, I came across a scanner with the description
    “Current volume is greater than the maximum of 10 down days volume”

    Unable to find it again.
    Can you please provide it again adding below criteria to it.

    1. Todays open is 2% greater than yesterdays close.
    2. Price INR 100 to INR 3000.

    Thanks in advance

  536. thnk you so much….

    1 more query, today i have ran it…. O
    On 9.15 AM there were no any stocks scanned but in backtest report (XLS sheet) @ 9.15 am there were 28 stocks.

    Is the scanning is lagging ?? It may enter us late in stock.

    Pl clarify,

    1. You are welcome,

      This could probably be because of a scan or an alert misconfiguration which we could investigate and correct; please share the following details on “[email protected]
      :
      URL of the scan that you are referring to?
      Share a few example stocks with us for which you should have received alerts but did not get alerts for the same.
      Share a screenshot of the alert settings for your scan. You can do so by opening your scan and clicking on the “modify alert” option and sharing a screenshot of the same here for our reference.

  537. Hi , I am confused on how to make the scanner for ‘this week’s volume more than previous week’s volume’.
    Please reply as soon as possible.
    Thanks !

  538. Hi,
    Can you please provide a scanner as per below criteria.

    1. Timeframe : Daily
    2. Day 1 : Forms Red candle but stays above 10ema
    3. Day 2 : Forms Green candle and closes above the Day 1 red candle
    4. Day 3 : Opens 2 % more than the Day 2 closing price
    5. Price range : INR 100 to INR 3000

  539. Can You Help me to find the stocks which are up 50%-100% from 52 week low within 4 to 6 weeks?

    Please Ignore the above message

  540. Dear sir,
    Can you guide me on how to make a scanner with following condition:

    Lifetime MONTHLY RSI(14) should have first time crossed 50, it should have never crossed above 50 before.

  541. Here is your scan; kindly review it:
    https://chartink.com/screener/todays-open-greate-than-yesterday-close-by-2-in-daily-timeframe

    Please note that we have considered here :
    Day3 = Latest Day
    Day2= 1day ago
    Day1 =2days ago

    Hi,
    Referring to above scanner, I would like clarify the below points. kindly modify the scanner if required.

    Day3 = Latest Day – 9.10 am ( When pre – open market closes, stocks from Day 1 list open 2% greater than Day 1 closing)
    Day2= 1day ago – 3.30 pm
    Day1 =2days ago – 3.30 pm

    1. Hello,

      Please find the response below:

      You will need to manually run the scan and view the results with candles, including pre-market values.

      Data is updated at 9:09 am in our scans for our Daily/Weekly/Monthly/Quarterly & Yearly candles. Note that for Intraday candles(1/2/3…minutes), data would reflect starting at 9:15 am.

  542. Dear Sir, Very good morning..!! Can you please help me understand how to filter stocks with public shareholding less than 25%. Thank you.

  543. Hello,

    I have taken the premium subscription. I am looking for a dump of all the filters in an Excel sheet (or some other offline format), so that I can avoid scrolling when trying to make filters. It will also help me in studying and understanding what all options are available and help me design better filters/formulae.

    Regards
    Rajneesh

  544. Hi,

    I am trying to back test my strategy manually.
    Is there a way to write this formula in chartink where I want to find stocks which is,

    “up X% within Y days within the last 100 bars”

    Thanks in Advance

      1. Hi,

        Thanks for the reply.

        In the above scanner, it filters for stocks 10 days ago only.

        My requirement is, I want all the stocks that have gone up by 20% in 10 sessions, within the last 100 days
        It can be ANY consecutive 10 trading sessions in the selected 100 bars.

        For example, if the 100 bars are from March to May, the stock could have gone 20% from 1st of March to 10th of March. That should be in the result.
        Stocks gone up from 10th of April till 20th of April should also be in the result. Etc..

        Will this be possible?
        TIA

  545. Hi Chart ink Team,
    I must first admit this is a fantastic platform and a big applauses to the team.
    Can you help me to create a scanner based on the following requirements.
    Stock price should be 12% up in the last one month trading period, price should be above 200DMA, 50DMA, above 20EMA .
    The price change of the latest close should be less than 1%
    Volume should be higher than 50000.
    I am not sure where we can add ADR if it can , please select the stocks which have more than 3 ADR.
    Thank you
    Sai

  546. I’m trying to create a screener to find stocks above 80% of its all time high price. Using the following query
    latest high >= monthly max ( 150 , monthly high ) * 0.8
    I’m observing that this screener filters out all stocks which don’t have 150 months worth of data. I think the Functional filters (min/max) should be smart enough to consider this case, and allow for stocks that came out recently as well.
    Can you please let me know if my query has an issue, or is this a bug?

      1. Hi, thanks for the quick reply. But The query is not giving the results I expect. Following are my requirements:
        Latest close >= 0.80 * All Time High price AND market cap between 1000 and 50000 cr.
        I edited the query you shared to this:
        Latest Close >= 1 month ago Max ( 150 , Monthly High ) * 0.80
        Market Cap >= 1000
        Market Cap 0.80*High price all time AND
        Market Capitalization >1000 AND
        Market Capitalization <20000

        It returned around 300 stocks, while chartink returns around 150.
        You can use this stock as reference:
        Harsha Engineers International Ltd
        This stock should be present in the output

  547. I want to create 2 hrly scan where I want to remove first 15 min so I can have 3 candled of 2hrs each day and scan if 2 hrly candle has any volume spike compared to last 50 candles , how to remove first 15 min

  548. Greetings!

    At this moment, we do not offer the feature you mentioned. Nonetheless, we are actively exploring the option of adding it along with new indicators.

    I am unable to provide a specific timeline for the addition of this feature, but I have forwarded your request to our Development team for future consideration.

    We value your patience and look forward to enhancing our service for our valuable users.
    ​​​​​​​

  549. Hi,

    I run 2 scans in a single Atlas screener.

    How to remove the stocks from the 2nd screener which has already shown in the 1st screener? Like, I do not want the stocks to repeat

    TIA

      1. Hi,

        This is the screener https://chartink.com/dashboard/165506

        I have 3 scans —> 1 month, 3 month and 6 month.

        I don’t want the stocks to be shown repeatedly.

        For example, if suppose the stock ‘reliance’ follows the conditions in the 1 month and 3 month scan, it shows up in both the scans. I just want a condition in the 3 month scan where, if ‘reliance’ exists in 1 month scan, then don’t display in the 3 month scan.

        Hope you understand.

        Thanks

  550. I am not sure how to write for this scan. My requirement is to find stocks that have registered 25% or more price increase with consecutive green candles only (any number of them but consecutive) during any point of time in the last 200 days. This 25% is from the low of the first green candle in the series to the high of the last green candle in that series.

    Can you please help me if possible ?

  551. Hai,
    Hope the team is doing fine.
    Is it possible to create a scanner based and Stochastic Indicator as per below parameters.
    Stochastic Setting : Over bought setting 75
    Over sold setting 25
    Scan Parameters: Positive breakout cr0ssing 25
    Time Frame: 15 min and Daily (2 scans)
    Volume : Greater than the maximum of 10 down days volume

  552. I need a scanner for “virgin Value area High” “value area low” “point of control”
    This terms are from Fixed range Volume profile indicator/session volume profile indicator

    1. Hello,

      Apologies, but I’m afraid that your message isn’t entirely clear. Could you please provide more details on what you are referring to? It would be helpful if you could share an example image highlighting the same for reference purposes. This way, we can better understand your request and create a scan that meets your requirements.

      You can share the details directly with us via email at – [email protected]

  553. is there a way to include multiple conditions in Count/Groupcount functions.

    for eg. I want to scan stocks with 5 or more candles with each candle % change is >2% and volume > 10000 in last 10 sessions.

    if this is possible, can you provide me a scan for this.

  554. Sir,
    I want to scan 1st 15mnt candle close is greater then (previous day close And EMA15)
    i want to use “AND” function
    please tell me how to use “AND” function in chartink

  555. Hi , I want to make scanner , but 1st i need sector bullish filter using RSI & same filter sector i need to find stock which are bullish same using RSI

    How can i group sector + stock together in same scanner ?

    1. Hello,

      Your requirements are not clear. Are you looking for the Relative strength indicator?

      If so, at this moment, we do not have this feature. Nonetheless, we are actively exploring the option of adding it along with new indicators.

      I am unable to provide a specific timeline for the addition of this feature, but I have forwarded your request to our Development team for future consideration.

      We value your patience and look forward to enhancing our service for our valuable users.

  556. Hi,
    If i want to get alerts as soon as the current market price is higher than the high of first candle, how to go about it? Does chartink give current market price as a parameter? because i was able to find only the OHLC prices and not current market price?

    1. Hello Sachin, Here ‘0’ refers to the current candle or latest candle on a minutes timeframe, whereas ‘=1’ refers to Day first candle. Eg Specific number of candles in a day can be accessed using this offset, for e.g If we want to access the 5th candle from the start of the day on a 5 minutes timeframe we can use the offset as ‘[=5] 5 minute.

    1. Hello Bejoy,

      I have create a scan based on the RSI condition, Kindly reivew – https://chartink.com/screener/rsi-below-50-193

      Note that, currently, it is not possible to create this indicator, as you noticed in the formula (https://www.investopedia.com/terms/p/pvi.asp#:~:text=The positive volume index (PVI) is an indicator used in,positive increases in trading volume.) it requires previous positive volume index, which is self-dependent on itself, hence it is not possible to create the same.
      InvestopediaInvestopedia
      Positive Volume Index (PVI): Overview, Examples, and Formulas
      The PVI is an indicator used in technical analysis that provides signals for price changes based on positive increases in trading volume.
      InvestopediaInvestopedia
      Positive Volume Index (PVI): Overview, Examples, and Formulas
      The PVI is an indicator used in technical analysis that provides signals for price changes based on positive increases in trading volume.

  557. Sir Please Give me a Intraday Trading Scanner which is 5 Minute Candle Crossed above and below Vwap & Previous day high & Previous day low breakout

  558. Hello,
    I am having a problem in filtering results got through scanner.
    In my scan I have a specific candlestick pattern with different timeframes. I have 6 filters for 6 timeframes.
    When I get results it all mixed up.
    Can i get results (in .csv) with filter headlines so I can know at a glance ” which filter the scanned results belongs to”.
    It will be great to have an option to put headlines to filters.

    1. Greetings!

      At this moment, we do not offer the feature you mentioned. Nonetheless, we are actively exploring the option of adding it along with new indicators.

      I am unable to provide a specific timeline for the addition of this feature, but I have forwarded your request to our Development team for future consideration.

      We value your patience and look forward to enhancing our service for our valuable users.
      ​​​​​​​

  559. Wait for candle close?

    I’m using condition 5 mins close cross below pivot point, however, it does not wait for the 5 minute candle to close.. it enters in the middle of candle forming. Also, on 15 minute candle condition, it will enter 2-3 times (eg: 9:20, 9:25) when it should enter at 9:30

    1. Hello,

      Apologies, but I’m afraid that your message isn’t entirely clear. Could you please provide more details on what you are referring to? It would be helpful if you could share an example image for reference purposes. This way, we can better understand your query better.

      You could directly share the details via email to – [email protected]

  560. Hello Chartlink Support ,
    Can you please provide me a scanner where chart is taking a Monthly Support on level (21 and 9). in the past 2 months.

    Thanks in advance.
    Puneet

    1. Hello,

      Apologies, but I’m afraid that your message isn’t entirely clear. Could you please provide more details on “Monthly Support on level (21 and 9)”?

      It would be helpful if you could share an example image for reference purposes. This way, we can better understand your request and create a scan that meets your requirements.

  561. Hii Sir, is it possible to create a filter where stock volume was dried up for the previous 10-15 days or more than that?

  562. ADDITION IN MY PREVIOUS QUESTION

    Filter stock with volumes dried up in past or having downtrend in volume or anything that shows contraction in volume?

    1. Hello,

      Apologies, but I’m afraid that your message isn’t entirely clear. Could you please provide more details on what you are referring to? It would be helpful if you could share an example image for reference purposes. This way, we can better understand your request and create a scan that meets your requirements.

      1. actually i have made a scanner for stocks that have given breakout of my level on 1D timeframe. Now i just want to add a filter that before breakout the volume was dried (quite low) or continuously decreasing means the volumes are contracted… Can we create sucha filter?

  563. hello,
    will you please create a scanner which shows stock which has given a breakout to their resistance and after breakout the stock is retesting its breakout zone with sign of reversal on weekly time frame, you can create the same on daily and month TF or guide me to create in different TFS,

    shortly speaking I want scanner which has given breakout on weekly and now retesting \

    Thanks

    1. Hello,

      Please share a sample chart image highlighting the same so we can help create a scan for the same accordingly. Please share the image directly via email to – [email protected]

          1. Hello,

            Please note that we do not provide any scan or stock recommendations here. We provide the scan support where our user share their scan requirements and sample chart image for our reference so that we can try to create a scan for them.

            If you need help creating a scan, please share your requirements and a sample chart image, and we shall create the same for you.

        1. Hello,

          If you need help creating a scan, please share your requirements, and we shall create the same for you.

          Also, please find our tutorials,

          Scans: https://chartink.com/articles/scanner/scanner-user-guide/
          Alerts: https://chartink.com/articles/alerts/alerts-guide/

          Desktop notifications: https://chartink.com/articles/alerts/desktop-mobile-a-k-a-web-notifications/
          Web-hooks: https://chartink.com/articles/alerts/webhook-support-for-alerts/

          You can also start by reviewing our top scans here: https://chartink.com/screeners/top-loved-screeners. They contain the top 10 scans used for Intraday/Swing & short-term trading.

    2. Hello,

      Apologies, but I’m afraid that your message isn’t entirely clear. Could you please provide more details on what you are referring to? It would be helpful if you could share an example image for reference purposes. This way, we can better understand your request and create a scan that meets your requirements.

    1. Hello,

      Apologies, but I’m afraid that your message isn’t entirely clear. Could you please provide more details on what you are referring to? It would be helpful if you could share an example image for reference purposes. This way, we can better understand your request and create a scan that meets your requirements.

  564. Hello Sir/Madam,

    I am trying to make a scan for volume change in SME stocks. Watchlist is not working in SME names. Please guide.

    1. Hello,

      At this time, we do not offer support for SME stocks. Our platform exclusively supports NSE cash stocks and indices only. However, we have plans to include Other/Global stocks and indices in the near future.

  565. Please create Piotroski F Score indicator or atleast provide screener. Piotroski F Score is available on all major screeners but not available on Chartink, so please create.

  566. first take latest 15 high crossing (Daily Range = High – Low )
    the today open plus Take previous 10 days daily range and divide by 10 then divide it by 2 please help me to do this
    final look 15 minute greater than Open + ADR10/2

    1. Greetings!

      At this moment, we do not offer the feature you mentioned. Nonetheless, we are actively exploring the option of adding it along with new indicators.

      I am unable to provide a specific timeline for the addition of this feature, but I have forwarded your request to our Development team for future consideration.

      We value your patience and look forward to enhancing our service for our valuable users.

  567. Hi
    A question ; The volume parameter in the stock attributes refers to traded volume? If yes how can I get delivery volume as a stock attribute if I want to create a scanner where delivery volume is one of the scan parameter?

    1. Greetings!

      At this moment, we do not offer the feature you mentioned (delivery volume). Nonetheless, we are actively exploring the option of adding it along with new indicators.

      I am unable to provide a specific timeline for the addition of this feature, but I have forwarded your request to our Development team for future consideration.

      We value your patience and look forward to enhancing our service for our valuable users.
      ​​​​​​​

    1. Hello,

      Apologies, but your query is not very clear. Could you please elaborate a bit more on what you mean by ” to find stocks volume during pre-market (9:08 to 9:14 AM) opening.”?

      Do you only want to see the -premarket volume for stocks? Kindly clarify.

  568. hello sir
    i want to creat scan for cross for EMA in fifty what formula for it..i cant uderstand to creat..pls guide

  569. Hi Sir,

    Was trying to understand one of the scan examples. Can you please clarify if Statement 1 and 2 will give the same results. I am little confused with Statement 1 –

    Statement 1 )
    1 day ago Max ( 5 , latest Close ) < latest Max ( 20 , 10 days ago High )

    Statement 2)
    1 day ago Max ( 5 , latest Close ) < 10 days ago Max ( 20 , latest High )

    Thanks

    1. Hello Srinivas,

      Your understanding is correct. Both statements should give the same results. But for better understanding, use the second statement.

  570. How can I create a filter with text value? For e.g. I want to create a scan with certain filters on a specific sector. There is a sector attribute, but how do I specify a text value for it?
    There are other textual fields too, like Symbol, Industry etc. How to create filters on those?

    Also, is there a guide/page which describes each field in brief? For e.g., for market cap, there seem to be 2 fields, so which 1 to use? And are they in rupees, lakhs or crores?
    Is there a page which has such information for all the fields?

    Ideally, it would be nice if on the screener page itself, there would be a tooltip on each field, which gives a brief info about it.

    1. Hello Vishal,

      Explanation for sector:

      The below scan will show you all the stocks inside the pharmaceutical sector.

      https://chartink.com/screener/scan-to-access-pharmaceutical-sectors

      Note: To access any sector, you need to follow the same syntax of the above scan.

      Explanation for market cap field.

      Make sure to use the market cap, which is from legacy fundamentals. The other filter is named ‘marketcapname’, which will show you whether the stock belongs to the small, mid or large cap. The market cap is set at default in crore. The below scan will show you a market cap greater than 20,000, i.e. large cap.

      https://chartink.com/screener/market-cap-to-access-large-cap-stocks

      Explanation for tooltip:

      At this moment, we do not offer the feature of a tooltip, as you mentioned. Nonetheless, we are actively exploring the option of adding it along with new indicators. We are unable to provide a specific timeline for the addition of this feature, but we have forwarded your request to our Development team for future consideration. We value your patience and look forward to enhancing our service for our valuable users.

      In the meantime, you can check out recent updates, which will include user-friendly charts and many more new indicators.

      ​​​​​​​https://twitter.com/ChartinkConnect/status/1710878207589974477

    1. Hello NEMO,

      We apologize, but currently, we do not offer the feature of a custom-made result section, as you mentioned in your message. But this can be achieved with the atlas dashboard. Below, we have created the same. Kindly review.

      https://chartink.com/dashboard/200535

      In the meantime, you can check out recent updates, which will include user-friendly charts and many more new indicators.

      ​​​​​​​https://twitter.com/ChartinkConnect/status/1710878207589974477

  571. HAI I NEED EMA(12) AND EMA(36)…. THE CONTENT EMA 12 CROSS ABOVE EMA 36 LINE AND RETURN CANDLE TOUCH EMA 12 LINE…. ADX LESS THAN 40 ISPOSSIBLE AH SIR…

    1. Hello,

      The scan will only consider the active trading days. The scan will exclude the weekends and holidays.

  572. Dear Sir,

    I am trying to create scanner which gives the “stocks with narrow CPR for next week & next month” but i’m unable to do it.

    can you please create it ans send sir. It would be of great help and support.

    Thank You

    1. Hello,

      This can be done with the help of a custom indicator/formula. Here is an example scan for your reference:

      https://chartink.com/screener/narrow-cpr-for-next-week-next-month

      Note: For the weekly, the range is 1%, and for monthly, it is 2%. 

      To use this custom indicator, you can “Copy scan” scan & make changes. You can view the logic of the custom indicator by clicking on the purple sign(>>) next to the indicator.

      Also, you can create your own custom indicator by copying/pasting the logic from the indicator shared here: https://chartink.com/indicator

      Once you create your custom indicator, it should be visible in the dropdown list under “derived/custom indicators”. Here is a short video on how this can be done.: https://drive.google.com/file/d/1bnr1ahmajyXIpBRE69ese60sm7541-14/view?usp=sharing

  573. I am trying to create scan for stocks withing 10 % or range last close for last 60 days.
    Can you please help me.?

    Thank you

  574. Is there a way to isolate stocks from a particular sector like Nifty Bank or CNX Auto and apply the scanner to it?

  575. Hello,I want On Board Volume scenner with the condition:If today is the least OBV within last 90days(1Day time scan)

    1. Hello,

      Sorry, but your query is not very clear. Could you please elaborate more on the same and, if possible, share a sample chart image for reference?

  576. Hi team,
    Any update on the Relative strength indicator as it is being asked from past one year.
    Do you have it in the current roadmap?

    1. Hello,

      Yes, we do plan to include this and we are in process of getting this done. We will surely keep you posted as and when this is available.

      We value your patience and look forward to enhancing our service for our valuable users.

  577. sir I love scanning in stock is very setisfied in this but also need scanning in Nifty Banknifty and other option trading index,so plz if have send me feedback to mail,
    thank u

    1. Hello,

      We currently support only NSE cash stocks and indices; we have created a segment group named ‘futures’ to scan stocks traded in the F&O group. If you select futures, scanning will be done based on cash stock prices/ values.
      ​​​​​​​

  578. Hi Team,
    I’m trying to create the below filters, any help would be appreciated
    “Average 7 day Volume/Average 63 day volume”
    And I ended up creating this

    ( ( 7 days ago Close + 6 days ago Close + 5 days ago Close + 4 days ago Close + 3 days ago Close + 2 days ago Close + 1 day ago Close ) / 7 ) / ( ( 63 days ago Close + 62 days ago Close + 61 days ago Close + 60 days ago Close + 59 days ago Close + 58 days ago Close + 57 days ago Close + 56 days ago Close + 55 days ago Close + 54 days ago Close + 53 days ago Close + 52 days ago Close + 51 weeks ago Close + 50 days ago Close + 49 days ago Close + 48 days ago Close + 47 days ago Close + 46 days ago Close + 45 days ago Close + 44 days ago Close + 43 days ago Close + 42 days ago Close + 41 days ago Close + 40 days ago Close + 39 days ago Close + 38 days ago Close + 37 days ago Close + 36 days ago Close + 35 days ago Close + 34 days ago Close + 33 days ago Close + 32 days ago Close + 31 days ago Close + 30 days ago Close + 29 days ago Close + 28 days ago Close + 27 days ago Close + 26 days ago Close + 25 days ago Close + 24 days ago Close + 23 days ago Close + 22 days ago Close + 21 days ago Close + 20 days ago Close + 19 days ago Close + 18 days ago Close + 17 days ago Close + 16 days ago Close + 15 days ago Close + 14 days ago Close + 13 days ago Close + 12 days ago Close + 11 days ago Close + 10 days ago Close + 9 days ago Close + 8 days ago Close + 7 days ago Close + 6 days ago Close + 5 days ago Close + 4 days ago Close + 3 days ago Close + 2 days ago Close + 1 day ago Close ) / 63 ) >= 1.05

    Is there a shorter and easier way to do if for different time period?
    Also I want to know if we can create a filter like %change between 1 and -1?
    And filter allowing Average 7 day volume < Average 1 month volume ?

    1. Hello,

      Please find our response below:

      1) In the formula, you are comparing the volume, but in the breakdown, you are comparing the close. We have sent the dashboard for this request in another comment; please let us know if that helps.

      2) We have created the scan. Kindly review.

      https://chartink.com/screener/change-between-1-and-1

      3) We have created the scan. Kindly review.

      https://chartink.com/screener/average-7-day-volume-average-1-month-volume

  579. How to set a scan where I can set that the closing price on a daily timeframe is greater than 50 days EMA for last two months ?

  580. Hello Team,

    I need Scanner for Following. Can you help me with the Same?

    1. Inverted Head and Shoulder on Daily Time Frame
    2. High Tide Flag on Daily Time Frame
    3. Stock Coming Out of Downtrend and getting its First Pull Back on Monthly Time Frame.

    Regards

    1. Hello,

      Please find our response below:

      1) We have created the scan. Kindly review

      https://chartink.com/screener/inverse-head-and-shoulder-on-daily-candles

      Note: Not all the stock in the above scan will show you the perfect pattern. Some stocks will be in the result section because they are fulfilling all the scan conditions. Kindly ignore them.

      2) & 3 ) Please share the sample chart image for the mentioned requirements to this email ID: [email protected]

  581. How to add Nifty and Banknifty futures in watchlist. Incase futures charts not available, how to create scan and alerts for 5 minutes 9 EMA and 5 minutes VWAP crossover on Nifty and Banknifty indices ?

  582. Hello sir,
    I need help in creating two scans. Is it possible for you to create same for me, or may be could you please provide the link if there is already existing one.
    1st scan condition is :
    1) I want to scan the stocks which are doing multi-year breakouts. e.g. breakouts after 5 years, 10 years, 15 years and so on.

    2nd scan condition is :
    1) I want to scan the stocks which are doing range breakout after 5-8 years breakouts. e.g. breakouts after 5 years, 10 years, 15 years and so on.

    Basically I am a Momentum trader and want to trade which are doing breakouts based on above conditions.

    Thanks and Regards
    Aman

  583. Hello i m part of your premium membership. Request you to kindly create scan as per below mentioned requirements –
    1) on weekly or monthly time frame, find stocks that retraces upto 62%-78% of wave 1. That is scanner should find stocks that are currently doing ABC correction on weekly or monthly timeframe.

  584. Hello i m part of your premium membership. Request you to kindly create scan as per below mentioned requirements –
    1) MACD line and signal line both hover near zero line for long period say 1 month or more. U can say consolidation phase or sideways phase. Also MACD line and signal line should be narrow to each other and zero line.

  585. Hello i m part of your premium membership. Request you to kindly create scan as per below mentioned requirements –
    1) on Weekly timeframe, solid green hiekin ashi candle above 50 ema. 50 EMA should be rising i.e. slope of 50 ema should be up.
    2) On daily timeframe, neutral hiekin ashi candle above 50 EMA . Color of neutral candle not matter. Be it green or red. 50 EMA should be rising i.e. slope of 50 ema should be up.
    3) On hourly timeframe, Solid Green hiekin ashi candle formed doing fake break down of 50 EMA line.
    4) On hourly timeframe RSI should be greater than 40
    5) on hourly timeframe, stochastic should be doing positive crossover
    6) On hourly timeframe, ADX should be rising and above number 15.

  586. I want to Super Trader please guide how to help chartink. How to identify best option & short term share list please guide.

    I want to subscripe prime chartink

    1. Hello Lokesh,

      Please note we do not provide any recommendations for scans or stocks here. We only provide a platform where traders can create scans and dashboards based on their strategy and filter out stocks that meet specific criteria.

      We provide dedicated scanner support only to our “premium members,” allowing you to send your scan requirements and create and share the scan with you.

      You review example scans or create your own scan by following our scanner guide here. Please note, Entry and Exit are totally up to you and your careful observations.

  587. hello sir i want a scanner of “last 20days close above last 20days 20sma” and “last 20days 20sma in uptrend”

    1. Apologies, but I’m afraid that your message isn’t entirely clear. Could you please provide more details on what you are referring to? It would be helpful if you could share an example image for reference purposes. This way, we can better understand your request and create a scan that meets your requirements.

      Please share the image on this email ID: [email protected]

      1. Apologies, but I’m afraid that your message isn’t entirely clear. Could you please provide more details on what you are referring to? It would be helpful if you could share an example image for reference purposes. This way, we can better understand your request and create a scan that meets your requirements.

  588. I’m trying to build a scanner with %K crossing over %D with settings as stochastic(55,34,21) in trading view. But when I give the same settings in chartlink, the values are very different. Please help?

  589. Please help me to create below scanner:-
    Setup Scan:-
    1. NSE stocks only
    2. Average Volume of 20 and 100 days > 10 Cr
    3. 20 MA is above 50 MA
    4. Price > 50MA and 50 MA should not be trending down for a month
    5. Price > 50 MA minus ATR(50)
    6. Price >100 MA or 200MA
    7. ATR(50) >=3 or stock part of Nifty(200)
    8. Price GAP Oscillator of 20 days and 50 days should not be more than 2.5
    9. (ATR(1) < half of ATR 5 or ATR 20 or ATR 50) or (Candle is an inside bar and ATR(1) < .75% of ATR 5 or ATR 20 or ATR 50)
    10. RSI (7) <60

  590. I want to filter = leatest close greater than ( 52 week high +52 week low ) devided by 2 एंड leatest day मे price minimum 2% ऊपर हो

  591. please create scanner –
    Hidden or reverse divergence scanner
    i)price making higher high on daily timeframe
    ii)MACD making lower low on daily timeframe
    iii) RSI making lower low on daily timeframe

  592. Hi Team,

    I have been going through all the post since 2021 (Thanks for your good work) and hoping that I would get scanner for me. I have tried to create but it didn’t work.
    This formula scans for ascending and descending triangle patterns. The conditions for each type of triangle pattern are as follows:

    Ascending Triangle Pattern:

    // Ascending Triangle Pattern
    ((HIGH – LOW) / CLOSE) * 100 >= 5 AND ((HIGH – LOW) / CLOSE) * 100 <= 30 AND (HIGH – CLOSE) <= 0.05 * (HIGH – LOW) AND (CLOSE – LOW) = 5 AND ((HIGH – LOW) / CLOSE) * 100 <= 30 AND (HIGH – CLOSE) <= 0.05 * (HIGH – LOW) AND (HIGH – CLOSE) <= 0.05 * (HIGH – LOW)

    The height of the triangle (high – low) as a percentage of the close price is between 5% and 30%.
    The distance between the high and the close price is less than or equal to 5% of the height of the triangle.
    The distance between the high and the close price is less than or equal to 5% of the height of the triangle.

    https://chartink.com/screener/ascending-triangle-pattern-30

    1. Hello Satish,

      Based on your provided input, Below i have created a scanner for you, Kindly review –

      https://chartink.com/screener/ascending-triangle-on-daily-time-frame

      Please be aware that our platform does not offer a feature automatically tracks the previous swing high or low following pattern. To achieve results aligned with this pattern, We utilize the ‘max’ and ‘min’ functions with adjusted percentages. Additionally, it is essential to specify a fixing candle period. While this approach may result in the potential to miss certain stocks, it currently represents the closest approximation we can provide. I hope the logic provided below proves helpful.

  593. Hi Team,

    Can I have a scanner where stock is taking good support getting reversal from Camarilla S3 and reversal from H3 camarilla ?
    looking for separate scanners for S3 and H3 reversals
    Daily
    Weekly
    Monthly

    If there are existing scanners available for above conditions, please do share the link.

  594. Dear Team,

    I am looking forward to a scanner with following attributes, if you can kindly help:

    Daily 3 WMA crossed above 5 WMA

    OR

    Daily CCI14 value crossed above 110
    Daily MFI 14 value crossed above 68
    Daily RSI 14 value crossed above 68

    OR

    Both condition satisfied.

    here is the link of what I made a basic version of it but I am unable to make the either /or conditions for both the attributes

  595. Hello team,

    Please help in creating a screener for

    1. An inside bar for the past 2 or 3 days continuously.

    2.For the past 10 days there should be at least 2 or 3 days of an inside bar

  596. Hello team,

    Please help me creating a screener

    1.Inside bar for past 2,3 and 4 days continuously
    2.Two or three Inside bars for past 10 days

    1. Hello,

      We have replied to the same requirements that you raised earlier in another comment. Please let us know if you need any modifications.

  597. I have scanner which is required to list stocks in 5 min time frame close above previous day high and it should be green candle with solid body

  598. Can you help me to create a scanner with these conditions
    1. narrow cpr where TC,BC and Pivot are one above the other with TC ON top
    2. adx in 15 mins time frame (adx – 8, +DI – 13) should be above 25
    3. Prive should close above previous day high with solid body
    4. super trend (10,3) should be green
    5.Volume should be more that 5lakhs

  599. Hello Team,I’m trying to create a screener .but not able to make it
    condition
    1.Inside bar for past 2/3 days
    2.Inside bar range .06 or .07,0.20

    please help me with this.

  600. In dashboard, Along with stock name, I want alert time to be visible as well, I am not able to achieve it. Could you please assist. Thanks.

    1. Greetings! At this moment, we do not offer the feature you mentioned. Nonetheless, we are actively exploring the option of adding it along with new indicators.

      I am unable to provide a specific timeline for the addition of this feature, but I have forwarded your request to our Development team for future consideration.

      We value your patience and look forward to enhancing our service for our valuable users.
      ​​​​​​​
      Note: The alerts can only be set on the scan. Also, any stock that you can see in the column section fulfills your scan conditions in the current time.

  601. How Can one specify exact time for 30 minutes candles – e.g. If i want stock with high volume in previous day’s 3:00 PM to 3:30 Pm, how can we code it in chartink scanner?
    Same way is it possible to get stock filtered / scanned based on specific date and time criteria? If yes how?

Leave a Reply to Shahjahan Cancel reply

Your email address will not be published.