Comparison of two trading instruments using the indicator. Visual comparison often does not provide complete information. The scale and amplitude of the fluctuations of the two trading pairs are very different. Therefore, it is better to compare indicators from these pairs. I have used for this purpose, the speed indicator of price movement wt. The red line is the...
I compared custom median (using the sorting solution by @apozdnyakov) with built-in median (using percentile_nearest_rank function) If you see the zero line this means the solutions give the same results. The best results was achieved on the odd lengths. Conclusions: 1) Do not try to reinvent the wheel. 2) Always check the Pine Script docs to find already...
This indicator allows to compare the performance (% change) of a given symbol with the larger market ( AMEX:SPY ) and/or with a custom symbol, which defaults to AMEX:XLK (an ETF tracking technology companies from the S&P 500). The performance for the current symbol is displayed as a blue histogram, while performance for the AMEX:SPY and the custom symbol are...
This script displays another symbol along the current symbol (the other symbol defined in the inputs) with the average difference between the two symbols added. Can be used for example to show the projected price in a current exchange by way of adding the average to another exchange/composite of exchanges. Stub category as TV insists on one and I can't find...
This script allows you to input 2 different coins and plot % changes against each other. Look Back is adjustable to account for different time frame windows. Default is 1, so each line will be graphed on a 1:1 ratio with the candle period selected on the chart. raising this number to 24 will plot the change across every 24 candles and so on. It's pretty...
Relative strength is a calculation of the price trend of a stock or a financial instrument in comparison to another instrument, stock, or industry. It shall be determined by taking the price of one commodity and dividing it by another. Relative strength is a strategy used for determining value stocks and is used in momentum investing as well. It involves...
This is a modification of my Rate of Change Percentile script, used to compare the current ticker (e.g. Altcoins) to BTC. Essentially we are looking at (Current Ticker ROC percentile) vs (Bitcoin ROC percentile). In other words, we are using the ROC value of both the current ticker and BTC, and ranking each based on their previous ROC. We compare the...
Library "Swiss_Pine_Libra" TODO: I am making this library public as I am going to be posting some more scripts. This library is going to be used as a Utility Library for my scripts and will be updated to add functions I find useful. Anyone is free to use it how they want but keep in mind these functions will be built for my use. Currently I have 3 functions, a...
Market: Stocks and ETF's This overlay shows the deviation of the exponential moving average of the mid candle price of the currently loaded chart, away from the exponential moving average of the S&P and DOW combined and averaged mid candle price. The top and bottom lines also give a visual perspective of what a certain percentage (default 1%) looks like on the...
This indicator is to be used only by the values it gives back, don't use the lines . In "current week days" choose number of days that already BEGAN this week (ex. on Wednesday type 3) Green1 - Current Daily Range Orange1 - Average Daily Range Green2 - Current Weekly Range Red1 - Average Weekly Range Orange2 - Today's price movement compared to the average...
Compares BTC volume vs USD volume overtime Best used on 4hr timeframe. Not really some crazy alpha but good overview/statistic to keep track of. (make sure to use on XBTUSD pair since it isnt using security calls to call the data) Enjoy!
This will plot your choice of OHLC (or any of the averaging choices) of the current candle compared to the previous candle. For example if you choose "high" for the input and set the chart to daily, you'll see the currently daily high vs the previous daily high. Green candle represent a higher high and the length of the candle represents how much higher. Red...
Adjust time, length, visibility, colour. SMA and EMA can use different time resolution. This is version 1 aka work in progress.
Easy to use RSI and Stoch Setting Menu has an option to toggle the RSI and Stoch ON and OFF for your own preference. Great for reducing clutter when comparing oscillators, while giving the ease of use to just click the toggle option instead of having to find and reset your indicator settings. Colour schemes adjustable in Settings Menu for personal taste.
When running MACD, it can be useful to compare the value of the MA difference to other values. In other words, is a particular stock or futures contract at a more extreme MACD value than another. This can be done by dividing by the price, however, that doesn't adjust for volatility differences. Using ATR, one can adjust for price and volatility at the same...
Early version of a script to compare one currency against multiple to get an index. Default values loaded basically make something along the lines of, "USD global exchange rate" I plan on making this less clunky/messy in future with respect to the coding and the user inputs. Works 100% right now though.
This script allows you to specify a security to overlay on your chart when viewing a certain symbol. The line will only show on that symbol, change symbols and it will disappear. I found that adding more than 4 lines will slow load time significantly, however if you can code it to be faster please let me know! All credit to @gyromatical, a good samaritan.