AltTrader Scalp & SwingPLEASE READ THIS DESCRIPTION TO SAVE TIME AND UNDERSTAND WHAT THIS INDICATOR DOES
Hello Tradingview World!
It is us, AltSignals, and we're back after many months of working on a new indicator script for anyone to try! Just message us and we will add you to test it out, all feedback is highly appreciated as we're always trying to improve the script.
This script was designed for Cryptocurrency pairs as we know how much you guys love crypto! However it will work on other markets. The AltTrader script uses various indicators in conjunction with each other but the most prominent one is ATR! ATR is truly a secret indicator that many people do not incorporate into their trading strategy, but I have found it to be a great tool for finding trends and predicting tops!
I have made sure to include Take profit 1, Take profit 2 and Stop loss options for AltTrader, this means you can adjust the settings based on percent, make sure to use the measure tool in TradingView if you need to find out the percentage gap of a move. Generally with Crypto pairs the percent moves will be more so 1-5% and with forex much smaller 0.1-0.5% for example.
I have also added in a Power setting which allows you to increase or decrease the number of alerts, the default is set at 100, but you can do it as low as 1 and as high as 500 or more. But remember too many alerts is a curse and over trading may be detrimental to a users performance!
This indicator was designed to work in both small and high timeframe scenarios allowing you to catch small scalp moves and large trend moves, my personal favourite timeframes 15m and 1hr for lower timeframes and 4hr to 1D for higher timeframes. I know it can be tempting to use a low timeframe like 1 minute but there will be a lot of choppy indirection. You don't want to be sitting there all day trading, jumping in and out of every move there is.
I hope this has cleared up some questions for the indicator and I will be happy to answer more over Tradingview Private Messenger if needed. Please message me if you would like a trial as I am looking for feedback as well.
Thank you
AltS Team
Scalping
Bollinger Band with RSI
Using combination bollinger band and RSI indicator as guide to predict price volatility and the best entry point. The strategy logic is pretty straightforward where we're interested with close price that touches the lower bollinger band ; there are only two scenarios that will happened after the price reaches the lower band; the price might rebound from the lower bollinger band or drop lower and continue downtrend. To confirm the price movement, we use a second indicator which is the RSI to further investigate the price trend. For example, if the price reaches the lower bollinger band but the RSI value is not in the oversold region, we can conclude that the price will go lower and continue downtrend. If the RSI value is in the oversold region, we can use this price area as our entry point.
Stop loss is necessary to avoid losing too much capital if the RSI value lingers too long in the oversold region.
Best take profit area is when the price rebound above the middle bollinger band area/upper bollinger band or when the RSI reaches overbought region; whichever comes first.
Long entry:
RSI < 30 & close price < lower bollinger band
Exit entry:
RSI > 70
Default stop loss: -25%
MAC Trader V2.0 [VK]This script is based on a very simple and affective strategy. Usable for scalp, Trend, Swing, positional Trading. Works on all types of markets(Crypto, Stocks, Commodity, Forex, etc) and symbols.
About The Indicator :
The three lines(Grey upper, Red Mid, Grey Lower) moving with the price direction is Moving average channel (MAC) Which is used to determine the Market Direction. Buy/Sell signals are plotted on RSI Oversold/overbought Which is used For Entries. Small Red Line plotted below the Buy/Sell Signals is Stop loss and The Dotted lines in Green, Grey and Red are the take profit lines.
How to use :
Buy When Buy Signal, Sell When Sell Signal (Entry only After Candle Close). Use The red line below/above signals for Stop Loss. Green Red dotted lines to take profit targets, move your stops above/below as targets hits.
Functions :
Moving Average Channel (MAC) For Direction
RSI for entries
ATR for stops
Support/Resistance Lines to Take Profits
Color candles When Price Above/Below MAC
Additional Feature :
Chop Signals for Scalping/continuation/Mid Entries - This feature can be turned on in the indicator settings Which will plot B/S signals for entries.
TIP : Use MAC input 34,48 for low volatile markets (Indices, Gold , etc)
ATR + %R Scalping StrategyThe Average True Range is a single line indicator that measures volatility. The indicator was originally developed by J. Welles Wilder to measure the volatility of commodities within the futures market.
ATR does not measure price trends or price direction hence %R and Parabolic SAR indicators were added.
The strategy enhances standard Average True Range and %R composition with trend confirmation and filters which clear out market noises and manipulations from triggers.
The strategy supports traditional and cryptocurrency spot, futures, options and marginal trading exchanges. It works accurately with BTC, USD, USDT, ETH and BNB quote currencies. Best to use with 5 and 15 minutes timeframe charts and Limit orders.
The strategy can be and should be configured for each particular asset. You can change filters and risk management settings to receive the most advanced accurate alerts
Advantages of this script:
Strategy has high profit factor around 30.32
Backtests show high accuracy around 91.18%
High Net Profit percentage
Low Drawdowns
Weak signals are filtered
Dynamic Take profit and Stop loss
Fast deals around 50 minutes per trade
Can be applied to any market and quote currency
Easy to configure user interface
How to use?
1. Apply strategy to the trading pair your are interested in at 5m or 15m timeframe chart
2. Configure the strategy: change filters values and risk management settings until Strategy tester shows good results according to mathematical expectation
3. Set up a TradingView alert to trigger when strategy conditions are met
4. Strategy will send alerts when to enter and when to exit positions
Scalping using RSI 2 indicator with TSLThis strategy implements a simply scalping using the RSI (calculated on two periods), the slopes of two MAs ( EMA or SMA ) having different lengths (by default, I use 50 and 200).
A trailing stop loss (%) is used.
Entry conditions:
.) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long
.) Fast MA < Slow MA and Price < Slow MA and RSI > Overbought Threshold ------> go Short
Exit conditions:
.) Long entry condition is true and (close >= TP or close <= TSL ) ----> close short position
.) Short entry condition is true and (close <= TP or close >= TSL ) ----> close long position
The strategy performed best on Bitcoin and the most liquid and capitalized Altcoins but works excellent on volatile assets, mainly if they often go trending.
Works best on 3h - 4h time frame.
There's also an optional Volatility filter, which opens the position only if the difference between the two slopes is more than a specific value, which can be set in the study inputs. The purpose is not opening positions if the price goes sideways and the noise is way > than the signal.
Note:
.) the RSI length is 2;
.) the oversold Threshold is 90%;
.) the overbought Threshold is 10%;
.) by default, the trailing stop loss per cent is 1%;
.) by default, the fast MA length is 50;
.) by default, the slow MA length is 200;
.) by default, the MA used is EMA.
Cheers.
Scalping using RSI 2 indicator with TP and TSLThis study implements a simply scalping using the RSI (calculated on two periods), the slopes of two MAs (EMA or SMA) having different lengths (by default, I use 50 and 200).
A take profit (%) and a trailing stop loss (%) are used.
Entry conditions:
.) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long
.) Fast MA < Slow MA and Price < Slow MA and RSI > Overbought Threshold ------> go Short
Exit conditions:
.) Long entry condition is true and (close >= TP or close <= TSL) ----> close short position
.) Short entry condition is true and (close <= TP or close >= TSL) ----> close long position
The strategy performed best on Bitcoin and the most liquid and capitalized Altcoins but works excellent on volatile assets, mainly if they often go trending.
Works best on 3h - 4h time frame.
There's also an optional Volatility filter, which opens the position only if the difference between the two slopes is more than a specific value, which can be set in the study inputs. The purpose is not opening positions if the price goes sideways and the noise is way > than the signal.
Note:
.) the RSI length is 2;
.) the oversold Threshold is 90%;
.) the overbought Threshold is 10%;
.) by default, the take profit per cent is 0.5%;
.) by default, the trailing stop loss per cent is 0.5%;
.) by default, the fast MA length is 50;
.) by default, the slow MA length is 200;
.) by default, the MA used is EMA.
Cheers.
MRC Trend Trader [VK]MRC Trend Trader one of the best indicator by VK. Usable for Trend, Swing, positional Trading. Works on all types of markets and symbols, Best To use in Time Frame Higher Than 30m
About The Indicator :
This indicator uses MACD to scan the Trend Based on Higher TF and RSI+CCI for entries . It also has the ability to plot MACD crossing signal line in higher TF, plotted on the bottom of the chart and ATR is used for Stop Loss, plotted below Signals. One of the best function of this indicator is support/resistance levels, dot lines plotted on the chart, Which can be used to Take Profit as targets.
How To Use :
The main strategy behind this indicator is to only Long When Background Trend is green and only Short when Background trend is red . Enter on B/S Signal close.
Functions :
- MACD to scan Trend and MACD cross on Multi Time Frame.
- RSI to find lower Buy entry and Higher Sell entry (MTF - Only use current TF or Lower).
- CCI to find continuation entries (More Signals).
- Stop Loss.
- Support and Resistance Levels (Take Profit Targets).
This indicator is set up keeping Money management as one of the main priority, Keep taking profits on targets and always move Stop Loss to Breakeven Once in Profit.
PM for access.
TM24_SCALP_TOOL_SPECIALTM24_SCALP_TOOL_SPECIAL helps to identify following Things for Intraday-Swing Position on 1- 5 Minutes + timeframe along with Trend, Support , resistance , reversal and Breakout levels.
1. Market Trend (Different Timeframe)
2. Price Direction
3. Area of Support & Resistance
4. Price Momentum
Terminology Use ==> Red for downtrend and green for uptrend on that timeframe
Display and Interpretation ==> Buy Sale Signal with breakout 1-2-3-4-5 for different time frames.
any value signal ending with * shows breakout of support/ resistance and value signal starting with * shows entry to a momentum zone.
Use market structure, chart pattern, trend lines for more support..
Time frame ==> Use proper Signal with 60 minute or daily time frame
What to Identify ==> Overall Trend for the Swing
How to Use ==>
See how and order buildup is seen and current order position. Also area for volatility and expected movement in price direction
Note: - Use market structure, chart pattern, trend lines and price action parameter for more confirmation.
Entry ==>
Let’s wait the proper area of support or resistance ( Area of Value in case of trend pattern use)
Exit ==>
SL of swing high/low out of market structure with proper risk management and target with proper Risk/ Reward Ratio
Use the Below Contacts to Access this Indicator
OH2B Trading Indicator Ver2.0OH2B TRADING INDICATOR
The OH2B Trading Indicator is an indicator built for beginners.
It gives you entry points for BUY and SELL based on Trend Channel and Ema-Crossover.
It also gives you EXIT POINTS for taking profits based on the Average Directional Index and Relative Strength Index.
TRADING WITH OH2B INDICATOR
The OH2B Trading Indicator gives you entry points for BUY or SELL .
When the ema1 crosses above ema2, the trend channel will be painted GREEN in color, and a BUY signal will appear. = BUY
When the ema1 crosses below ema2, the trend channel will be painted RED in color, and a SELL signal will appear. = SELL
When a BUY or SELL signal appears on the chart, don't rush into any trade.
Please allow a few hours for confirmation of signals .
After confirmation, it is suggested to enter 50% first and another 50% near the Trendlines .
After entering a trade, please remember to set a stop-loss alert of an opposite signal.
To TAKE PROFIT , please follow the Triangles indicated on the chart
RED Triangles are the Take-Profit targets for the BUY (long) signal
GREEN Triangles are the Take-Profit targets for the SELL (short) signal
*After taking profit, please set a Stoploss to at least break-even level to protect your profits.
Often the price goes to the Trendlines after the signal, so keep some funds to increase the position or even open all position near the Trendlines , or use it for re-enter with SL after you closed position on TPs.
Setting alerts for Trade
Remember to set an alert so that you won't miss any opportunity.
TradingView will notify you immediately when a new signal pops up on the chart.
Tips for the beginners:
Recommended using the indicator at 1H - 2H Timeframe .
Recommended using the indicator for Spot Trading at both Crypto and Stock Market.
Do not use leverage above 5x.
No more than 5% of the deposit in one trade.
Do not rush into any trade when a new signal pops up, please allow a few hours for confirmation of signals.
scalping against trapped countertrendAbstract
This script attempts to find the end of countertrend.
This script uses oscillators to measure long term and short period trends. When the long term trend keeps positive and clear short term period is over, this script provides a buy signal.
This script does not contain pullback, cut loss and re-enter. You need to add it manually.
Introduction
Many traders want to buy when long term trend is bullish and short term pullback is over.
This is because we can take advantage to the emotion of countertrend traders.
Countertrend traders realizes their profit is finite and therefore want to protect their profit well and limit their loss.
This script is inspired by a searchable trading strategy video.
The video mentioned 4 points.
(1) long term trend. The video did not spend much ink on this point. You can use any method to observe.
(2) clear pullback bar (at least 50% body)
(3) weak bar after clear pullback
(4) entry trigger buy stop
This script attempts to quantize these points to determine trading direction.
This script is originally designed for timeframes lower than examples in the video but you can apply it on any timeframe.
Computing and Adjusting
(1) long term trend
This script uses smoothed stochastic.
(2) clear pullback bar
Since this script is originally designed for timeframes lower than examples in the video, so the condition becomes:
RSI is low enough
(3) weak bar after clear pullback
RSI goes back from low level.
(4) entry trigger buy stop
This script does not include this condition.
You can decide enter when buy stop or pullback.
Parameters
x_src : the value for computing oscillators
x_len_a : how many bars for measuring short term trend
x_len_b : how many bars for measuring long term trend
x_k_b : smooth long term trend, the average value of stochastic values
x_changk = check if clear short term pullback appears recently. 1 means do not use, larger numbers means how long of periods to check.
x_rsi_ct : threshold of short term pullback clear
x_rsi_ft : threshold of short term pullback end
Reading numbers in Strategy Tester
Most possible loss :
(1) to find rational pullback. Generally 1/3 to 2/3 atr.
(2) to find cut loss distance. Generally 1 to 2 atr.
Most possible profit :
to find if trading the opposite direction against this script is profitable.
Conclusion
This script can suggest us trading direction.
Waiting for pullback can reduce risk, compared to buy stop.
This script does not provide good signals in sideways markets.
Reference
A searchable trading strategy video
Multi-Timeframe Stoch RSIGood evening folks!
Today I want to share with you a simple variant of the Stochastic-RSI built-in indicator.
Nothing too complex: by enabling the relative checkbox and setting the desired (k, d or the RSI ) source and timeframes, you can see higher timeframes data plotted on your screen.
Everything you need to do is enabling the indicator on the lowest timeframe (in this case 15 minutes), then you will see in YELLOW the information retrieved from the next higher timeframe (in this case 30 minutes) and in RED the information retrieved from the highest timeframe (in this case 45 minutes).
IT'S IMPORTANT THAT YOU DISPLAY THE INDICATOR ON THE LOWEST TIMEFRAME!
You can play with the overbought and oversold heights in order to have the best configuration you want (in oversold conditions is suggested to buy while in overbought conditions is suggested to sell)
The higher timeframes data are retrieved avoiding repainting since the method used for taking them is the 10th method described in this PineCoders Article , so, if you want to enable alerts, you SHOULD ignore the disclaimer message related to it without any problem.
Good Trading!
Ak for Banknifty intradayHi friends this is Ak for Banknifty Intraday
It analyse price action when price makes higher high or higher low and it scalps and take profit ..its occur in moment of time so for that algo trading require..it automatically take profit and stoploss and close trade near session end. u can also change time for close trade...it automatically calculate previous candles high and low and when it breaks it generate buy and sell signal...
PROFIT MAKER |Crypto|ETH|BTC|YFIThis is a trend-following strategy that works very well for many Crypto assets in the usd or usdt pair
It can be used for both futures and spot!
Some of the assets in which this strategy is proven are
Asset Exchange TF
BINANCE:ADAUSDT Binance 45m
BINANCE:BTCUSDT Binance 1h
BINANCE:YFIUSDT Binance 30m
BINANCE:DOTUSDT Binance 45m
BINANCE:ETHUSDT Binance 30m
BINANCE:LINKUSDT Binance 45m
BINANCE:DOGEUSDT Binance 1h
And many others..
BINANCE:BTCUSDT
BINANCE:LINKUSDT
What is this strategy based on?
It is a combination of various parameters, including
-RSI: The relative strength index (RSI) is a momentum indicator used in technical analysis that measures
the magnitude of recent price changes to evaluate overbought or oversold conditions in the price of a stock or other asset.
-MACD: Moving average convergence divergence (MACD) is a trend-following momentum indicator that shows
the relationship between two moving averages of a security’s price.
-ADX: ADX is used to quantify trend strength. ADX calculations are based on a moving average of price range expansion over a given period of time.
-DMI: DMI is a moving average of range expansion over a given period (the default is 14 days). The positive directional
movement indicator (+DMI) measures how strongly price moves upward; the negative directional movement indicator (-DMI)
measures how strongly price moves downward. The two lines reflect the respective strength of the bulls versus the bears.
Included:
Different forms of Take profit, included:
Take profit on squeeze candles
Take profit based on Risk-Benefit (RR)
Take profit a pre-determined %.
Different forms of Stop Loss, including
ATR-based stop loss
Trail stop loss (with option to use a trigger)
Stop loss a pre-determined %.
**All trades include 0.1% of fees + slippage
** The statistics displayed are for the year 01-01-2020 and the period from 2021 to the date of publication (14-01-2020)
For access you can send a message or consult in my social networks.
Links in my tradingview signature (below).
TMA + OSMA Scalping SystemSystem is based on TMA Bands + OSMA + EMA Zone. Signal is generated when:
- price recently touched lower or upper band
- price is crossing EMA Zone
- OSMA is aligned in direction of trade to be taken
Natural Target would be opposite band set by TMA.
SwingScalpin MA'sDefault
HMA's + Trend Signals
Default SMA's
ALMA
BarColoring
The idea behind this script was to incorporate a few different moving average types into 1 indicator so multiple trading strategies could be implemented depending on Price Action. This indicator includes 3 HMA's, 2 user defined EMA/SMA's, 1 ALMA (which also is used for the bar coloring), and Trend signals at the bottom of the chart (which are defined by the 1st MA). By default all of the Moving Averages are set to false because they aren't meant to be used together unless you so chose to. The only feauture initially being shown are the Trend signals at the bottom of the screen.
HMA's - The default lengths for the HMA's are 7, 14, and 21.
This is not Financial Advice nor am I saying this works all of the time but here are a few examples of how I've traded the HMA's... OF course thid depends on overall PA but the idea is to enter and exit when all
three HMA's turn Green or Red...
For quicker entries and exits, you could enter when the Fast HMA crosses the Medium HMA and exit when the it crosses back over/under the Medium HMA.
For more of a swing trade and when there's definitely an established trend, I would stay in the trade until Fast HMA crosses under the Slow HMA, otherwise it might just be a normal retrace prior to making another move up.
When PA is ranging but not really trending in either direction, I'll use the Slow HMA as somewhat of a Trailing SL.
The 2 user defined moving averages can either be an EMA or SMA. The 1st MA is set to the 200 SMA by default, which also triggers the Trend signals at the bottom of the chart. The 2nd MA is set to the 6 SMA by default.
The ALMA is set to 50 by default, which is also used for the bar coloring. Lastly, all of the MA's change color depending on the trend.
Scalping Strategy with SL and TP activation settingsThis strategy can be used on pretty much every timeframe that gives you a satisfying performance and will give you entries with a high probability of a winning trade.
Recommended are lower timeframes, because after all this is a scalping strategy and with that your chart wont be cluttered.
How to use this script?
Currently you can setup your positions SL and TP, because the markets vary in volatility it could improve the performance of the strategy.
You will simply get your signals and can decide to act upon them.
Stop loss: Simply your stop loss order which will trigger when price moves a given % away from your entry.
TP-Activation: When price reaches your % target it will trigger a stop limit order. So if price turns against your position after reaching your target it will close your position in profit and if it runs in your favoured direction it will trigger at a later stage.
Trailing-Offset-%: After reaching your % target it will trigger the TP order with an offset. So if you set your trailing offset to 0.1%, your TP order will be set behind 0.1 %. This can be used to test if the strategy would perform as well
if you leave more room for trades to play out.
Will this script make me profitable?
No strategy is a silver bullet and it depends mostly on you.
Trading is not easy and most people fail, because their risk management skills arent solid or they cant control their emotions.
This script will give you statistically often good entries, so even if you hit a losing streak your SL will protect you from losing more than necessary until you get a winning streak.
Patience and consistency is key to be profitable in the long run.
Does the script repaint?
Although you will get a notification when setting an alarm that the indicator may repaint, no security function is used and the signals will stay on the chart, because the signal is calculated based on the last candle close and will trigger with the next candle.
I am still looking into why that notification pops up.
You are free to try the indicator for a limited time to be sure.
My experience with the strategy
The overall statistical advantage is great. The strategy can be used simply as it is, but becomes better if you already have some experience with trading. Sometimes it will give you a good entry, reaches your target and the price still goes in your preferred direction. So your trading returns and experience could be improved with confluence, but it is totally fine as it is and if used right will help you get going.
Disclaimer: This is no financial advice. This is a tool and I am not responsible for your actions.
If you are interested in the indicator feel free to dm me on TradingView.
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
[RS]MACD Divergence V1This oscilator was created by Ricardo Santos using MACD's histogram as the series to find low and high fractals and from there find and plot divergences.
I just modified it a little bit to make it to look more like the MACD public library indicator and use the actual MACD series (instead of the histogram) to find the fractals and from there plot divergences.
I did this to make it easier for me and other fellow students of a Forex school where we use these type of divergences to find patterns.
TFi Pivot Reversal V3The Pivot Reversal Study uses pivot points to create a support and resistance level; based on this levels the script creates virtual stop-market orders to catch the trend if the price is crossing the pivot lines.
A "Pyramiding" input allows to configure up to 3 entries; the script enters an additional position if the price falls by a configurable percentage amount (long), the reverse to short orders.
A configurable profit-target and stop-loss is being used to exit an open position.
An optional Moving Average filter can be used to enable only long or short positions.
The script renders a status box at the last bar, which shows the current position status and result of the built-in trading simulation results.
It shows the following statistic values:
current position PnL - also background turns green if position is in profit and red if in loss
the percentage distance to the profit-target and stop-loss level
the overall number of wins and losses and the win/loss ratio
the overall profit and loss amount (assuming a quantity of 1)
the net-profit and profit-ratio
For the correct simulation of entry/exit prices, the script contains inputs for a percentage entry and exit slippage.
The study also creates configurable alerts, which follow the exact position of the entry/exit markers. The default alert messages contain trading instruction to execute orders via Alertatron; but the message content can be replaced if configuring the alert in the Tradingview environment.
The script was mainly backtested with crypto-coins, e.g. XBTUSD at 15min timeframe. But the script also works with any other type of security and timeframe.
How to access
This strategy is a "Invite Only" script. You can can subscribe or purchase the strategy; please use the link below or send me a message via Tradingview to obtain access to the strategy and study script.
For enabling the script in your Tradingview chart window, click on "Indicators" and select "Invite-Only Scripts".
Full list of alerts
'Alertatron Exit' ... Exit all open positions.
'Alertatron Enter Long' ... Enter long position, w/o stop-loss being used.
'Alertatron Enter Short' ... Enter short position, w/o stop-loss being used.
'Alertatron Enter Long SL' ... Enter long position, w/ stop-loss being used.
'Alertatron Enter Short SL' ... Enter short position, w/ stop-loss being used.
Full list of parameters
"Pivot Left Bars" ... Number of bars on the left of the pivot point - used for pivot /peak detection.
"Pivot Right Bars" ... Number of bars on the right of the pivot point - used for pivot /peak detection.
"MA Filter Fast" ... Moving Average filter fast period.
"MA Filter Slow" ... Moving Average filter slow period.
"Profit Target Option" ... Configure the profit-target either as a fix percentage value or an ATR.
"Profit Target " ... Fix percentage profit-target.
"Profit ATR Period" ... ATR profit-target period.
"Profit ATR Factor" ... ATR profit-target factor/multiplier.
"Stop Loss Option" ... Configure the stop-loss either as a fix percentage value or disable the stop-loss completely.
"Stop Loss " ... Fix percentage stop-loss.
"Rebuy Loss " ... Percentage loss of the initial position before script enter a nw position in the same direction.
"Pyramiding" ... Maximum number of positions.
"Show MA Plots" ... Show/hide Moving average plots.
"Slippage Entry " ... Percentage slippage for entering a position.
"Slippage Exit " ... Percentage slippage for exiting a position.
"Statistic Label" ... Defines the position of the statistic label relatively to the last bar in the chart.
"Backtest Start" ... Backtest start time; area outside this timeframe will be grayed out.
"Backtest Stop" ... Backtest stop time; area outside this timeframe will be grayed out.
"Backtest Mode" ... Closes the currently opened position if chart switches to last bar; please only enable if backtesting, otherwise it leads to unwanted alerts.
William %R Scalper for GoldWilliam %R Scalper or WPR Scalper tool is used with small time frame : 5 , 3 or 1 minute, it uses two different William %R indicators : one for fast move with 9 period WPR9 and one slow with 54 period WPR54. You can find buy zone when WPR9 < -90 and WPR54 < -80 and sell zone when WPR9 > -10 AND WPR54 > -20. For experience user only you can adapt the two periods and threshold levels to your need. You can use only WPR9 to place trade and validate trend with WPR54.
Pro Algo Scalping/DT/ST No Repaint/No Lagging by@ProKingTV This is a bar-by-bar trading signal system for scalping, day trading or swing trading on all time frames. It generates ONE signal(buy/sell or long/short) for the most of important bars and candles with no repaint and no lagging.
How does it work?
* Defines all support/resistance(S/R) levels based on floor trader’s pivot points and my own S/R levels.
* Calculates the trend/reversal signals, price reactions close to all above S/R levels.
* Generates one trading signal: buy/long or sell/short based on all combined factors.
What are the signals?
* Blue Arrow signals are bullish
* Pink Arrow signals are bearish
How to use?
* Blue Up Arrow : Buy(Long) or continuous Buy(Long)
* Pink Down Arrow : Sell(Short) or continuous Sell(Short)
* Increase time frame to reduce signal noises, but will generate less trading opportunities.
* There is no way to filter all noises even with higher time frame, all the trades must have a stop.
* This indicator is highly sensitive to a price change and reversal signals will be generated immediately.
How to access?
* PM me to obtain access
* 10 day Free Trial is available
Zeta ScalperWhat is Scalping?
Scalping is a trading strategy aimed at profiting from quick momentum in a volatile index or stock.
Traders who use such strategies place anywhere from 10 to a few hundred trades in a single day.
The idea behind such type of trading is that small moves in an index or stock price are much easier to capture than the larger moves.
Traders who use such strategies are known as scalpers. When you take many small profits a number of times, say 10 points scalped 20 times per day, they can easily add up to large gains.
An Option Buyer's Biggest Enemy is Time Decay and when you scalp, you do not allow the time decay to eat your Option Premium as your Entry and Exit is often quick enough.
What is Zeta Scalper?
Zeta Scalper indicator is a momentum based indicator which tries to detect momentum based upon a number of Candle Stick Patterns.
When it thinks a move has the potential to turn into a big move, it generated its Buy/Sell Signals.
It is a well known fact that actual drivers of the market are Big Institutions, Mutual Funds & Big Guys with deep pockets.
They have large amounts of money to invest and they buy & sell in bulk.
When they buy, often their objective is to buy at lower levels (below average price of the day) & when they sell they sell at higher levels (above average price of the day).
Zeta Scalper seeks to detect this activity. When aggressive buying or selling starts where Buying & Selling Forces become unequal, the Price starts moving in one direction with candles making Higher Highs or Lower Lows.
Zeta Scalper detects these Higher Highs or Lower Lows and generates Buy or Sell signals when this happens.
In order to use this indicator, simply deploy this on your chart, and wait for Buy/Sell signals.
It works on all time frames including 1 min. 3min. 5min. & 10min. etc.
When a Buy Signal is followed by Sell signal (let it be after 3 - 4 candles or after many candles) or vice-versa, you have to switch your position to make most of the reverse move.
It is a general purpose indicator and may be used on stocks, commodities and currencies alike and is not meant for any specific market.
How to Take Buy/Sell Entry with Zeta Scalper?
Whenever you see a Buy Signal, mark its closing price with a horizontal line and as soon as a candle breaks this candle's High, it is time for you to take Entry.
Your STOP LOSS could be just 0.5% below your Entry Price, hence, no big loss even if things go wrong.
Keep moving your STOP LOSS up as the price moves in your favour and when market turns around and you see a SELL signal, it is time to book your BUY position profit and take Entry on SELL Side now and so on.
How to get this indicator?
This is invite-only indicator. Get in touch with us using information given below in Signature field to try this tool FREE.
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.