Multiple (5) Simple Moving AveragesThis indicator was made to allow five simple moving averages to be displayed without needing to use up 5 charting indicators individually
Basit Hareketli Ortalama (SMA)
SMA's for Daily (7 Week//49MA, 30Week//210MA, 55SMA)SMA's for Daily (7 Week//49MA, 30Week//210MA, 55SMA)
Paratica Binance ViewMost of cryptocurreny traders have a Binance account. And when you log into Binance App you see 3 moving averages default. They are 7, 25 and 99. You can see price chart with all Binance Users view. So it is very powerfull to analyse parity.
MA/EMA/SMA JumboMultiple moving averages, can choose between EMA and SMA, if some MA not required the deselect in style.
Finite Impulse Response (FIR) FilterFinite Impulse Response (FIR) Filter indicator script.
This indicator was originally developed by John F. Ehlers (Stocks & Commodities V. 20:7 (26-31): Zero-Lag Data Smoothers).
NOTE: Ehlers' favorite FIR filter had 1, 2, 3, 3, 2, 1, 0 coefficients.
Sundays Suck for Bitcoin - Daily StrategyBitcoin tends to have bad Sundays, so this strategy just sells on Saturday, and buys back the next Wednesday if the price is kinda going up!
(Its Jonnys first script, so is this really just published for people looking for simple code to learn from :-)
(The strategy works best if you set your chart time period to 1 day.)
Multi Indicators v1 - 20 50 200 EMA/SMA, Bollinger Bands, VWAPMulti Indicators v1
20 50 200 EMA/SMA, Bollinger Bands, VWAP
These can be turned on and off
I'll be adding to this multi indicator in future updates
Moving Averages Bundle (EMA/SMA)Ver.4 (4/25/18)
EMA and SMA indicators ALL in one!
Default: SMA (20, 50, 100, 200) or EMA (8, 13, 21, 55)
Save your TV indicator use counts by using SMA/EMA
Functionality all in one indicator:
1) Toggle between Exponential or Simple moving averages.
2) Customize and or input your very own MA's by simply changing the input options from default.
3) Change color combos.
4) Turn off/on only the SMA/EMA's that you require.
Binque's Stop Loss IndicatorBinque's Stop Loss Indicator is a great way to visualize a trailing stop loss based on a percent from the high. i.e. If the high was $10 of a trading day and your stop loss was set at 5% (percent) then your chart would show a small dot 5% below the high of the day. This is a great way to quickly see a trailing stock idea. Change the color to match your back ground. Adjust your trailing stop loss to fit your trading style.
Note: This indicator is calculated off of the daily high.
5MAShowing Multiple Moving Averages (5 MAs) in one 1 indicator. Very useful if you're still using free version of Trading View
5 Moving AveragesShowing Multiple Moving Averages (5 MAs) in one 1 indicator. Very useful if you're still using free version of Trading View
KK_Traders Dynamic Index Higher TimeframeHi Guys,
I was asked to create a script that can access TDI values from higher timeframes - here it is.
You can choose the timeframe in the settings just put the following there:
Weekly - W
Daily - D
4h - 240
1h - 60
...
This only works for higher timeframes than the one you're currently on.
I whish you all good luck trading!
Best regards
KK
Sharp Modified Moving AverageSharp Modified Moving Average indicator script. This indicator was originally developed by Joe Sharp (Stocks & Commodities, V.18:1, More Responsive Moving Averages).
Awesome Oscillator with AntiStep CorrectionHere is the well-known Awesome Oscillator (AO), which I use to present the real purpose of this post: a function that provides step correction for simple moving averages (SMAs).
We all know that any indicator based on moving averages lags real-time movement. Normally this is fine, but just after large ("step") changes in level, the pre-step values that are still within the SMA window cause the result to falsely reflect continued movement, even when real-time values remain flat.
To counter this, when a step change of a configurable size is detected, I temporarily shrink the SMA window size to include only those values occurring since the step change, and then allow the size to increase to normal length as we move away from the step change. This is accomplished within the antistep_sma() function.
Note that this will cause SMAs of different lengths (e.g. those used in the AO) to be temporarily equal, until the shorter of the two reaches its normal size and begins to leave the longer one behind again. You can see this above, where the AO, which is the difference of two SMAs, goes to 0 immediately after a sufficiently large step change--configured to 0.5% in this case.
C320up Strategy Tester Start TimeC320up Strategy Tester Start Time
This is a little snippet you can paste into your Strategy to set the testing start date and time.
It is not a Strategy per se, though is an example with the timestamp script included.
Instructions are fairly straight forward, and are listed in the script.
If for some reason you also wanted an end date, that too is possible. Just leave a note in the comments.
Disclaimer: We searched for a similar script on TV, and could not find anything at this point in time.
You can set your preferred date and time in the input section of the settings.
Enjoy!