DATASONIC GROUP BERHAD, KNM GROUP BHD, ZECON BHD, EXCEL FORCE MSC BHD, PCCS GROUP BHD, VSOLAR GROUP BERHAD
Indeks Bursa Malaysia KLCI, Hang Seng, Indeks Komposit Jakarta, Nikkei 225, Komposit Shanghai, FTSE Straits Times Singapura
US 10Y, Euro Bund, Jerman 10Y, Jepun 10Y Hasil, UK 10Y, India 10Y
One of the questions hobbyist traders more often ask is: what is the perfect trading indicator? Every indicator is just a tool, so its efficiency is proportional to your ability to read its signals and translate them into an actionable trading strategy. The RSI is likely the most flexible and easy to use among the technical indicators. This trading strategy...
Applies signal values to significant changes in momentum and can be used in conjunction with other indicators and analysis to improve trade timing. Both "Signal Up" and "Signal Down" can be used for alerts. The magnitude of the signal is the difference between K and D. (See the code for the logic and implementation.) Signal Up occurs when momentum is within...
This indicator is a tool designed to be used with Steven Hart's RSI Exhaustion strategy. For more information google TheTradingChannel or look him up on YouTube :) The default RSI settings for this strategy are: RSI Overbought: 80 RSI Oversold: 20 Length: 7 When the RSI gets above 80, the line will turn red and the script will begin looking for a specific...
The Double Smoothed RSI Indicator was created by William Blau (Stocks & Commodities V. 9:5 (202-205)) and is a variation of the classic RSI using his Momenta Indicator and his Momenta RSI formula. I have color coded everything to make it very easy to determine buy and sell signals. Let me know if you would like to see me write scripts for other indicators!
Great tool to find market tops, bottoms, S/R's and reversals. Rsi has 2 customiseble overbought and oversold levels can show you extreme levels. Slow Stochastic 1 (25 period) shows small price swings Slow stochastic 2 (100 period) can show you a greater picture, are we reversing? Why do you need Leguerre, Murrey, Kaufman oscilator 3000 when you can have old and...
RSI overbought and oversold histogram Just indicator combo of oldschool slow stochastic and rsi, just looking a little bit better for someone. Strategy is simple: 1) RSI is overbought or oversold (above 70, below 30)? 2) Stochastic line crosses its ema? 3) Stochastic and stochastic ema are in overbought = sell, oversold = buy. Works good in volitile stocks/pairs...
BUY & SELL Signals for higher timeframes based on Ema & Sma with RSI overbought/oversold dots for possible reversal indication. It can be used for booking profit in the existing trade and take fresh position once the new candle breaks the high/low of alert candle depending upon the side. Best work with 1h+ timeframes.
First of all, the idea of apply RSI to VWAP was inspired by XaviZ; at least, that where I first saw that. I simply applied the idea and searched for apply this on lower timeframe (M15) to increase the number of positions and improve the profit factor. The conditions to enter are the same : long : enter on RSI crossover oversold level short : enter on RSI...
The Dynamic RSI indicator is a kind of exponential RSI. The overbought and oversold levels (respectively HiLine and LoLine) are calculated according to the recent highest and lowest values of the Dynamic RSI line.
Buy low and sell high is every trader's mantra. While this approach looks straightforward in theory, it's sometimes challenging to put into practice. That requires stress-management to buy when price drops and resolution in selling when the price is rising. RSI is a useful tool to implement long-term and effective trading strategies. The script presents an...
This RSI indicator is one of my favorite indicators. This powerful indicator is implemented by Phi-Deltalytics. I modified the drawing so that it is easier (at least for me) to see the signals and trends (it would not matter if you're doing algorithmic trading). Trends and signals. For detailed instructions and tutorial see Phi-Deltalytics page
This is a very simple script that plots signals on the chart whenever the RSI crosses the given threshold. Nothing fancy, but it is useful for deciding when to exit trades or prepare for pullbacks or for confirming that the market is currently in the middle of an extremely impulsive move or trend. It has alert functionality and you can set the overbought/sold...
An enhancement of my RSI Bottom Indicator. This one finds you Tops & Bottoms. This indicator uses the RSI and prints you top & bottom warnings directly on the price chart. The other special thing about this is that the RSI pulls the data from the weekly chart no matter on what timeframe you are on. The preferred timeframe can, of course, be changed in the...
/@version=2 //By Tantamount //RSI with overbought and oversold alert features! Highly configurable indicator that includes a Topography map feature, used to detect & easily show threshold crossovers. //RSI is used to measure the velocity and change of directional price movements. It is very useful to help determine when an asset is reaching an overbought or...
This is another script for RSI (Relative Strength Indicator) for Multiple timeframes. It is built for scalping. Add it to your 15 Min chart - This is important! The other time resolutions are 1H, 2H and 4H. It is highly flexible, except for the current resolution, the other ones can be changed. The lookback periods for all timeframes are set to 14 - but can...
This script detects potential trend reverse and Buy or Sell spots. It works with finding overvalued RSI and Engulfing candle after that and plotting "Buy" or "Sell" signal on price chart. * Users can change RSI values easily from setting. Enjoy