Trading Trend IndicatorEsse indicador plota na tela do ativo avaliado, pontos de compra e venda baseado em regras de tendência e confirmação por volume. Caso o ativo entre em tendência, o script plota na tela os dizeres "CPM" = Comprar na perda da máxima, ou seja comprar assim que o preço perder a máxima no próximo candle, e "VPM" = Vender na perda da mínima, assim que o preço perder a mínima no próximo candle. O indicador também avalia o volume, se o volume for 3x superior a média de 21 períodos, plota-se na tela "Vol. 3x" e se a barra de volume for 3x maior que a barra anterior, plota-se "3x" sobre o gráfico de volume.
Caso tenham interesse, solicitem o teste gratuito de 7 dias.
Description in english
This indicator plots on the screen of the evaluated asset, points of purchase and sale based on trend rules and confirmation by volume. If the asset is in trend, the script will display the words "CPM" = Buy at the loss of the maximum, ie to buy as soon as the price loses the maximum in the next candle, and "VPM" = Sell at the minimum loss, so that the price to lose the minimum in the next candle. The indicator also evaluates the volume, if the volume is 3x higher than the average of 21 periods, it is plotted in the "Vol 3x" screen and if the volume bar is 3x larger than the previous bar, it is plotted "3x" on the volume chart.
If you are interested, request a free 7-day trial.
Action
High/Low Breaker v2Specify Candles back to determine if high/low has been broken. Can choose to either calculate with source of high/low or close.
Siq_v5The DecisionPoint Price Momentum Oscillator ( PMO ) is an oscillator based on a Rate of Change calculation that is smoothed twice with custom exponential moving averages. Because the PMO is normalized, it can also be used as a relative strength tool.
PMO can be used in many ways:
- PMO can be used to determine the OB/OS state. While the +2.5 to -2.5 is the usual range for broad stock market indexes, each price index will have its own “signature” range. You may have to tune this for your instrument.
- PMO triggers buy/sell on signal crossovers and ZERO crossovers.
- Common patterns like BullKiss, BearKiss are useful to track. See the link below for more info.
- Divergences.
- Histo-only mode that can be used similar to MACD-Histo.
I have exposed all params as configurable. Have fun tuning :) Don't forget to share what you found for your instrument.
PRICE ACTION VIGORThis is the first of my RENKO strategies and studies series.
I'm developing some studies on Renko charts from a while and now is time to share the results.
This startegy is based on this idea: to measure the "vigor" or strength of a price action and to follow it.
I use Renko charts to identify the price action.
The indicator will rise or fall when a price action starts and it is flat at half of this movement.
Time frame should be 1 minute but I would need a premium account to have RENKO charts with one minute.
The most important point for this strategy is to set the correct brick size for each symbol.
Look in the result how you could obtain starting with a 1000€ account in just few months.
I have also a study with alerts so one could use autoview for automated trading. If you are interested to use it, follow me and add a comment.
Please use comment section for any feedback.
********************************** IMPORTANT*******************************
I have developed an expert advisor for metatrader4 (MT4) and for jforex platform: results of expert advisor form 2015-01-01 to 2018-11-25 are very good with low drawdown and good profit.
********************************************************************************
Volatility IndicatorThe Volatility Index measures the market volatility by plotting a smoothed average of the True Range.
Based on HPotter's idea (),
it returns an average of the TrueRange over a specific number of bars.
Here the result is passed through the Fisher's transform and normalized to 0/1-range.
This indicator may be used to identify stretches in the price movements, suitable for entry.
PA Patterns Multi CRYPTOThis is the version for cryptocurrencies of my scanner for forex majors
The scope of this script is to work as a scanner of pin bars and engulfing candles of the crypto market.
Best to use with time frames Daily and 4h, lower timeframes gives too many results and may be noisy without trend filter.
Next improvement will be:
- To display in a better way the results, but actually you have to zoom in and out if some results are overlapping.
As the other one, this has alerts and trend filter.
If you like it, please leave a comment and follow me.
Thank you.
PA Patterns Multi tickerThe scope of this script is to work as a forex scanner of pin bars and engulfing candles of the majors.
Best to use with time frames Daily and 4h, lower timeframes gives too many results and may be noisy.
Next improvement will be:
- To display in a better way the results, but actually you have to zoom in and out if some results are overlapping.
- To add allarms (this is easy).
If you are interested in it, I could implement also for cryptos.
Please let me have your feedbacks!
LCS/HCR Support and Resistance multi timeframesThis study draws LCS and HCR lines for multi time frames and helps to find important support and resistance levels on lower timeframes.
Levels are based on close price and not low and high.
First_4_fibo_IntradayMagic of first four 15 min candle H/L with FIBO !!
For Gainers :
Stocks Trading above 38.2 % are expected to touch Day's High.
Stocks Trading above 23.6 % are expected to make a new intraday High. (Tgt1 = 138.2%, Tgt2 = 161.8%).
dynFibo for Intraday - fpsintAutomatically adjusts fibo based on day H and L.
H
37.8 %
50.0 %
61.8 %
L
try out, any issues feel free to ping ! Happy Learning !
- fpsint
52 Week High/Low52 Week High / Low Indicator
A simple, unobtrusive indicator that can be used on any timeframe to display the 52 week high/low values.
Features
Works on any timeframe.
Unobtrusive: Simple horizontal lines showing only the current 52 week values.
Allows the user to select whether to calculate the 52-week values from candle close values or the respective highs/lows.
For full overview and code commentary - Visit the backtest-rookies website.
CB SDB HK VOL IndicatorIndicator version of designed for use with independent automation solution.
Custom development published for customer verification and acceptance.
If you are interested in development services, please visit the backtest-rookies website or message me to find out more.
EXHAUSTED BARS - Exit candlestickThis script can spot the candle to exit a trade
it works only on 1d timeframe
Do not trade the signal, just use it to exit the trade in profit (it's not a reversal signal)
NO REPAINT - it' based on current candle close
You can try it for a limited period, ask for access in comments
BullTrading PA-MACDBullTrading PA-MACD contains different algorithms based on price action to calculate and display the popular MACD indicator. It will display more relevant crosses without sacrificing much sensibility (use fractal entries).
Multi-Day VWAP V2Updated from V1.
Chart the multi-day Volume Weighted Average Price ( VWAP ). Normally, the VWAP is tracked for the current day, from the first bar of the day (regular or extended session). The VWAP shows the current value of:
-> sum(hlc3 * volume , barsForDay) / sum( volume , barsForDay),
-> where 'barsForDay' is the total number bars that have elapsed during the day for the chart interval.
The multi-day version tracks the VWAP for N days back, by averaging the previous N - 1 day bars VWAP and the current VWAP for the current bar (chart interval).
This is very different that simply using a volume weighted moving average , since the closing VWAP values are used for the historical day bars. The results are interesting for intraday trades... especially for values of 1, 2, 3, 4, and 5 days.
Version 2 includes the closing VWAP for the previous day. There are enough instances where the price chooses to bounce from the previous day's closing VWAP value that it is worth discussing. Usually this value is at or near the daily pivot, but sometimes not. Circled in the chart are some areas of recent SPY bounces on the previous day's closing VWAP.
It seems that when the 5-Day VWAP and normal VWAP have "enough" percentage separation, that there can be good intraday swing opportunities using bounces off VWAP indicators. This is similar to waiting for Hourly/Daily/Weekly/Monthly/etc pivots to have "enough" separation to allow for swing setups. When pivots are "closely" spaced, odds are the price is range bound for the time period (daily range in the case of day pivots, etc).
Previous closing VWAPs can be plotted for all 5 of the original. As with my other scripts, I welcome all comments to spark new ideas that we can all benefit from.
Enjoy.
Price Action Awesome IndicatorThis indicator is everything you need to do Price Action Trading.
It provides signals about:
Inside Bars
Pin Bars
Fakey Pin Bars (background color red or green for bearish or bullish fakeys)