Scan stocks that have opened Gapup OR Gapdown from their yesterdays close. A stock passes these filters if it has opened 3% higher OR 3% lower when compared with its previous day close.
Updates, Tutorials & News
Scan stocks that have opened Gapup OR Gapdown from their yesterdays close. A stock passes these filters if it has opened 3% higher OR 3% lower when compared with its previous day close.
working perfect
sir i am in a problem
how can i find stocks which is having a movement of less then 1 percent in a days 1st 15 min candle
pls make a scanner for it pls pls pls ……
Below is your scan:
https://chartink.com/screener/movement-of-less-then-1-percent-in-a-days-1st-15-min-candle
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.
your example at volume open hi/lo run too fast for me a new/novice user
Sure, below are a few scans for the same:
https://chartink.com/screener/current-5-minute-volume-greater-than-previous-40-five-minute-candles
https://chartink.com/screener/latest-vol-than-1st-75-minutes-of-past-5-days-4
https://chartink.com/screener/volume-greater-than-avg-of-last-10-5-minute-candles-by-200
I am using your premium subscription. i need some screener please provide (1) which show stock gap up/ gap down more than 3 percent. (2). stocks above/ below 52 week high/low and also stock above life time high/low .(3) today volume is equal to 10 day average daily volume . (4) today volume is 1.5 times of 10 day average volume
Thanks
Can you please email us at [email protected] and we shall email you the scan.
how to use filter gap down and gapup for nifty50 index?
Below is an example scan for stocks opening 2% of higher from previous days close:
https://chartink.com/screener/stocks-opening-gap-up-by-2
Hey i also want same screener i have your premium subscription
Sure, you may share your scan requirements at [email protected]
Could you please explain what AccDist filter is ? It would help to if there is document on what each filter is , if possible.
Sure, hope this helps: https://www.investopedia.com/terms/a/accumulationdistribution.asp
How to set an alert when particular stock reaches a price?
Hello,
Currently, the only way to do this is to run the scan against the watchlist with the stock in it. You can create a watchlist here: https://chartink.com/watchlist/create).
Below is an example scan for a stock crossing above 1500.
https://chartink.com/screener/current-5min-close-crossed-above-1500
Hlo sir I am a premium subscriber of chartink please tell me how can we set auto stop loss of a stock open price in trading with the help of chartink
Hello,
We have Webhooks for API that you can use to trigger events in your system, https://chartink.com/articles/alerts/webhook-support-for-alerts/.
Note that automating trades with webhooks requires some programming logic to incorporate our webhooks within your application, which already uses APIs 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 requests to receive 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, adding in our “webhook URL” field within the alert form. Alerts will make an HTTP POST request to the URL you have specified along with the data corresponding to the alert.
Also, I’ve come across two open-source projects on Github to auto this workflow:
https://github.com/bogadib/chartink_kite_amo_mean_reversion
https://github.com/sumit12dec/algoconvention
I hope this helps.