Click here to Login

LiveZilla Live Help
LiveZilla Live Help
Trading Software Trading objects Features How-to Blog Search



Support and resistance lines based on N-Minutes high/low of a trading session

by Caleb, 175 days ago
Share |






Based on the first N-minutes of a trading session, this technical indicator creates a support and resistance lines for each trading session.
The first line corresponds to the high of the first N-Minutes and it is plotted for the rest of the day. The second line corresponds to the resistance and it is calculated by measuring the low of the first N-minutes of a trading session.

The number of minutes should be passed as an argument to this function.
Example:
a = FirstMinutesHL(60);

Draw a resistance and support line based on the highest high and lowest low of the first trading hour.

A trading strategy that enters a long position if a stock breaks its 30-minute resistance line after at least 1 trading hour can be implemented as follows:
buy = cross(low, FirstMinutesHL(30)) and hour() > 11;

Note that besides plotting two lines, this function returns the resistance line values if you specify a positive number of minutes and it returns the support line if you specify a negative number of minutes (The function will take the absolute value to complete the internal calculation).

Example:
a = close > FirstMinutesHL(60); // Price above the 1-hour resistance line
a = close < FirstMinutesHL(-60); // Price below the 1-hour support line



Share This ->
Share |


You have to log in to bookmark this object
What is this?
Additional Information




Type: Trading Indicator

Object ID: 997


Country:
All

Market: All

Style:
Technical Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects
Show All
SafeZone Stop (by Brian Brown, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 29 Notes Report an item
Murrey Math Lines Indicator (by Patrick Fonce, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 4 Notes Report an item
Relative Momentum Index (by Brian Brown, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 13 Notes Report an item
Analyst Rating (Yahoo Historical Buy/Sell Recommendations) (by Stefan Kroscen, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 13 Notes Report an item
Analyst Rating (by Stefan Kroscen, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 10 Notes Report an item
Estimation of the Hurst Exponent - Trading Indicator (by Brian Brown, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 27 Notes Report an item
Detrended Price Oscillator (by Brian Brown, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 15 Notes Report an item
Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

Buy the best/top rated stocks or how to create powerful rank based trading systems

Ranking stocks based on their correlation with the S&P 500 Index

Creating Stock & Market Short Interest Ratios using Historical Short Sale Data

Select the best ETFs combination to maximize your return and reduce your investment risk

How to turn any ordinary trading strategy into a very profitable one

Charting & Scripts - Manage stock charts using the global script

Trading System: Buy Stocks based on their Sharpe Ratio Rank

Creating and managing notes for your stocks

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2012 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items