This Smooth Moving Average is designed using 3 moving averages. 5 days SMA, 14 Days SMA and 21 Days SMA. Users can can change the moving average type and periods as per their liking and the market. The fast moving average Line is the average of the 3 moving averages chosen from the Menu, which means (5SMA + 14SMA + 21SMA)/3. This plotted line suggests a quicker...
This indicator builds on the SSL channel code by ErwinBeckers @ I have added options for diff MA's to be used in the SSL channel and crossover indicators for buy/sell signals default MA is set to Arnaud Legaux, but you can set it to whatever you like - original was a Simple Moving Average by ErwinBeckers The indicator will not repaint as the signals are drawn...
I have attempted to combine all the parameters to decide on the entry and exit points for stocks. The indicator combines 1) EMAs 2)PSAR 3)ATR The script also attempts to show the risk-reward
This is my take on the metatrader indicator, the mirror macd. Works pretty good on Forex, haven't tested on anything else Enter long after the Blue Line Cross Up the Red Line and EXIT after the Green line Cross Up the Red Line (above the Blue Line). For the opposite position : ENTER SELL after the Red Line Cross Down.
TRIX is a great indicator to use on zero cross setups.... know what's even better? TRIX CROSS setups!!! Faster in-and-out on trends, safer entry and exit signals in chop or consolidation. Base setup is 6 & 8 TRIX for longer time frames such as 4hr or 8hr; ideal or FX, Crypto, or volatile instruments. I haven't experimented with using this on lower time charts...
The old version of Trap Light before the most recent update. In order to facilitate the table functionality that is currently available for Trap Light, I had to make some values that are used in calculations hard-coded. By request, I'm quickly making this version available. Trap Light Description Trap Light is an indicator that uses the K value of the...
HEG 7-25-99 Average Entry Strategy icin versiyon 3, kod herkes icin aciktir. The version 3 for HEG 7-25-99 Average Entry Strategy with open code. eski versiyonu/old version: “HEG 7-25-99 Average Entry Strategy” is developed for daily period and alt-coins. The “BUY” signal shows up when the fast average (default SMA-7) is above the slow average (default...
This indicator shows you: - The first bullish candle to close below EMA 10 - The first bearish candle to close above EMA 10. Optional: You can enable the exit signals in the setting. This will show you: - If you are long (bullish), it will signal when the first bullish candle closes below EMA 10 - If you are short (bearish), it will signal when the first bearish...
This strategy is designed to allow you to catch the bounce or "SNAP Back" of an equity that has been in a trend. 1) Once the moving averages are in the order of 200SMA > 50 SMA > 34EMA > 20SMA > 8EMA (or reverse for and uptrend), the strategy is setup. 2) Next you wait for a trigger of the closing price crossing the 8EMA, while there is a desired gap size between...
the triggers only work to tell you go back 5 candles on 5 min, take either lowest or highest plus 3 pips and make entry and go 3 pip over under trigger for stop loss. can take half profit at 1x and move stop to break even and go 1x more for take rest profit, or create a trailing stop loss on Take Profit level 2 and ride the trend. 1 Hour chart has to be over...
// Generalized SSL: // This is the very first time the SSL indicator, whose acronym I ignore, is on Tradingview. // It is based on moving averages of the highs and lows. // Similar channel indicators can be found, whereas // this one implements the persistency inside the channel, which is rather tricky. // The green line is the base line which decides...