Introduction: Opening Range & Prior Day High/Low indicator is an easy to use day traders tool. This indicator automatically plots the previous days high and low, as well as drawing a box from the opening range that the user specifies in the settings. These two together can help provide an indication of market sentiment and price trends for the day. They are...
RLT 10ema strategy incorporating 50ema and hourly 10ema. Simple moving averages painted on screen.
This indicator provided here is for identifying swing-based support and resistance levels. It uses two swing lengths, which can be adjusted by the user, to identify swings in the price data. For each swing length, the script calculates the support level as the low of the swing if the trend is up, or the high of the swing if the trend is down. It then plots the...
For day traders, establishing a trend at the start of the day is critically important for setting targets and entering positions. This can be difficult when traditional moving averages lag from previous days, causing late entry and/or incorrect trend interpretation. The Day Trader's Anchored MA indicator plots three dynamic moving averages which restart on each...
This script produce a volatility histrogram by bar with the current volatility overlayed. The histogram shows cumulative average volatility over n days. And the dots are todays cumulative volatility. In other words, it calculates the True Range of each bar and adds it to todays value. This script is build for intraday timeframes between one and 1440 minutes...
LNL Trend System is an ATR based day trading system specifically designed for intra-day traders and scalpers. The System works on any chart time frame & can be applied to any market. The study consist of two components - the Trend Line and the Stop Line. Trend System is based on a special ATR calculation that is achieved by combining the previous values of the 13...
A common problem experienced by short term traders using DMI/ADX is that the session breaks results in carry-over effects from the prior session. For example, a large gap up would result in a positive DMI, even though momentum is clearly negative. Note the extremely different results in the morning session, when the gap is reversed. The DMI-FLEX algoritm...
High of Day (HoD) & Low of Day (LoD) hourly timings: Statistics. Time of day % likelihood for high and low. //Purpose: To collect stats on the hourly occurrences of HoD and LoD in an asset, to see which times of day price is more likely to form its highest and lowest prices. //How it works: Each day, HoD and LoD are calculated and placed in hourly 'buckets'...
The strategy combines three indicators: Exponential Moving Average (EMA), Weighted Moving Average (WMA), and Average Directional Index (ADX). The EMA and WMA are used to track the average price over different time periods. The ADX measures the strength of a trend in the market. The strategy generates buy signals when the EMA is higher than the WMA and the ADX...
Tool to show typical pip-grade/ handle-grade sweep distance above pivot highs and pivot lows -In consolidation/ranging periods (i.e. most of the time); Highs/Lows may by swept by fairly consistent distances in typical stop raids. -Idea is from ICT teaching on typical Pip-grade sweeps in FX (10,20,30pips). Designed to work on FX, Indices, Commodities,...
TMO - (T)rue (M)omentum (O)scillator) MTF Scalper Version TMO Scalper is a special custom version of the popular TMO Oscillator. Scalper version was designed specifically for the lower time frames (1-5min intraday scalps). This version prints in the signals directly on top of the oscillator only when the higher aggregations are aligned with the current aggregation...
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...
A SUPPORT RESISTANCE BREAKOUT STRATEGY for 5 minute Time-Frame , that has the time condition for Indian Markets The Timing can be changed to fit other markets, scroll down to "TIME CONDITION" to know more. The commission is also included in the strategy . The basic idea is when , 1) Price crosses above Resistance Level ,indicated by Red Line, is a Long...
A Back-tested Profitable Strategy for Free!! A PIVOT INTRADAY STRATEGY for 5 minute Time-Frame , that also explains the time condition for Indian Markets The Timing can be changed to fit other markets, scroll down to "TIME CONDITION" to know more. The commission is also included in the strategy . The basic idea is when , 1) Price crosses above ema1...
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...
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.
What is QFL trading strategy? QFL stands for Quickfingersluc, and sometimes it is referred to as the Base Strategy or Mean Reversals. Its main idea is about identifying the moment of panic selling and buying below the base level and utilizing Safety orders. What is Base level or Support Level? Base level or Support Level refers to the lowest price level that...
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...