WMA DynamicDemonstration of a new feature that allows to change lookback period dynamically, used with WMAs. Rather than WMA any one can be used here (SMA, Alma,...) as long as its second argument supports dynamic change. If not, you have to use your own implementation of MA.
Sma
HM systemBlank line is RSI (9 days) line
Green line is EMA (3 days) line
Red line is WMA (21 days) line
when RSI EMA line above 50 & WMA is below both ,it is buy signal
when RSI EMA line below 50 & WMA is above both ,it is sell signal
MA Cross - Multi-Timeframe The MA cross is probably one of my favourite strategies because of its simplicity but it often gets overlooked for more complex strategies.
The original author of this script is ChartArt, I have just added some extra controls and functions which are outlined below. I would just like to add that this is my first published script, everything I have learned about coding has been from studying and tinkering with many of the publicly available scripts on TV so I would like thank all the authors who give out this knowledge so freely!
Updates
- Converted to v4
- Made some graphical changes and provided more control over plots
- Added RMA and VWMA
- Added alerts
Original script can be found here
HL MAsMain features of this script are:
* To show always highest and lowest value from given Moving Averages of certain intervals (30min, 1h, 2h, 4h. 6h, 12h, 1D, 3D, 1W to choose from, multiple choices are possible and desired).
* It also draws the middle line made of highest and lowest MA lines.
* If you would like to see all the MAs to see how its working you can turn them on from the scripts options ("Show all MAs").
* You may switch between SMA and EMA.
* You may set the length of which MAs on all set intervals will be calculated.
* The plus of using this is also that no matter what interval you have on chart, you will always see MAs from set up intervals, so lines will be always in the same places on chart.
ps. This script is invite-only for the members of our trading group (info in signature, group is free of charge).
Golden Triangle StrategyGolden Triangle strategy setup is a variation of the buy-the-dip strategy, by Charlotte Hudgin.
You can find the detailed explanation here by Thomas N. Bulkowski thepatternsite.com
BUY
===
1. price should be trading above sma50
2. when it touches sma50 first time , check the starting rallypoint of where it initiated
3. from the above point to current close , see if you have white space , then draw the triangle
4. then check for volume confirmation ( current volume should be greater than last 4 ) --- I have slightly changed this to fit into hourly strategy by adding condition close>vwap
EXIT
====
1. Exit when close crossing down sma50 with at least 2% profit (slightly modified original condition)
StopLoss
========
2. stop loss is set to 6%
Warning
=======
For the use of educational purposes only
CC - Candle Momentum IndicatorA simple VWAP and SMA smoothing on the candles along with some momentum coloring. Basically, if the "slider" is slid all the way up and it turns red, moving down or losing volume t's probably going down. If it's all the way down and starts turning green, getting bigger and seeing volume, it's probably going up. this is a prototype indicator that I plan to extend using arrays and averages if it is seen as something useful.
GMS: The OscillatorThis is my version of an RSI. Basically treat it the same way, but needless to say there's a few more things going into it than just the closing price.
The color of the line is based on my HAMA JAMMA indicator so they could be used in conjunction to help pick potential trend reversals in either direction, overbought and oversold levels will turn the line yellow.
The "Make that a combo?" selection will change the curve and make it more sensitive to sharper price movements.
This works on any time frame as well as any bar type, although for certain bar types you'll probably have to tweak the settings to see what works.
I hope it helps,
Andre
Every single moving average (ALMA, EMA, HMA, KAMA, RMA, SMA...)So you may be looking at the graph and thinking "this is a mess", and I agree.
The purpose of this script is to plot in the same graph every single type of moving average that I could think of, so you can find the ones that are better for your timeframe and for your asset. Once you add it, disable those types that doesn't seem to serve your purpose, until you can select one you like.
The average types are: ALMA, EMA, HMA, KAMA, RMA, SMA, SWMA, VIDYA, VWAP, VWMA, and WMA. Each one is ploted two times (except SWMA and VWAP), one with a short period, and another with a long, both of which you can configure.
7 EMA 3 SMA with nameplatesScript provides 7 EMA (5 20 50 100 200 500 1000), 3 SMA (200 500 1000) with built-in nameplates for easier navigation. Different colors and widths from the start just to make your initial tuning a bit easier.
Based on Bubsan and Silkheat multicombo, heavily modified, but still huge kudos to guys for the base code.
Modifications: lengths adjusted, on-chart nameplates added, 2 EMA's added, SMA's reduced, static SMA's deleted.
GMS: HAMA JAMMAThis is my version of HAMA candles, I just wanted more out of the original indicator. So now with this one you'll be able to pick which MA you want as well as it's length.
MA's included are: SMA, EMA, WMA, HMA, VWMA, & Linear Regression.
The line at the bottom represents a slightly firmer grasp of the trend relative to the HAMA candle colors. Basically it will help to filter out potentially weak signals. *It is not price support*
Tip: Be sure to turn off the border color in the settings, it will help the colors to pop.
Hope this helps,
Andre
Simple SMA Strategy Backtest Part 5Simple SMA strategy
In this stream, we will create an intraday trade cap.
WARNING:
- For purpose educate only
- This script to change bars colors
Stream:
www.tradingview.com
WR Robo Level 1FCPO trading robot alert is based on one of the popular WR Level 1 Technique strategy.
This alert is suitable to used by personal who are understand WR Level 1 Technique.
The script will identify candle that is touch SMA line and trend candle (in direction of Long or Short) to determine either to go with Long or Short entry.
Once entry is confirm, script will popup one label with detail of Long Entry Condition or Short Entry Condition.
This is an example of Long Entry Condition :
This is an example of Short Entry Condition :
Recommended Chart Settings:
Asset Class: FCPO Active Contract
Time Frame: 15 Minute
Long Entry Conditions:
a) Green Label with information of Buy Stop value, Take Profit Value and Stop Loss Value
b) Buy Stop value will be plot with Black Circle symbol on the chart
b) Take Profit value will be plot with Orange Cross symbol on the chart
b) Stop Loss value will be plot with Red Cross symbol on the chart
Short Entry Conditions:
a) Red Label with information of Sell Stop value, Take Profit Value and Stop Loss Value
b) Sell Stop value will be plot with Black Circle symbol on the chart
b) Take Profit value will be plot with Orange Cross symbol on the chart
b) Stop Loss value will be plot with Red Cross symbol on the chart
The entry label will appear once WR Level 1 Technique is valid.
Exit Conditions:
a) Stop loss level is hit
b) Take profit level is hit
c) Last candle at the end of the day (at 17:59:45 or earlier)
Default Robot Settings:
Simple Moving Average ( SMA ) : 50
Disclaimer:
This is a FCPO trading strategy that involves high risk of equity loss, You agree to use this script at your own risk.
If you have any suggestions, comments or interested to use this script, kindly PM us to obtain an access.
PT TMA BandsVersion 1.0 of our TMA Bands is a visual of areas of interest. The purpose of this indicator is to determine where the price will likely bounce or reject. When an asset is ranging, it very well respects the neutral (middle) zone. The highest RR trade setups are when the price goes from one end of the bands to another.
The bands included are of an ATR multiplier based on multiple moving averages. Each moving average has a unique feature that offers a high probability reaction when price gravitates towards it. We have color-coordinated the bands into three zones. The Main zone being the middle area where the asset tends to play ping pong & range, Top zone, which offers the best RR for shorts & the bottom zone, which provides the best RR for longs.
Strategy:
When scalping or swinging, always look for shorts close to the red zone as possible with a stop loss above the red band. When longing, always look for longs close to the green zone area with a stop loss below the green band. Anything in orange is a neutral zone, which will confirm the asset is more than likely ranging. I don’t advise taking trades in that zone unless you have solid risk management. When playing the macros, H12+ always look for price to find support at the orange (middle) band before deciding on a shift in trend. If the asset breaks down from the orange (middle) band, you usually get a retest of that band before further downside. Also, something to consider, if you punt longs at the green zone, you want to target the orange (middle) band. If you punt shorts at the red zone, you want to target the orange (middle) band. I usually take 70% off at the middle band & let the rest run if ultimately end up in the opposite zone.
This Oscillator is best with the buy/sell signals we provide. It offers extra confluence with stop loss & targets. I enjoy using it on all time frames for swinging & scalping. It is included as part of the library. Just message us for access!
TEMA, DEMA and SMA with crosses with alert functionality
Just a crude but functioning ma indicator with bullish and bearish crosses and alert functionality.
Simple Moving Average CrossThe script uses 3 simple moving averages that you can define (SMA Top, SMA Mid, SMA Long).
Once the SMA Top is above the SMA Mid and the SMA Mid is above the SMA Top a long position is entered.
Once the SMA Top is below the SMA Mid and the SMA Mid is below the SMA Top a short position is entered.
You may define how long before these positions are entered by adjusting the bars in the Inputs section.
A setting of 0 will enter a position as soon as the conditions are met,
whereas a setting of 5 will wait 5 bars after the conditions are met before entering the positions.
SMA StrategyIn this strategy, I took advantage of two different sma intersections for buying and selling points. You can use the intersection of 2 sma values for buying and 2 separate sma intersection for selling.
The main purpose of this strategy is to calculate the rate of return of the indicator belonging to this system. You can access the indicator version from this link and set an alarm.
SMA Strategy - Indicator Version for AlertIn this indicator, I made use of two different sma intersections for buying and selling points. You can use the intersection of 2 sma values for buying and 2 separate sma intersection for selling.
There are 3 different alarms for those who want to set an alarm.
- Cross Alarm: The alarm that will work on buy-sell signals for those who have the right to set a single alarm.
- Buy Alarm: The alarm that will operate at the receiving point according to the values you specified.
- Sell Alarm: The alarm that will operate at the sales point according to the values you specify.
Adaptive MACDThis is part 6 of 11 in the system named Ninetales/Volt V2 you can find on Tradingview.
Add custom values to backtest, it will return the most accurate of them.
Adaptive MA CrossThis is part 5 of 11 in the system named Ninetales/Volt V2 you can find on Tradingview.
Add three values to test for Fast MA, and three for Slow MA and it will backtest a crossover strategy and show you the most accurate one.
Koala System EURUSD 15minToday I bring you one of the best systems I have found for 15min chart for EURUSD, can be adapted to other pairs aswell I suppose.
Its made of 4 SMA 3 6 9 50 and EMA 200.
It only makes 1 trade per day, in this case we have a risk % of our total eqquity, being the min 0.1 lots , can be changed tho .
We target TP/SL the same 1:1 rr, in this case I use 30 pips for both., that means I risk maximum 30$ out of a total of 1000 equity , per each trade , with 3%
Entry is simple : price is below all movings averages for sell or above for buy. At the same time we check that the ma's are in ascending or descending order.
The key here is patience, never make more than one trade per day.
System always close the trade at the end of london session. Also it only works, during the london session.
Enjoy it.
M4x Rainbow strategyReal Grid Trend Multiplier & SMA
"M4x Rainbow" is a Grid Trend Multiplier bot, who is following an adjustable SMA.
"M4x Rainbow" is not bound on FIFO, each trade get's his own exit.
It is set for Pyramiding=0, which can be changed in the "Strategy" line
Fees are set equal to Binance numbers at 0.1%, about...
!!! Pin to existing scale !!!
Or switch the main Indicator off.
Adjustable Settings:
- Profit % per Step (0-1000%)
- SMA lenght (0-4000)
Alerts: (one Alert is one step)
- longRain
- shortRAIN
The coloring of the lines is:
green = linestate is LONG
blue = linestate is WAIT
yellow = linestate is SHORT
!!! Tested only on 1 Minute Chart !!!
Give it a try and let me know.
...have fun ;-)
COPPER 5Mins BUY/SELL StrategyCopper Buy/Sell Indicator for Copper Future Contracts (since tested only on copper) based on Simple Moving Average.
This works based on the gap between the price and sma along with the open and close value.
This sets target as 2 points and stop loss as 3 points. The position may reverse based on the scenario. Works well with 5 mins timeframe.
Axe and ShieldAxe and Shield measures the distance between the selected Moving Average (T3, EMA, SMA) or Volume Weighted Average Price (VWAP) and high or low of the current bar. It remembers the highest distance over the selected period of time.
It will use a candle's high if the price is above the level.
It will use a candle's low if the price is below it.
Distance is always positive. If it is measured above, the axe will be green. If it is below, it will be red.
The lookback period is how far in the past you want to look for the extreme distance. By default, it is set 24h to the past on always-open markets.
I recommend using with low-period moving averages or VWAP. Sometimes, you might even see double tops on the indicator and reversal price action, which can lead to opening a position. You might as well look for divergences. When the price moves higher but remains closer to MA/VWAP, momentum might be disappearing.
Do a proper backtest to see how useful Axe and Shield's information would be to you.