Based on comment of @coondawg71 I tried to compare VWAP and EVWMA. Both are sort of moving averages so I decided to create a MACD based on these 2 indicators. In parameters you can set EVWMA Length and 2 smoothing lengths for "macd" and "signal". Strategy seems to work pretty good at 2h-8h timeframes for crypto. What do you thing about it?
This script applies the average of each major MA (SMA, RMA, EMA, WVMA, WMA) to the MACD formula. The logic is simple. When all 5 MA's are in agreement in direction, then then script will notify users of change. I posted this as a strategy to help show how logic does in back test. If you use my simple yet effective solution to find take profit locations, you can...
Pretty simple EVWMA (Elastic Volume Weighted Moving Average ) MACD Strategy. EVWMA is a quite interesting moving average where the period of the MA is defined from the volume itself. It incorporates volume information in a natural and logical way. The EVWMA can be looked at as an approximation to the average price paid per share. As a volume period, you can use...
This gives to you buy-sell signal with MACD's histogram trends. Use "Fast and Slow length" and "Trend of Histogram Number" inputs to take less or more signal. "Trend of Histogram Number" : This means how many histogram bars the trend continues before trading.
Here is a combination of the classic MACD (moving average convergence divergence indicator) with the classic slow moving average SMA with period 200 together as a strategy. This strategy goes long if the MACD histogram and the MACD momentum are both above zero and the fast MACD moving average is above the slow MACD moving average. As additional long filter the...
This gives to you buy-sell signal with MACD histogram value. Use "Fast and Slow length" and "Buy or Sell Histogram Value" inputs to take less or more signal.
Ichimoku_cloud + Daily-Candle_cross(DT) + HuLL-MovingAverage_cross + MacD any timeframe, all indicators settings adjustable for fine tuning to pair/timeframe Target Point and Stop Loss settings set SL low to reduce repaint
This is my second Version of Heikin Ashi Strategy. Changes: -Different Time Frame for Fast EMA and Slow EMA -MACD Filter with own Time Frame You can tweak around with settings , but defaults gives good results in Forex,Stocks and Index. I also made an Alert Script
BEGINNERS REJOICE! Easy to use strategy test using MACD with RSI as a confirming indicator. The code is structured to make it easy to manipulate the variables to your choosing. EASY TO CHANGE CODE VARIABLES LINE 2 = Change the amount you invest every trade and the currency LINE 8/9/10 = Change the defval of each of these...
This strategy combines the classic stochastic strategy to buy when the stochastic is oversold with a classic MACD strategy to buy when the MACD histogram value goes above the zero line. Only difference to the classic stochastic is a default setting of 71 for overbought (classic setting 80) and 29 for oversold (classic setting 20). Therefore this strategy goes...
This strategy places the order based on the MACD signal. Original Indicator: MacD Custom Indicator-Multiple Time Frame+All Available Options! by ChrisMoody Link to the Indicator: If your risk appetite is high you can replace the first statement with the...
Renko Bars Traditional Renko 0.0001 Points in each Renko Bar Strategy uses MACD Signal and SIgnal Crossover and Crossunder
This incredibly simple strategy uses a combination of the 20 EMA and bullish/bearish MACD crosses as a low risk method of getting in and out of markets. Depending on whether the market is above or below the 200 SMA, the script determines if the market is in bullish or bearish territory. Above the 200 SMA, the script will ignore the 20 EMA as a buy condition and...
Simple strategy script I've had for a while but looks like I never published. Although it is one of my most simple it seems to have the best profitability. It is pretty rough though. the Stoch RSI has only a little weight to the trade trigger. I'll refine it more over time or you can by all means. Basically the Stoch RSI current K line has to be OVER 40 to...
Customised MACD strategy with dynamic stop losses based on ATR. Signals are generated when the delta value becomes positive or negative (when it crosses the zero line) Stop losses are printed on the chart in yellow and orange. They are based on recent average True Range to allow for volatility. INSTRUCTIONS Green background = long Red background = short Yellow...
I created this indicator to calculate the gains that can be made purely by going long on the market. For exchanges without the ability to short, the standard MACD strategy is unable to accurately calculate the profit/loss from entering and exiting a position, as it includes profit/loss from actively shorting the market, which may either not be possible, or be...