This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
This scanner analyzes your securities looking for the set up that will allow you to trade the pivot point breakout system explained below.
Criteria:
- Security closed below the pivot point level of tomorrow
- Range between S1 and S2 is higher than 2%
Pivot point levels for tomorrow session are calculated based on today high, low and close prices.
The QuantShare formula for different support and resistance levels is as follows:
Range = (high - low);
PP = (high + low + close) / 3; // Pivot Point
R1 = 2 * PP - low; // First resistance
R2 = PP + Range; // Second resistance
R3 = PP + Range * 2;
R4 = PP + Range * 3;
S1 = 2 * PP - high; // First support
S2 = PP - Range; // Second support
S3 = PP - Range * 2;
S4 = PP - Range * 3;
The current screen is using only three variables: PP, S1 and S2.
After you get the list of stocks or securities that passed the criteria, you can implement the breakout system by monitoring these securities and entering short when the price closes below the support line S1 (breakout). Exit your position when the price reaches the second support line (S2). Place a stop order few points above the first support line (S1).
This screen displays two additional columns:
PP: Pivot point level
Range: The distance in percentage between S1 and S2
You can display the different pivot point levels on an intraday chart by using the following function: Floor Traders Pivots