MADX is ADX-inspired indicator with moving averages that determines strength of a trend, as well as its direction. Indicator works following: As the value of MADX increases, so does the strength of a trend If MADX+ ( green line - bullish MADX ) crosses above MADX- ( red line - bearish MADX ) we consider trend as bullish and vice versa.. There will be situations...
This draws a label to alert user when a higher timeframe candle closes on a intraday chart. Purpose of it is so that people who mainly use lower timeframe charts do not forget to look at higher timeframe candle closes.
Beacon uses the current volatility of the market based on your trading time frame to determine support and resistance levels, whether a trend is intact or ready to revert back in the range. One of the most difficult things I went through as a trader was determining whether we are in a trend day or if we are in grind up or grind down mode. I created Beacon to...
This script plots volume bars and highlight bars that have an unusual activity, compare to the average (Standard: Simple Moving Average, 50 periods). The script is useful for checking daily volume levels on equities. Where there is high volume, there is likely volatility, wich is good for day trading and swing trading entries.
You can filter the trend with this indicator. Green Lines indicate a short-term up trend and Red lines indicate a short-term downtrend. and black lines indicate short-term consultation. I'm not regarding anything with this indicator. All risk is yours Thank you
This script is just finds the best hour to buy and sell hour in a day by checking chart movements in past For example if the red line is on the 0.63 on BTC/USDT chart it mean the start of 12AM hour on a day is the best hour to buy (all based on It's just for 1 hour time-frame but you can test it on other charts. IMPORTANT: You can change time Zone in strategy...
Minimum and maximum points in a day trading session. It may help you spot the range which min and max occur in a session. In day trading, for example, at securities like GBPNZD, minimum happens between 02:00-05:00 ET and maximum between 08:00-14:00 ET. This indicator can help you test this hypothesis. Happy trading!
This indicator displays 3 EMAs that recalculate every day. This is useful for intraday trading by removing the bias of the previous day's ema price. This ensures your EMAs stay near the most current price action. Note: If your length is larger than the number of bars in the day, your EMAs will not have time to properly catch up in the day.
I have placed what is needed to know about the indicator at the start of the script. I also placed some hints on the chart.
Channel, made of 5 MAs, which a made this way: High of N-period SMA - Low of N-period SMA + X-period SMA (check the code), where N and X are defined by your input. Main purpose: helps you understand in what range price can move. WARNING! HAS TO BE USED WITH OTHER INDICATORS TO HAVE MORE ACCURATE ENTRIES!!! If the price is above or below the channel, it means...
Rate of change of most volatile JPY and GBP pairs. All pairs ending in JPY are red except GBPJPY (colored yellow --currently most volatile 7/2016). GBPNZD is blue, the other GBP pairs are green, lime and teal. GBPJPY and GBPNZD are my favorite day trading / swing trading pairs. This script allows me to see the action of the most volatile and liquid pairs on one...
This indicator shows the comparison between the 7-day fast simple average and the monthly slow average of 5 bars. The red line indicates the monthly green and blue lines the daily average. If the Green-Blue line crosses the red upwards, it is a buy signal and the opposite is a sell signal. As soon as it turns green blue without waiting for the sell signal, a sell...
This indicator has three built in indicators based on the SMA of HIGH, SMA of LOW, and Stochastic. The baseline indicator is the retreats after departures from SMA of HIGH and LOW. The first time a HIGH that is above the SMA HIGH has a lower HIGH but it still above the SMA HIGH, a (-) will appear at the bottom. This signals an aggressive entry point for potential...
Credit to @Zoen Triste for his original script at I just amend it for the 4H time frame. The main function is for dynamic support and resistance when day trading using smaller time frames such as 15mins so that we don't have to juggle between 4H and 15min time frames to see where is the EMA21 at 4H for the moment.
Moving Average based strategies are very popular ones among both long-term investors and short-term traders as they can be tailored to any time frame. One of the main moving average strategies are crossovers. The very simple type is a price crossover , which is when the price crosses above or below a moving average to signal a potential change in...
updated my on screen options added chris moody's day of the week - added that option so that day range can be seen easily - credit to chris moody. also have favoured EMAS and bollinger band so that 3 indicators can be used on accounts with 5 indicator options. colours can be changed in the script so ones that suit white back grounds or can save a template...
This script attempts to contextualize the instrument's latest return. It asks, "when a return of the same or greater magnitude occurred in the past, in the same direction, what was the following period's return?" By default, the latest return is used. For example, on a daily chart, that would mean "today's" return. However, you can select any return you want...
This indicator optionally displays 2 informations: - The Day of the week - The New session's Candle You can turn off/on the displayed information Disclaimer: Scripts that I post publicly are experimental. They are not financial advices. Always backtest your ideas using your own methodologies.