this is in continuation with - previous trend screener i have published, In this code only downtrend screener is there ,This is type of custom screener I searched and made to screen bulk stocks any one can modify it, other may get help out of it. you can change or add new symbol in input section. in my code i have made defined and printed last close price when...
This is a crypto swing strategy designed for timeframes bigger than 1h. The main components are ICHOMOKU KDJ Average High Average Low Rules for entry For long: we have the ichimoku crosses between tenkan and baselines, we have a rising kdj line and at the same time we have a increase in the average high For short: we have the ichimoku crosses between tenkan...
The Stacked Moving Averages indicator lets you see if a ticker is in an uptrend, downtrend, or no trend based on the condition of the moving averages. If the moving averages are stacked such that MA1>MA2>MA3>MA4>MA5, then that is described as an uptrend. If the moving averages are stacked such that MA5>MA4>MA3>MA2>MA1, then that is defined as a downtrend. The...
A simple way to add up to 5 moving averages with optional crossover/crossunder alerts. Available options for Moving Average Type are: SMA EMA (default) HMA RMA WMA VWMA VWAP ALMA By default, 5 moving averages are enabled and set to the following: MA1 set to 5 MA2 set to 13 MA3 set to 50 MA4 set to 200 MA5 set to 800 Each moving average...
The Vortex indicator is based on two trend lines that indicate an uptrend (VI+) or a downtrend (VI-) in the current market. This can be used to determine trend reversals or confirmations of current trends and directions. The number of periods is usually between 10 and 25. This indicator has 14 periods as its default value. You can adjust this value in the settings...
A simple but unique indicator to show ONLY whether there is an increase or a decrease in price compared to the previous value. Also includes a customizable SMA or EMA based "Smoothing Length" variable, allowing the indicator to show whether the SMA or the EMA of the price is up or down compared to the previous value. An offset option is also included if you...
Is It Uptrend or DownTrend? Are you lost? Follow the trend with CapnBands :)
This is a simple strategy to take advantage of downtrends. It's useful to run such a strategy as a hedge in times of market uncertainty. The Sell Condition - Entry The sell signal triggers when: the coin has MA (100) greater than the price in a timeframe of 15 minutes, meaning that the coin is in a short-term downtrend. the coin has an RSI greater than...
Tipsy EMA v0.2a Coded by vaidab. A simple strategy to buy dips in an uptrend. How to use: - buy on trend when price retraces to the orange "buy" line and compound orders - sell when price reaches red line (stop loss) or at 💰 (take profit) Note that you can reverse trade on the 💰 sign for a short scalp / day trade. Uptrend: green/red...
The purpose of the strategy is to identify the end of a short-term downtrend . So that you can easily to DCA certain amount of money for each month. ENTRY The buy orders are placed on a monthly basis for assets at the end of a short-term downtrend: - Each month condition: In 1-hour time frame, each month has 240 candles - The end of short-term downtrend...
4 separate EMAs that are used to determine trend, colored appropriately to reflect the trend to make it easy to tell what the trend is. All 4 EMAs are not needed, you can turn each one on and off individually and the indicator will adjust itself accordingly. Having a single EMA will use the closing price to determine the trend. There are 2 different types of trend...
The purpose of strategy is to detect long-term uptrend and short-term downtrend so that you can easy to take profit. The strategy also using BHD unit to detect how big you win and lose, so that you can use this strategy for all coins without worry about it have different percentage of price change. ENTRY The buy order is placed on assets that have...
I took the normal CCI version and I made it better and more pleasantly visual. At the same time now the CCI changes color based on the direction is going to take We also have more levels, to define even better the current situation. Details are simple : green color cci = uptrend - > buy red color cci = downtrend - > sell
Basic EMA scalping strategy . HFX Short time frames, using candlestick patterns to find Exponential Moving Highs and Low to Indicate Active Trends
// The script is useful to inspect probability: // If previous day closed at lowest price for several days // how often next day would be red bar // As one can see gray lines indicate bars with lowest close. If next bar is green, increment diff_hi, overwise increment diff_lo // Probability is counted as diff_lo / (diff_hi+diff_lo) // One can copy script and...