ComiCo - Joel on Crypto - MACD ScalpingThis is a modified (hopefully improved) version of the "Joel on Crypto - MACD Scalping" indicator. It got turned into a strategy, and added some extra filters, like number of trades after EMA cross, minimal EMA distance (EMA 50's distance from the EMA 200). It is just an experiment to see how good this scalping strategy can get.
Play around with it and let me know if you found good settings, or just have a comment on it.
I could get fairly good results on BTCUSDT 5m with these settings (all others left on default values):
Ticks Avg. Multiplier = 1.4
Max trades after EMA cross = 16
Limit Price Difference = 0
Take Profit = 0.0065
Stop Loss = 0.0085
Min EMA difference = 110
Pyramiding = 3
Pesquisar nos scripts por "scalp"
Super scalpThis is scalp strategy based on the confluence of 3 indicators
ema 9 , supertrend and vwap
when supertrend buy signal is generated and the price is above ema and vwap scalp buy signal is generated
when supertrend sell signal is generated and the price is below ema and vwap scalp sell signal is generated
bitradercrossEl indicador bitradercross, es un indicador basado en el Índice Medio de Movimiento Direccional ( ADX ) es una herramienta de análisis técnico usada para medir la fuerza de la tendencia. El indicador direccional positivo ( DI ) y el indicador direccional negativo ( -DI ) acompañan a la línea ADX . realzando la dirección de la tendencia.
Usados en conjunto forman un sistema de trading que es capaz de determinar tanto la dirección como la fuerza de la tendencia. El indicador consiste en tres líneas: la propia ADX (línea azul), una línea DI (línea verde), y una línea -DI (línea roja). El DI mide la fuerza de la tendencia alcista, mientras que el -DI mide la intensidad del movimiento bajista. La línea ADX muestra la fuerza de la tendencia en general creciendo tanto en las tendencias alcistas como bajistas.
Cuando el DI está por encima del -DI , se dice que los alcistas tienen el dominio direccional. De forma alternativa, cuando el -DI es más alto que el DI , el dominio direccional pertenece a los bajistas.
Es importante entender que el ADX (línea azul) muestra solo la fuerza de la tendencia y no la dirección de la tendencia. La dirección de la tendencia puede en cambio determinarse mirando al DI y el -DI (líneas roja y verde).
¿Cómo usarlo en el trading?
Operar con la tendencia reduce los riesgos e incrementa los beneficios potenciales. Es por esto que muchos traders prefieren consultar la fuerza de la tendencia con ayuda del ADX antes de invertir su dinero. Hay dos formas principales de usar el indicador:
El Cruce de DI
Cuando las líneas direccionales del positivo y negativo se cruzan, normalmente significa que la tendencia está cambiando. Esta información puede usarse para determinar puntos de entrada óptimos. Para los inversores que utilicen este sistema de trading, las señales son las siguientes:
(Compra) cuando el DI cruce el -DI , es mas efectivo, mas fuerte cuando toca o cruza la linea amarilla solida en el nivel de 27 y la tendencia general sea alcista.
El disparo se da en la linea de 20 punteada.
(Venta) cuando el -DI cruce el DI , es mas efectivo, más fuerte cuando toca o cruza la linea amarilla solida en el nivel de 27 y la tendencia sea bajista general sea bajista.
Valor de Fuerza Tendencia ADX
0-20 Tendencia Ausente o Débil
21-26 Disparo
27-50 Tendencia Fuerte
50-75 Tendencia muy Fuerte
75-100 Tendencia Extremadamente Fuerte
El bitradercross es un indicador de análisis técnico verdaderamente único, que combinado con otros indicadores, puede convertirse en la estrategia de trading definitiva en manos de un trader.
Recomendado para scalping en temporalidad de 5 min
swing day 1hora. Esta configurado para una operacion optima.
Acompañelo con el indicador bitraderScalper.
Con mucho cariño Bitrader4.0
_________________________________
The bitradercross indicator, is an indicator based on the Mean Directional Movement Index ( ADX ) is a technical analysis tool used to measure the strength of the trend. The positive directional indicator ( DI ) and the negative directional indicator ( -DI ) accompany the ADX line. enhancing the direction of the trend.
Used together they form a trading system that is able to determine both the direction and strength of the trend. The indicator consists of three lines: the ADX itself (blue line), a DI line (green line), and a -DI line (red line). The DI measures the strength of the uptrend, while the -DI measures the intensity of the bearish movement. The ADX line shows the strength of the overall trend growing in both bullish and bearish trends.
When the DI is above the -DI , it is said that the bulls have the directional domain. Alternatively, when the -DI is higher than the DI , the directional domain belongs to the bears.
It is important to understand that the ADX (blue line) shows only the strength of the trend and not the direction of the trend. The direction of the trend can instead be determined by looking at the DI and the -DI (red and green lines).
How to use it in trading?
Operating with the trend reduces the risks and increases the potential benefits. This is why many traders prefer to consult the strength of the trend with the help of the ADX before investing their money. There are two main ways to use the indicator:
1) The Cross of DI
When the directional lines of the positive and negative intersect, it usually means that the trend is changing. This information can be used to determine optimal entry points. For investors who use this trading system, the signals are the following:
(Buy) when the DI crosses the -DI , it is more effective, stronger when it touches or crosses the solid yellow line at the level of 27 and the general trend is bullish .
The shot is given in the line of 20 dashed.
(Sale) when the -DI crosses the DI , it is more effective, stronger when it touches or crosses the solid yellow line at the level of 27 and the general bearish trend is bearish .
Strength Value ADX Trend
0-20 Absent or Weak Trend
21-26 Shot
27-50 Strong Trend
50-75 Very Strong Trend
75-100 Extremely Strong Trend
The bitradercross is a truly unique indicator of technical analysis , which combined with other indicators, can become the definitive trading strategy in the hands of a trader.
Recommended for scalping 5-minute and 1 hour.
It is configured for an optimal operation.
Accompany it with the bitraderScalper indicator.
With love Bitrader4.0
5min Williams Fractals scalping (3commas)Another strategy I'm learning Pine Script on. It is inspired by a MoneyZG youtube strategy called "Easy 5 Minute Scalping Strategy (Simple to Follow Scalping Trading Strategy)".
Again this is a one order per trade strategy compatible with the 3commas bot (works also with the free 3commas subscription). This strategy is based on the signals from Williams Fractals, taking the signals in reverse - red triangle indicates a bottom and hence we go long. The green triangle indicates a top so we go short. By default these signals are only accepted if they occur between the two Emas. However, you can also turn this off and when a WF signal comes in, only the current price has to be between the Emas. Stop loss is set to the current Ema slow and the take profit is a multiple of the distance to the slow ema.
Like previously I have added different filters as well as the ability to view essential things like the WF signal and Emas. I hope the script will help you to be more successful and if so it would be great if you could share here your setups, or tips on what would be good to refine to make it an even a more profitable strategy. Kind of a community approach so that we help each other out :).
Instructions for the 3commas connector:
1. First, you need to prepare 3commas Long/Short bots that will only listen to custom TV signals.
2. Inputs for the 3commas bot can be found at the end of the user inputs.
3. Once you have entered the required details into the inputs, turn on 3commas comments. They should appear on the chart (looks messy).
4. Now you can add the alert where you should paste the 3commas Webhook URL: 3commas.io
5. For the alert message text insert the placeholder {{strategy.order.comment}} and delete the rest.
6. Once the alert is saved, you can turn off those 3commas comments to have a clearer chart.
7. With a new alert, the bot and trade should launch.
In the near future I would like to publish more scripts that will carry similar elements as the first two, incl. compatibility with 3commas (I don't have access to another bot system). I will choose some strategies myself, but I will also be glad for some tips on what strategy would be good to do and is still missing here on Tradingview (short youtube videos or brief strategy manuals would be great).
Thanks and keep it up
PS: My screen values starting at Long Target Profit and ending at Pullback NOT greater than: 1.5; 1.5; 0; ON; 1; 2; OFF; 17; 36; ON; 0.05; ON; Chart; 14; 46; 50; 48.5; 51; OFF; 1; ON; 4; 2.
Simple scalping strategy for SOLThis is a simple scalping strategy for trading SOL made on top of the Rebalance Oscillator and the Rebalance Bear/Bull market indicators.
It is intended mostly as proof that these two indicators have their benefits even in simpler strategies.
This strategy in particular works well for the Bear months (check Nov. in the data window) but considerably underperforms Buy&Hold for the Bull months.
It tries to do a market operation per candle whenever the candle happens in a buy/sell trading window of the
Rebalance Bear/Bull indicator ().
It always buys/sells the same amount by default (you can set it in the cog menu in the option "Base Crypto Amount To Trade"),
for SOL this is set to 1.0SOL.
This is my first attempt at scalping, it differs slightly from the standards because it does not require fast
response candles or immediate market operations (it can work well with limit trading) and on top of this it also
does not require a stop loss since it uses an indicator that provides the trading windows (surprises can still happen though).
The profit that this strategy tries to take for each buy/sell pair is not configurable and is set at 12% each way when it happens.
NSDT Fracking CryptoThis indicator is part of our Fracking series of indicators and is specifically designed for scalping Crypto. It looks for a particular price action pattern/sequence then displays levels and a label on the chart to show a potential entry, target, and stop based on that analysis. Basically enter long through the green zones and short through the red zones. The target levels are not guaranteed to be hit, but are a good guide with high potential. Pivot Point levels were added for additional confirmation of potential key levels.
Trading is risking and you can lose money. Trade at your own discretion and risk. This indicator is only providing potential scalping zones based on recent price action.
vStrat Algo 1.0 (BETA)vStrat Algo 1.0
The Very First Scalping/Intraday Trading Algo for Options
Note: If you have any favorite indicators that you use regularly and are helpful, feel free to use them in conjunction to this strategy.
Legend:
long = buy call
short = buy put
close entry = sell call/put
BULL = bullish engulfing
BEAR = bearish engulfing
OS = oversold
OB = overbought
Instructions:
1. You can choose to watch the 3 minute or 5 minute chart but be aware of the Pro’s and Con’s. It’s not recommended to use this strategy on the 1 minute chart, but this works on higher timeframes. Keep in mind that the signals will vary on each timeframe.
3 minute 5 minute
i.ibb.co i.ibb.co
2. It’s best to use this strategy right at market open. If a “long” (buy CALLS) or “short” (buy PUTS) signal was given at pre-market, I do not recommend taking it. Only take signals once the market opens. If you really wish to take the signal that was given 1-5 minutes before the market opened, you most definitely can, but its’s just riskier. What I would do is, wait 3-10 minutes after market open and if one Moving Average is respecting the other and holding above or below it, you can enter especially if the blow is bullish, the vStrat Algo 1.0 will also tell you if the candles are bearish or bullish. Use your best judgement.
i.ibb.co [
3. You do not have to wait for the exit signal, everyone's risk management is different so take profits whenever you're green or hold as long as the short-term MA is still trending above or below the long-term MA and is not touching or bouncing off it.
i.ibb.co
4. Avoid taking any signals from 11:30 AM ET - 2:30 PM ET, when stocks are trading sideways since the algo’s stop losses get triggered here due to the low volume.
i.ibb.co
5. Lastly, there is no magic indicator or strategy, this algorithm is designed based on multiple conditions. Each signal gets triggered when ALL the conditions are met. This strategy is based off advanced moving averages, one that reduces lag and responds quicker than the simple and exponential ones, RSI value, S/R, pivot points, and a few others. I’m always looking for ways to improve this scalping algorithm so rest assured any complaints or suggestions will be taken and fixed as timely as possible. For best results, avoid trading with your emotions. If you’re a new user, open a small position, set a stop loss, and let the algorithm decide how you will trade it for that day. Keep doing this until you get more familiar with the script then slowly increase your position sizing, but do not invest money you can’t afford to lose. Play with the settings, change the lengths if you wish, but the script was created to provide the most accurate signals as it is. If you do decide to change these inputs, the signals will also be different. Take profits whenever you see fit, the goal is to have a green day and grow your account slowly but surely. If you make a profit, do not risk giving your money back to the market by overtrading. Always do your own due diligence and use your best judgement. Good luck, Traders!
DISCLAIMER : All information found here, including any ideas, opinions, views, predictions, forecasts, commentaries, suggestions, or stock picks, expressed, or implied herein, are for informational, entertainment or educational purposes only and should not be construed as personal investment advice. While the information provided is believed to be accurate, it may include errors or inaccuracies. Conduct your own due diligence or consult a licensed financial advisor or broker before making any and all investment decisions. Any investments, trades, speculations, or decisions made on the basis of any information found on this site, expressed, or implied herein, are committed at your own risk, financial or otherwise.
Moving Average and PerformanceThis indicator combines several tools that are used daily for analysis:
The performance of the action we are seeing.
The percentage of retracement the stock has made from its all time high.
Possibility of using up to four exponential or simple moving averages in the length we want.
It allows to see or not the levels of four moving averages in daily temporality.
This indicator is unique since it allows you to see in real time the performance of the Stock or ETF that is being analyzed, which allows you to make a timely decision for short, medium or long-term investments.
If you are doing scalping, swing, or intraday trading, you can see the retracement it has made from the ATH (3, 5, 10 or 13%) which can become Supports or Resistances where the price can rebound, Likewise, the levels of the moving averages in 1D temporality can be observed at the same time, which are usually dynamic supports or resistances and it can also be observed in the same temporality of the chart four moving averages that the trader can configure in the length that you deem convenient to improve your analysis and make decisions as quickly as possible.
Este indicador es único ya que permite ver en tiempo real el rendimiento de la Acción o ETF que se está analizando, lo cual permite tomar una decisión oportuna para las inversiones a corto, mediano o largo plazo.
Si se está haciendo trading tipo scalping, swing, o intradía, se puede observar el retroceso que ha hecho desde el ATH (3, 5, 10 o 13%) el cual puede convertirse en Soportes o Resistencias en donde el precio puede hacer rebotes, así mismo se pueden estar observando al mismo tiempo los niveles de las medias móviles en temporalidad de 1D, los cuales usualmente son Soportes o resistencias dinámicas y también se puede observar en la misma temporalidad del gráfico cuatro medias móviles que el trader puede configurar en la longitud que crea conveniente para mejorar su análisis y tomar decisiones lo más rápido posible.
Saper Aude [Strategy]Sapere Aude Strategy
Trend based scalping strategy, to work on lower timeframes (15Minute - 1 Hour)
Calculations on ATR, strategy uses extra conditions to help filter out bad trades.
How to use the strategy?
Simple as when green line shows below, that can be either a good entry point or a signal to start building limit orders on the plot.
I use the ATR as a trailing stop loss for exit.
vica versa for entering shorts. The strategy is only set up to take long positions though.
This is a great scalping strategy for bots in Ranging or up trending markets.
This scripts has 5 variations built within it which are fitted for certain coins & their timeframes
The coins included are
BTC/USDT 1 Hour
ETH/USDT 1 Hour
ADA/USDT 30 Minutes
DOGE/USDT 15 Minutes
LUNA/USDT/15 Minutes
The Strategy backtest results includes Fess and there is NO Repaint! The script is written in Version 4
There is an option in the settings cog to choose from the 5 coins and their timeframes where they have been optimised
There is also an option to change the backtesting range
The stop Losses are also adjustable and listed under the settings
The strategy performs best on the Binance listings
Swing or scalping GOLD [RickAtwood] Swing or scalping - automatically determine the currently active trends. Various moving averages are used. It is also designed for any type of trader from scalping to swing.
The key 3 moving averages are designed to identify support and resistance. If the price bounces off them, boldly open and place a stop of 10-20 pips(currency pairs)
Functional
buy ---> green candles
sell ----> red candles
There are alerts for buy and sell based on crossovers
If the price is above the cloud then buy. If the price is below the cloud then sell. The main thing is to open deals only at the very beginning when the price starts to leave the cloud. Also, your stops will be minimal.
When testing this system, we opened 750 trades manually. Success rate of 71% for currency pairs and for gold
P.s If you have any questions about how to open, how to close deals. Always write to me, I will help you) Success to all.
Breakout & Trend & Scalping (Expo)
Breakout, Trend, Scalping (Expo) gives insights about trend direction, trend strength, trend breakouts, and scalping impulses. The indicator is for traders that easily want to catch true breakouts, find reversals and retracements, and want to be able to gauge the trend strength. The indicator has various input sources: ATR (Default), VWAP, RSI, Average Trend and comes with Breakout Signals , Start of Trend Signals , and Take Profit Signals .
The unique gradient-coloring is used to identify impulses as well as to gauge the trend strength. The Trend Strength is also measured using the value of the BTS line.
Real-Time Alerts
No Repainting
Works on any market and in any timeframe
HOW TO USE
Identify True Breakouts
Identify Trend Strength
Identify Retracements and Reversals
Identify Trend Impulses
Identify Divergences
INDICATOR IN ACTION
5 min chart
Three different modes are displayed on the chart below. ATR Trend, VWAP Trend, and Trend Breakout.
I hope you find this indicator useful , and please comment or contact me if you like the script or have any questions/suggestions for future improvements. Thanks!
I will continually work on this indicator, so please share your experience and feedback as it will enable me to make even better improvements. Thanks to everyone that has already contacted me regarding my scripts. Your feedback is valuable for future developments!
-----------------
Disclaimer
Copyright by Zeiierman.
The information contained in my scripts/indicators/ideas does not constitute financial advice or a solicitation to buy or sell any securities of any type. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, or individual’s trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
My scripts/indicators/strategies/ideas are only for educational purposes!
ACCESS THE INDICATOR
• Contact me on TradingView or use the links below
BINANCE:YFIUSDTPERP Fee FinderUtilizes common maker/taker fees that traders pay on Binance to create scalping price levels.
Options to configure are changing the colors.
The determinant factor in setting the price levels is a custom built 33 minute derivation of price.
This is able to be done with YFI specifically because the MM on it knows you are using x50. If you decide to use x50, this clearly shows that:
You need to catch the absolute top or bottom for scalping for maximizing profit with regards to fees
BNB for fee reductions for trading is essential
Price action is not directional; it is not choppy; it is an algorithm that is able to execute at <1 second intervals to take your money
Delorean Helper by MrTuanDoanThis is a helper indicator for Delorean strategy by Tyrone Foster a.k.a Vector King.
Delorean is a scalping strategy based on EMAs.
EMA 5/13/50/200/800 followed by yellow/red/aqua/gray and blue color
Delorean use 5/13/50 EMAs for short term trend (Scalping).
And 200/800 EMAs for long term trend.
We aim for the EMA 5/13 cross over/under (a.k.a Shift) for scalping in London Session.
We will decide the quality of the shift based on the much the market moves in Sydney & Tokyo sessions (a.k.a The A Range).
The A Range is calculated from 9AM-5PM AEDT (Sydney time).
v0.1 features
Draw Delorean's EMAs template
Show SHIFTS signals (green/red arrows)
Show "The A Range" info
Fully custom color and style
How to use The A Range
Only look for SHIFT signals when Range Size less than 50 pips
Only look for SHIFT signals when market creates false break out on the A Range
How to use SHIFT signals
Green arrow for BUY
Red arrow for SELL
Please always follow your risk management.
[astropark] Auto Fibonacci Retracement ExtensionDear followers,
today a new analysis tool for day trading, scalping and swing trading: Automatic Fibonacci Retracements and Extensions drawer!
It works on every timeframe and market, as it simply draws automatically most important fibonacci levels on the chart.
Based on the analysis window set (default 100 bars, but you can edit it as you like), it finds recent high and low and start drawing the following levels:
recent high and low (black)
golden retracement range: 0.5 * 0.618 * 0.705 fibonacci retracements (gold)
fibonacci extensions range above 1: 1.272 * 1.424 * 1.618 * 2.618 * 4.236 (blue)
fibonacci extensions range below 0: -0.238 * -0.618 * -0.706 * -1(fuchsia)
Whenever the indicator finds a new high or a new low, al fibonacci levels are re-draw automatically.
The indicator will let you:
change analysis window
enable displaying labels related to current fibonacci levels and/or prices
change colors
show/hide each specific level
How to use the indicator?
Basically, all techniques which apply to fibonacci tool are valid here too.
After a big move up or down, a new high or low is created and a retracement is expected: if trend is strong, retracement to golden ration 0.618 will be a perfect spot for buy or sell respectively in order to continue riding the trend.
In general a bounce is always expected when price hit 0.618 retracement , good to know for scalping traders, while swing trades will continue holding the trade for higher profits.
If the golden retracement range (0.5 - 0.705) is broken and then retested from the other side, a continuation move is expected towards previous high/low (fib level 1) and even more towards the fibonacci extensions range above 1 (1.618 - 2.618 - 4.236).
If the base of bounce and trend continuation on golden retracement range, traders can expect
price to hit again previous high/low and
if trend is strong, a consolidation near the previous high/low range (conditions that are respectively bullish and bearish)
do a further continuation towards -0.618 fib level range
Traders must always understand that
the higher the timeframe, the stronger is the meaning and so the reaction when a specific fibonacci level is hit
don't trade blindly, try to find confluences to have an higher chance to be in a winning trade in near future
money and risk management are very important, so manage your position size and always have a stop loss in your trades
As said, this indicators work on every timeframe and in all markets (Crypto currencies, stocks, FOREX, indexes, commodities). Here some examples:
BTCUSDT 1D: after a long run, a retracement is expected and a bounce at 0.618 golden level is more than obvious: perfect short (sell) entry
BTCUSDT 1D: again as previous example, after a long run, a retracement is expected as well as price's bounces back above
EURUSD 1h: lots of info here, directly in the chart below:
bounces on 0.618 golden zone
double top
price breaks 0.618 level and retests it from below targeting previous low
double bottom and bounce back towards golden zone
bearish consolidation at recent low and further decline towards 1.618 fib extension
AMZN 1h stock: lots of info here too, directly in the chart below:
new high is print, price retrace to golden zone
bounces on 0.618 golden zone
price breaks 0.618 level and retests it from below targeting previous low
double bottom and bounce back towards golden zone
rejection at golden zone, price falling targeting previous low again and probably 1.618 fib extension
price breaks hard previous low and hits fib extension range below recent low
price retraces back up towards new golden retracement range
golden retracement range is broken and used as support: targets are previous high and 1.618 extension
once 1.618 extension level is broken and retested successfully as support, price moves towards 2.618 fibonacci extension level
SPY (SPX500) index: lots of info in the chart
interesting to note that March 2020 huge dump can be totally mapped as a series of fibonacci level bounces, so you understand the importance of riding a trend now, right?
after the low was formed, price retraced perfectly to golden ration 0.618
each time price hit a golden level/range, it retraces creating double top and double bottom configurations too
In the chart below we can see the power of the double bottom at golden retracement level: targets are previous high and -0.618 fibonacci extension level
XAUUSD 15m: as we are in a lower timeframe, the default analysis windows has been reduced to 50.
What can we see here:
golden retracement and price is rejected towards previous low
golden retracement hit and price bounces back lower
new high is formed: golden retracement hit and price bounces back higher
price break previous high and hits fibonacci extensions -0.618 and -1
price continues rising forming a regular bearish divergence with RSI
once uptrend is broken, price falls dramatically
first target is 0.618 retracement level, where you see a very small retracement due to strength of sellers
second target is previous low, which is broken and retested many time from below (bearish retest)
third target is fibonacci extension range (in this case 1.414 is almost hit)
as an hidden bullish divergence with RSI was created, price goes back up
This is a premium indicator , so send me a private message in order to get access to this script.
Confluence of Indicators and Signals v1 skvWhy this script
This script will display the buy or sell signals received from indicators, super trend, adx, rsi, macd, sma, and floor pivots along with some tweaked calculations and fixed numbers. This is useful for beginners who want to study the signals and timing to practice. This script is created for educational purpose and can be used for intraday scalping with 5 minutes time frame only after the signals are understood clearly.
How to use
Strong Buy - when series of buy/long signals generated by indicators, bright green up arrow indicates momentum/strength
Strong Sell - when series of sell/short signals generated by indicators, bright orange down arrow indicates momentum/strength
Exits - use the pivot lines, or the RSI-LX, SX exit signals. Also combine with Bollinger Bands to understand the exit points.
Look for reversals at pivot resistance and support.
Disclaimer
1. Only for educational purpose
2. Intraday scalping strategies only and on 5 min timeframe
3. Do paper trade before using any information for actual trading
4. Not swing or positional trade
MULTIPLE EMA TENDENCEExponential Moving Averages configured using the Phicube methodology.
Short Term Averages: 17 and 34
Medium Term Averages: 72 and 144
Long Term Averages: 305 and 610
Very Long Term Averages: 1292, 2584 and 4090
Consider the following SETUPs:
17, 72, 305 and 1292
or
34, 144, 610 and 2584
* Moving Averages Numerically Upward: Upward Trend
* Moving Averages Aligned Numerically to Below: Downtrend
* Average Price: Consolidation
GRAPHIC SCALP SETUP 1 MINUTE
Price Above 34 Period Exponential Moving Average = PURCHASE
Price Below 34 Period Exponential Moving Average = SALE
(Evaluate the Price Action of the 15 and 4 minute graphical times, for Daytrade, before starting operations)
------
Medias Móveis Exponenciais configuradas a partir da metodologia Phicube.
Médias Curto Prazo: 17 e 34
Médias Medio Prazo: 72 e 144
Médias Longo Prazo: 305 e 610
Médias Longuíssimo Prazo: 1292, 2584 e 4090.
Considere os seguintes SETUPs:
17, 72, 305 e 1292
ou
34, 144, 610 e 2584
*Médias Móveis Alinhadas Numericamente para cima: Tendência de Alta
*Médias Móveis Alinhadas Numericamente par abaixo: Tendência de Baixa
*Preço entre Médias: Consolidação
SETUP SCALP GRAFICO 1 MINUTO
Preço Acima da Média Móvel Exponencial de 34 periodos = COMPRA
Preço Abaixo da Média Móvel Exponencial de 34 periodos = VENDA
(Avalie o Price Action dos tempos graficos de 15 e 4 minutos, para Daytrade, antes de inciar as operações)
Binary Superscalping System by Hashtag_binaryBinary Superscalping Systyemis a trend momentum strategy designed for scalping and trading with binary options. This trading system is very accurate with the 80% profitable trades.
- Markets: Forex (EUR/USD, GBP/USD, AUD/USD, USD/CHF, USD/CAD, NZF/USD, USD/JPY,) Indicies (S&P500, Dow Jones, DAX, FTSE100) and Gold.
- Time Frame 5 min, 15min, 30min.
- Expiry Time (4-6 candles).
Buy Call or Buy:
- Trend CCI (170) crossed the zero line upwards (green bar >0);
- Entry CCI (34) crosses upward the zero line ;
- RSI (Relative Strength Index) indicator value is greater than 55 level;
- Heiken Ashi Smoothed indicator is color blue (optional).
Buy Put or Sell
- Trend CCI (170) crossed the zero line downwards (red bar <0);
- Entry CCI (34) crosses downward the zero line ;
- RSI indicator value is lower than 45 level;
- Heiken Ashi Smoothed indicator is color red (optiona).
Exit position for Scalping options:
- Entry CCI (34) crosses in opposite direction trend CCI (170),
- Profit Target:5 min time frame 7-10 pips, 15 min time frame (9-14 pips), 30 min time frame (15- 18 pips).
- Make Profit at fibopivot levels.
- Initial stop loss on the previous swing.
RV-Scalping 34EAV ChannelWorks well with 1/3/5/15 min & above
//34 Exponential Moving Average of the Close
//34 Exponential Moving Average of the High
//34 Exponential Moving Average of the Low
//https://www.forexstrategiesresources.com/scalping-forex-strategies/106-1-min-scalping-with-34-exponential-moving-average-channel/
// When price is above the MAs (Moving Averages) we are only looking to buy as price comes back to the MAs.
// And when price is below the MAs, we are only looking to sell when price comes back to the MAs
// What we’re looking for when price pulls back to the MAs is for it to hold and then show that it is going to continue.
// We look for this continuation signal in terms of a strong, momentumdriven bar.
// 1) – Wait for pullback
// 2) – Enter when momentum comes into market
// 3) – Exit when momentum slows
// When the market has already moved a significant amount that day – Lets not enter in the same direct expecting a further move.
Urban TowersI translated a scalping system by Navin Prithyani into pine and want to share it with you.
Navin has a lot of resources for the system online including an extensive +60m video explaining the ins and outs.
Including links is against the house rules, so you'll have to DYOR.
Quick Criteria Overview:
---
- Can see through EMAs
- Entry above the signal candle
- Stop below the signal candle
- Targets include 1:1, trailing stop, and psychological levels
Why not give it a whirl? Back test it and share your results.
This is a fairly mechanical scalping system to be used on lower time frames.
I have programmed alerts into the system so you don't have to stare at your screen all day.
Happy profits y'all, enjoy the scalper.
Peace.
Cyatophilum Scalping Bot V2 [ADVANCED SETTINGS] [ALERTSETUP]Advanced Settings version of Cyatophilum Scalping Bot V2
For people who like tweaking settings =)
Cyatophilum Scalping Bot V2 [ADVANCED SETTINGS] [BACKTEST]Advanced Settings version of Cyatophilum Scalping Bot V2
For people who like tweaking settings =)
Cyatophilum Scalping Bot V2 [ALERTSETUP]Alert Setup version of Cyatophilum Scalping Bot V2.
Improved version of Cyatophilum Scalping Bot
Default settings for BITMEX:XBTUSD 5m
2% stop loss
2% trailing take profit
Release Notes: Added SMA, EMA and TEMA to the Trend Detector options.
ADX and DI + CMF - Mutation [Redbeard]Hello,
this indicator was mainly made for my scalping indicator which you can find on my profile.
It displays:
- ADX and DI
- CMF
It has implemented additional functions and formulas which count the results of the lines different.
Best to use on lower Timeframe!!!!
Especially when you use it with my scalping indicator, then 1min timeframe is best!
Gold24fx IndicatorGold24fx
Class : hybrid – trend oscillator
Trading type : scalping
Time frame : 5 min
Purpose : detection of optimal buy entry points
Level of aggressiveness : high
Indicator « Gold24fx » was developed for scalping trading in Gold market. It can be used to define optimal buy entry points when the bullish sentiments prevail.
Indicator « Gold24fx » is based on unique author algorithm. It allows to provide quantitative assessments of current market sentiments as well as to visualize them. Also «Gold24fx» can detect divergences between current market price and fair value of the Gold for a specific moment of time. Local undervaluation of the Gold is a reason to generate a buy signal in situation when market is controlled by the bulls.
Thus Indicator «Gold24fx» provides sufficient data to the trader for the successful trading in the Gold market.
Structure of the indicator
Indicator consists of the following elements:
- Market sentiments curve – is presented with 3 color gammas: blue color (bullish sentiments are dominating), red color (bearish sentiments are dominating), green color (flat is present in the market),
- Red cross on the curve – a signal in favor of contraindications for buy trades. Can be related with bearish sentiments in the market or local overbought of the Gold;
- Green triangle on the curve – is a buy signal for short term Gold trades. It appears when the bullish market sentiments are prevail and asset is temporarily undervalued.
Rules of trading
Rules of trading are very simple. Blue color of the curve evidences in favor of bullish market sentiments. When the buy signal appears (green triangle on the curve) long position in Gold should be opened.