Simple script which calculates and shows the average change in a percentage format over a 14-day period. Created due to the fact I couldn't find a percentage measure of average change when searching for it. I have very little coding experience in Pine or otherwise so feel free to take and edit the script to make it a bit more user friendly.
Library "Averages" Contains utilities for generating averages from arrays. Useful for manipulated or cleaned data. triangular(src, startingWeight) Calculates the triangular weighted average of a set of values where the last value has the highest weight. Parameters: src : The array to derive the average from. startingWeight : The weight to begin...
A script to calculate a support / resistance level which acts as either a bounce level or a flip level. This is rather a macro play guide than a day trade tool. The average is calculated by taking into account monthly/weekly/daily highs and average them out. The script also paints fib levels based on the values of the upper and the lower band. While this was...
Average lines on parametric period and default 10,20,50,100.
This is an indicator with 4 moving average slots and 6 exponential moving average slots It also has bollinger bands and a volume weighted moving average slot Feel free to edit this and add/remove some and publish your own
Pretty simple here - this is the base EMAs I suggest most traders use in the FOREX market for swings and scalp trading. Works well on 5m, 15m, 1H, 4H, and daily trading if you design an edge to interpret the relationship these averages of price are telling you. The 9EMA is not as valuable on the 1HR timeframe.
Shows the price of BTC on multiple exchanges, helps to see which is leading in price and if the current price is above or below average. For use on COINBASE:BTCUSD unless you customize it To use on other platforms (Bitfinex, BitMEX, etc) go to options and enable "Show Coinbase" then hide whatever exchange you're currently on. To disable exchanges, uncheck them...
This is plots the indicator developed by Andrew Abraham in the Trading the Trend article of TASC September 1998 It was modified, result values wass averages.
SMA/EMA 12|26|50 Exactly as title says SMA is bold EMA is light Orange 12 Green 26 Blue 50
This indicator plots the moving average described in the January, 1998 issue of S&C, p.57, "Smoothing Techniques for More Accurate Signals", by Tim Tillson. This indicator plots T3 moving average presented in Figure 4 in the article. T3 indicator is a moving average which is calculated according to formula: T3(n) = GD(GD(GD(n))), where GD - generalized...
A script which plots 3 simple moving averages in a single indicator. Default periods are 50, 100, and 200 - all configurable via script inputs.
Be vigilant to the levels used by swing traders trading on weekly and monthly charts. Often they use SMA with periods of 3,5,8.
For easy one on/off clicking. Don't waste your time clicking multiple times.
This indicator calculates 3 Moving Averages for default values of 13, 8 and 5 days, with displacement 8, 5 and 3 days: Median Price (High+Low/2). The most popular method of interpreting a moving average is to compare the relationship between a moving average of the security's price with the security's price itself (or between several moving averages).
This indicator calculates 3 Moving Averages for default values of 13, 8 and 5 days, with displacement 8, 5 and 3 days: Median Price (High+Low/2). The most popular method of interpreting a moving average is to compare the relationship between a moving average of the security's price with the security's price itself (or between several moving averages).