Marubozu ScannerCandlestick Marubozu patterns scanner with multiple settings to fine-tune the scanning.
Candlestick Analysis
n4ly's Portfolio ToolThank to user bnh for the idea (Hershey's Portfolio Watch)
A script that shows the total or return on current assets in real time.
You can view all your assets in one currency.
Please refer to the comments in the script and modify them. A little script knowledge is required.
Depending on the number of registered items, it may take some time.
- English translated from Papago
bnh님께 아이디어를 얻었습니다. (Hershey's Portfolio Watch)
현재 자산 합계 또는 수익을 실시간으로 보여주는 스크립트입니다.
모든 자산을 하나의 통화로 묶어서 볼 수 있습니다.
스크립트 내부의 주석을 참고해서 수정하여 사용해 주세요. 약간의 스크립트 지식이 필요합니다.
등록된 항목 수에 따라 다소 긴 시간이 소요될 수 있습니다.
TheStratHelperBased on Rob Smith's Quant Edge
CL = Continuation Long e.g. 2up 1inside 2up
RL = Reversal Long (Rev Strat) e.g. 2down 1inside 2up
CS = Continuation Short
RL = Reverse Long (Rev Strat)
Most of the signals have the combinations like 2-1-2,3-1-2,etc written beside CL/RL/CS/RL except for the continuation 2-2 long and short signals. Those i have them set as a purple triangle up or down without a text.
Signals do not wait for the candle close. They show up as soon as the current/signal candle goes over or under the previous candle.
You can set signals for any long, any short or only the reversals or inside out signals.
I have tried to make this as custom as possible. You can set custom colors and choose which signals to display or hide.
Disclaimer: This is not the full system. Use this indicator at your own risk. I advise you to learn TheStrat from Rob Smith. I may be missing some combinations or have something wrong. I encourage you to let me know if there is something missing or something I can improve upon. I am neither an expert in Pine Script or TheStrat but I'll do my best to accommodate any requests.
engulfing candle detectionthere are better scripts out there similar to this but just testing out my pinescript skills am still new to scripting :)
Compare Forex ExchangesThis indicator allows you to overlay candles of a different exchange over the top of your primary exchange. For example, you might be curious how Oanda's prices compare to FXCM's in realtime.
You can see from the example that generally, the other exchanges swing a little further than FXCM (note this is the 1 minute chart for clarity).
You can use this if you are thinking to change exchanges (or concerned you are being stop hunted etc).
I was just curious to see the difference in real time during new events.
I don't need it anymore - I hope its useful to people
MoneyFlow SCALP
this indicator to trade for a short time in a TF of 1-5-15 minutes.
We have created takeprofit zones for you so that you can understand where we can get to and take your profit. these points are mostly very helpful.
There are basic settings that allow you to adjust the indicator individually for each situation; because of this, this indicator can be used for any exchange and any currency pair.
For Scalp trading, we use 4 different strategies available to our clients. If you enter them correctly, you can never see the minus sign.
Use the link below to obtain access to this indicator.
HG Scalpius - Previous Bar HighlightHG Scalpius - Previous Bar Highlight
This indicator highlights the 20th bar from the current bar and has the below applications for trading the HG Scalpius system:
- Determining if trend mode off switch is triggered, failing to set a new higher (lower) close in the trend with 20 bars
- Determining the highest (lowest) bar in the previous range to decide if a trade is high & tight
bars_back = input(defval=20, minval=0, title="Bars Back")
bgcolor(#9C27B0, offset=-bars_back, show_last=1)
If you come across or think of any other useful scripts for the HG Scalpius system please comment below!
Happy trading!
Bullish and Bearish Engulfing and RSI, DMI and PSAR confirmationThe study combines Bearish and Bullish Engulfing pivot strategy with strong trend confirmative indicators:
Directional Movement Index (DMI)
Parabolic SAR
RSI Bands
Engulfing patterns in market provide a useful way for traders to enter the market in anticipation of a possible reversal in the trend. Engulfing candles tend to signal a reversal of the current trend in the market. This specific pattern involves two candles with the latter candle "engulfing" the entire body of the candle before it. The engulfing candle can be bullish or bearish depending on where it forms in relation to the existing trend
The indicator can be applied to trading pairs with USD, USDT, ETH and BTC quote currencies. Indicator supports spot, futures and marginal trading exchanges. It calculates and compares values of the price action candles to define is there an engulfing and what type it is: bullish or bearish:
If there is a bullish engulfing the indicator fills price action candle with yellow color
If there is a bearish engulfing the indicator fills price action candle with purple color
Advantages of this indicator:
1. This indicator reveals presence of both types of engulfing simultaneously
2. Weak engulfment signals and market noises are filtered by RSI bands, DMI and PSAR confirmations. This allows to receive only strong and confirmed engulfments
3. This indicator includes both
Study with built-in custom alerts to use with your own software through web hook connection.
Strategy with configurable risk management settings (order size, commission, take profit, stop loss and trailing). This provides you opportunity of direct broker connection and allows to conduct backtests before applying the strategy to real account
At the chart you can see the historical price action of XBTUSD at BitMEX exchange from 9th of May 2020 till 17th of May 2020 indicator. Moments when the indicator triggered to enter a position are described with message clouds. Moments when a certain position should be closed are highlighted with circles and commented with clouds
How to use?
Long signals:
1. Apply indicator to the trading pair your are interested in
2. Once bullish engulfing conditions are met price action candle will be colored yellow.
3. Once price action breaks RSI resistance band, retraces and closes below the band the signal is finished and the position should be closed
Short signals:
1. Apply indicator to the trading pair your are interested in
2. Once bearish engulfing conditions are met price action candle will be colored purple.
3. Once price action breaks RSI support band, retraces and closes above the band the signal is finished and the position should be closed
Automatic strategy:
When conditions of long or short position from the strategy are met the script opens position.
Strategy.exit closes the position once risk management settings are met.
Strategy.close closes the position once RSI band rejection is confirmed
If you want to obtain access to the indicator please send us a personal message
Best regards,
SkyRock Signals team
Pin-Bar + VWAP StrategyThis strategy is a modified pin-bar reversals strategy I had implemented before. This one goes long when you have a bullish trend (vwap > ema and px > both) and a pinbar happens at the vwap in bullish direction. opposite for shorts.
How To Limit n Round Trips Per Day [Alerts]Example how to limit the number of round trips per day. If entry condition is never met logic will force a round trip at end of day. Set chart to a timeframe that is lower than 1 Day period.
NOTICE: This is an example script and not meant to be used as an actual strategy. By using this script or any portion thereof, you acknowledge that you have read and understood that this is for research purposes only and I am not responsible for any financial losses you may incur by using this script!
Index / FAAMGThe FAAMG Index contemplates the grouping of the main companies in the American market, Facebook, Amazon, Apple, Microsoft and Google. Which represent approximately 20% of the S&P 500 index. This is a weighted index which considers the approximate market capitalization for each company to date.
TVC:SPX
MIS BreakoutThis script works for all assent class. Though using it for intraday trading.
The Super-trend and MACD combination gives good result. The EMA gives confirmation to the trade.
This gives good result if it is used in continuation to long terms trend.
Period highlighterPeriod highlighter on the chart.
For only start session candle: start and finish period equals.
Candlestick Pattern Detector - Aitch-TThis script detects the following candlestick patterns:
Bullish Patterns:
- Normal 3 Bar Fractal
- Enhanced 3 Bar Fractal
- Engulfing
- Harami ( Inside bar )
- Bullrami (Altenate Bull Harami)
Bearish Patterns:
- Normal 3 Bar Fractal
- Enhanced 3 Bar Fractal
- Engulfing
- Harami ( Inside bar )
- Bearami (Alternate Bear Harami)
- Shooting Star
How it works:
- When you add the script to your chart, green and red dots will appear at the top and the bottom of the chart.
- Red dots at the top of the chart point out the candles that have completed a bearish pattern .
- Green dots at the bottom of the chart point out the candles that have completed a bullish pattern .
How to use:
Use it in conjunction with other analysis tools ( Fibonacci Retracements, Histogram, Willy, RSI , volume , etc) to determine high probability levels.
ORB- Range break outThis script has below features
> Option to choose the bar number for considering break out
> Option to choose the targets based on the candle size
> Option to choose the budget and based on that it will show the quantity to trade
> SL is the candle range
> Can use it in any time frame