Strongest Supports And ResistancesDraws the best support and resistance lines. How it works:
1) Tries every possible line through lows, highs, opens, closes
2) Finds the total hit counts given the confidence interval as input to the candlesticks
3) Calculates the strength of every line according to hit count, total volumes on hits, and timestamps
4) Eliminates similar lines, confidence interval is set as input
5) Selects the strongest 20(changable as an input) lines and draws them on the graph.
Makes your work way easier!!!
Feel free to adjust the parameters for your own style!
Cheers!!
Ressistance
Support and Resistancewhat is "Support and Resistance"?
it is a support and resistance indicator.
what it does?
it draw support and resistance zones on the chart.
how it does it?
It determines the zones where the price leaves with a big candle after going horizontal for a while as support or resistance zones according to the price movement direction. while doing this, it compares the size of the candles and the elapsed time.
how to use it?
Red zones represent resistance and green zones represent support. You can buy in the support zone or sell in the resistance zone. my advice is to make your own interpretation by taking into account the price movement with different indicators. they are considered useful if there is a closure beyond the zones. otherwise, they continue to be shifted to the right.
notice: As new zones are created, old ones may disappear. so it might be wise to draw boxes using drawing tools where the old zones are.
Support and resistance are very important concepts for technical analysis. so I am thinking of updating and improving this indicator many times in the long run. but I couldn't wait long to post it.
examples:
IZCI [xaurr]Yet another trailing stop loss script, using optional percentage or atr values to follow the last price.
Green area: bullish , long
Red area: bearish, short
IZCI means trailing in Turkish.
If you find it usefull, please like it.
Good Luck :)
Fibonacci Pivot Points [xaurr]This script is the enhanced version of my previous script Ath Atl Fibonacci Pivot Points
It has standart fibonacci pivot points with auto time frame, you can also choose custom time frame too.
Good Luck!
Ath Atl Fibonacci Pivot Points [xaurr]This script draws fibonacci support and ressistance lines according to all time high and low values.
Auto-SupportFairly simple script that automatically draws highs and lows for the past X periods at various intervals.
3 Settings :
"Sensitivity" which amounts to the horizontal separation from one high to the next high (default multiplicator : 10)
Variable "b" which is the HEX color for resistances (default : red)
Variable "c" which is the HEX color for supports (default : blue)
More HEX color codes on www.hexcolortool.com (not my webpage :)
Feel free to edit the script to your taste.