Horizontal 200 Week SMAfor horizontal level traders that don't want to disregard the 200 week SMA.
Plots a horizontal line for the latest 200 week SMA value in lieu of a wavy line.
Open the indicator's settings and check the "Price Line" box for max visibility
Sma
MA Crossover TypeDraws the up and down crossovers of a specified MA Type.
# Inputs
- MA Type: "sma", "ema", "swma", "vwma", "wma"
- Length >=1
- Source
- Offset >= 0
- Show cross Up?
- Show cross Down?
# Open Source
The code is open source @ github.com and uses the commonpine library github.com
5 Moving Average (Simple / Exponential)Defaults to 1 SMA with 4 EMA bands. 200 SMA is intended to show the trend; 20,40 and 55 EMA show entries; 81 EMA is used as stop/take profit. Defaults are inspired by 'Eric Choe' but you can switch between EMA and SMA as per your own preference. Philakone uses all 5 as EMA 8, 13, 21, 55, 200
MA TypeAdd your MA Type.
# Inputs
- MA Type: "sma", "ema", "swma", "vwma", "wma"
- Length >=1
- Source
- Offset >= 0
multiple SMA EMA BB full mod + timeframeyou can add as much SMA EMA BB as you want by editting the source code
just remove the // from the indicator code
Priceit plots
ema - you can choose length
it plots a custom price say x
it plots price x*factors >
1.0005* price
1.001* price
0.9995* price
0.999* price
1.002* price
1.004* price
1.006* price
1.008* price
1.010* price
1.012* price
you can edit these , the scrip is open source
it plots ohlc4 and ohlc4* factors
1.0005* ohlc4
1.001* ohlc4
0.9995* ohlc4
0.999* ohlc4
you can edit these , the scrip is open source
Meister Shredder - Simple Moving Averages x4 ForecastIncludes the 21, 50, 100 and 200 SMA and 6 bar forecast
Multi-period Simple Moving Average trenderA plot of 6 SMA's grouped by 3's for short and long views of trading patterns.
MA CrossA simple configurable MA Cross (3 MAs) script. You can choose between SMA and EMA , you will get arrows up or down when MAs cross each others. The arrows have different transparency and length parameters so you can easily identify them:
- small arrow and the most transparent for fast and medium MA crosses
- medium arrow for fast and slow MA crosses
- long arrow with no transparency for medium and slow MA crosses
Default values that can be changed:
- MA type = EMA
- Source for all MAs = close
- Fast MA length = 20
- Medium MA length = 50
- Slow MA length = 200
I plan on adding feartures overtime.
Quad Moving Avarage-Ichimoku Cloud-ALMA-Bollinger BandsAll-in-One
Ingradients:
* Ichimoku Cloud,
* 2 Simple Moving Avarage (SMA),
* 2 Exponential Moving Avarage (EMA),
* 2 Arnoud Legoux Moving Avarage (ALMA),
* Bollinger Bands and
* Volume Based Colored Bars (developed by KIVANÇ fr3762).
Compiled for limitations. Thank you.
SMA over-MTF (Tsma=time SMA)not something fancy but easy tool to see where the coin exist
I create MTF SMA line (tsma) blue color line -you can change the length by using int2 to any min frame that you want (here its 240 min tsma over 30 min graph)
and crossing of regular speed SMA will make us the color signals
easy to help you to see where the coin exist and to avoid stupid longs or shorts
DiNapoli Displaced Moving AveragesDisplaced Moving Averages as described in the book Trading the DiNapoli Levels
using displaced SMA:
3x3
7x5
25x5
Magnus Simple Moving AveragesThis just adds 7 moving averages in one indicator to your chart using the sma
For now you can just change the size of the lines.
Simple Trend Following StrategySuper simple short/long entry signal strategy based off the one used by the "Turtles" with 4 simple moving averages rolled into one indicator.
400 Day Simple Moving AverageAlways shows the 400d simple moving average, regardless of currently-shown timeframe.
Moving AveragesThis script plots three moving averages and allows the user to toggle between 'simple' and 'exponential' averaging.
Multiple Simple Moving AveragePretty simple, just gather the MAs together. You don't need to set them again and again. Never worry about the 10 indicators per chart limitation.