Pulse Profits+ Study v2.0Here is the updated version of our Pulse Profits+ study based on the combination of the Chande Momentum Oscillator and Elder's Force Index . This version was updated to include stop-loss and improved signals
Red background highlights mark sell signals and green highlights represent buy signals. All signals are accompanied by corresponding alerts that can be tailored for the various automated trading platforms.
All indicators can be found on our website in the bio and come with their strategy equivalents
Komut dosyalarını "profit" için ara
High Profit RunIdentify regions of high profit runs. Long or short. The line shows the profit percent in the current run.
Those might be the places that it is wise to take a profit instead of waiting longer.
Or a reverse counter reaction could be expected.
Take ProfitThis simple indicator shows gains/ losses and profit taking opportunities for a strategy that consists of regularly investing a static sum to an asset (ex: adding $25 to BTC every week).
White = Investment (new money)
Green = Take-profit
Purple = Total Gains / Losses on + investment
Blue = Total Gains / Losses on + investment - take-profit
Red = Total Gains / Losses on - investment
Orange = Total Gains / Losses on - investment - take-profit
RedBG = Orange < 0
GreyBG = Weekend
Settings:
- Amount to invest each week
- Day of the week to invest (1 = Sunday, time is defaulted to 12:01 AM of that day)
- Amount at which to take profit
- Start time (This is calculated in weeks since UNIX Epoch; increasing the number by 1 means moving the start time forward 1 week)
Enjoy!
ATR based Pivots mcbwHey everyone this is an exciting new script I have prepared for you.
I was reading an old forex bulletin article some time ago when I came across this: solar.murty.net (or you can download the full bulletin with lots of other good articles here: www.forexfactory.com).
You can already buy this for metatrader (www.mql5.com) so I figured to make it for free for tradingview.
This bulletin suggested that you can reasonably predict daily volatility by adding or subtracting multiples of the daily ATR to the daily opening. Using this you can choose multiples to use as price targets and alternatively as stop losses. For example, if you already have a sense of market direction you can buy at market open place a stop loss at - 1 daily ATR and a profit target at + 3 ATRs for a risk to reward ratio of 3. If you are looking for smaller/quicker moves with a ratio of 3 you can have a stop loss at -0.25 ATR and a take profit at +0.75 ATR.
Alternatively this article also suggests to use this method to catch volatility breakouts. If price is higher than the + 1 ATR area then you can safely assume it will be going to the +2 ATR area so you can put a buy stop at + 1 ATR with a profit target at + 2 ATR with a stop loss at +0.5 ATR to catch a volatility breakout with a risk to reward ratio of 2!
Even further there are methods that you can use with ATRs of multiple window sizes, for example by opening two copies of this indicator and measuring recent volatility with a 1 week window and long term volatility within a 1 month window. If the short term volatility is crossing the long term volatility then there is a high probability chance that even more price movement will occur.
However I have found that this method is good for more than daily volatility , it can also be used to measure weekly volatility , and monthly volatility and use these multiples as good long term price targets.
To select if you want daily, weekly, or monthly values of the ATR of volatility you're using go to the settings and click on the options in the "Opening period". The default window of the ATR here is 14 periods, but you can change this if you want to in "ATR period". Most importantly you are able to select which multiples of the ATR you would like to use in the settings in "ATR multiple 1" which is the green line, "ATR multiple 2" which is the blue line, and "ATR multiple 3" which is the purple line. You can select any values you want to put in these, the choice of 0.25, 0.5, and 1 is not special, some people use fibonacci numbers here or simply 0.33, 0.66, and 0.99.
Repainting issue: This script uses the daily value of the Average True Range (ATR), which measures the volatility that is happening today. If price becomes more volatile then the value of the ATR can increase throughout the day, but it can never decrease. What this means is that the ATR based pivots are able to expand away from the opening price, which should not affect the trades that you take based on these areas. If you base your take profit on one of these ATR multiples and the daily volatility increase this means that your take profit area will be closer to your entry than the ATR multiple. Meaning that your trades will be more conservative.
While this all may sound very technical it is super intuitive, throw this on your chart and play around with it :)
Happy trading!
% Bars in ProfitUse this to determine how often your average entry price for shorts and longs over the last 11 trades are in profit or not.
DEMARSIV1 alerts and take profitThis version is the same as DEMARSI with following differences
I add take profit to short and long when DEMA MTF 1 is crossing DEMA MTF 2 (they are calculated different that why when you increase int2 in min to longer time the difference between them increse)
if you want the TP to be on signal of fast and slow DEMA RSI 2 (just change the code inside) by putting the long cond to be as the buy cond
for any questions please ask
poki buy and sell Take profit and stop lossThis indicator is based on modelius model of lazy bear weis model with ATR for the buy=B sell =S
in addition there is Take profit and stop loss in % both for short and for long
next stage is to know the resistance level and support based on bollinger marked in blue and red dots
Also included Parabolic Sar (blue and red dots rising up or down)
The color of bulish or bearish zone is based on the cross of Hull avreage and linear regression ( for each time set may need different setting for accuracy )
So how to use this scrupt to better profit
1. if you have B signal and its on lower support level then its good starting place for buy. look at the Parabolic Sar if its in agreement. The exit can be either by S =sell, Take profit that you decide on % or by end of Parabolic SAR upward
2. exact the oposite for short
Play with setting for the desired results or change modify this script for your purpose
Hull modelius take profit and stop lossThis model has Hull moving average, fibs in form of Bollinger ,SMA and Modelius model with ATR for buy and sell power based on weis volume. Inside alerts for buy and sell. take profit and stop loss for both longs and shorts
so have fun
Alerts 4 Crossover Strategy w/Take Profit + Trailing StopThis is the companion script for the "Crossover Strategy w/Take Profit + Trailing Stop - Study". It's sole purpose is to provide the alert triggers for use with AutoView!!!
***** YOU MUST BE SURE THAT ALL SETTINGS MATCH THE CORRESPONDING CROSSOVER STRATEGY *****
Crossover Strategy w/Take Profit + Trailing Stop - StudyThis script is a result of hours of trail, error and research. If something is not functioning as anticipated, please notify me with a description and possible screen shot of the issue.
The strategy is a basic crossover strategy. When MA1 crosses above MA2, it will trigger a long entry. When MA1 crosses below MA2, it will trigger a short entry.
When using the Take Profit function, the trailing stop will automatically activate at the defined TP3 level.
Also, when TP1 is hit a stop loss is set at 0.3% (this can be adjusted in settings) above/below the current entry. When TP2 is achieved, the stop will move up to the TP1 level.
If the trailing stop locks in LESS profit than the TP2 level, the stop will trigger at the TP2 level. This will continue until the trailing stop has moved to a level more advantageous than TP2.
There is a companion Alerts script for use with AutoView.
***AutoView syntax IS NOT provided***
Trade Genius Sling Shot IndicatorOur proprietary reversal indicator with high profit factor, if interested: www.tradelikeagenius.com
ATR and VIX For Profit Target and RSI LimitThe red line, based on ATR, should be used as a percentage gain goal. So I will set my profit targets based on this percentage.
The grey line is based on William's VIX and I use it to judge what RSI I should sell at.
EMA Cross Alerts /w Take Profit and StoplossSimple Alert for Automated Trading Based on EMA Cross.
Also includes the ability to add Take Profit, Stoploss, and Trailing.
PM for use.
RSI Multi Time Frame - Spot Panic Sell Moments and profit!Union of three RSI indicators: 1h, 4h and daily. In order to show 1h RSI, you have to set it as active time frame on the chart.
Purpose: spot "triple oversold" moments, where all the three RSI are under the threshold, which is 30 by default but editable.
Target Market: Cryptocurrencies. Didn't try it on other ones, may work as well. Fits Crypto well as, by experience, I can tell it usually doesn't stay oversold for long.
When the market panics and triple oversold occurs, the spot is highlighted by a green vertical bar on the indicator.
The indicator highlights triple overbought conditions as well (usually indicating strong FOMO), but I usually don't use it as a signal.
I suggest to edit the oversold threshold in order to make it fit the coin you're studying, minimizing false positives.
Special thanks to Heavy91, a Discord user, for inspiring me in this indicator.
Any editing proposal is welcome!
I reposted this script, as the first time I wrote it in Italian. Sorry for that.
Autoview/Profit Trailer AlertsAlert Script for use with Autoview/Profit Trailer Scalping Strategy. Specifically intended for use with Autoview + Profit Trailer. Only contains usable Buy alerts.
BTC Mass profit alarmThis is a modified version of my "BTC Mass profit" strategy so that you can add alerts when a signal is produced
Wave & Trend Autoview Advanced Indicator & AlertsWave & Trend Autoview Advanced Indicator & Alerts - Version 1.0
Overview
This Lazybear inspired indicator is a complex and deeply customisable wave based oscillator that allows for full customisation of parameters and 3 toggleable strategies to allow the user to shape their trading methods to their preferences. The indicator was built for use with Autoview using all functionality or in conjunction with Profit Trailer 2.0 to handle the buying side of logic at an even more advanced level. The creation of this was fuelled by the need to create a cheaper alternative to those that charge monthly for similar signals, which I am deeply against.
Features
Wave Based Buying - those familiar with buying based with RSI based approaches will feel very comfortable with this signal as it detects areas of deeply oversold / overbought and buys on the reversal
Fully customisation - All parameters are open for customising to allow the trader to build their own strategy and adapt from market to market
3 Built In Signal Strategies - Clearly labelled in the parameters as A/B/C are the built in strategies that all have completely unique buying / selling logic and are based on different risk / reward levels. Include all 3 or focus on one or two to build your perfect strategy
Downtrend Detection - This indicator has an in-built downtrend detection that is modifiable in the parameters meaning no more deep bags - the strategies will always try to buy on the uptrend.
Access
48H Trial Period By Request
Full Access is 0.15 ETH , one time fee for full unlimited access to the indicator and future updates but also my well received support and mentoring on my work afterwards to help you built a perfect strategy.
Previous owners of my work get 50% off the price for being one of my supporters.
TAKE PROFIT AGAIN SCORE[CATCHER](TPA)_MARKETCAP또땃 스코어 보조용 스타팅 파동 감지지표 시가총액 ver
TAKE PROFIT AGAIN SCORE (TPA)_MARKETCAP
------------------------------------------------------------------------------
This indicator was created to complement "Take Profit Again Trend Score (Crpto Catcher) _Marketcap".
Take Profit Again Trend Score(Crpto Catcher)_Marketcap
It is aimed to start or stop the decline in value and detect the beginning of the wave.
The coin that goes up the river of score wave is likely to give a good performance.
The TPA Trend Score indicator is a good indicator of the adequacy of a sell-off.
If the starting score is negative even though the TPA score is the highest, you have to set and hold a loss cut on the chart or chart.
---------------------------------------------------------------------------------------------
이 지표는 "Take Profit Again Trend Score(Crpto Catcher)_marketcap"를 보완하기 위해 만들어졌습니다.
시작하거나 대세가치하락에서 견뎌내고 파동시작을 감지하는 목적입니다.
점수 파동의 강물을 거슬러 올라가는 코인이 좋은 성과를 줄 확률이 높습니다.
TPA Trend Score 지표와 함께 매수매도의 적절성을 판단하기에 좋습니다.
TPA스코어가 가장 높더라도 Starting 스코어가 음수로 가게 된다면 매도 내지는 차트상 로스컷을 정하고 홀딩해야합니다.
TAKE PROFIT AGAIN SCORE(TPA)_MARKETCAP verTAKE PROFIT AGAIN SCORE(TPA)_MARKETCAP
또땃 스코어 상위시총 ver
------------------------------------------------------------------------------
This indicator is designed to find coins that are strong in market conditions.
It is recommended that users have an understanding of basic charts.
Careful investment is needed after the trend of the score itself has been on the downward trend.
Coins usually give the strongest return that run at the top of the score.
The realization of the profit on the chart must be done by the person himself.
When purchasing coins at the top of the score chart, we recommend the number of sheets at the adjustment point on the chart.
Because this index is a trend score, you may not be able to catch the start wave. To do this, use a starting wave catcher.
The coins listed in this index are coins of the highest rank in order of Market Cap and will be updated at regular intervals.
At last year's rise of coin, it is based on catching light coin, Qtum, ripple, Ada , Stella, Tron rise.
Indicator vouchers will only be available to a small number of paid subscribers.
Thank you.
---------------------------------------------------------------------------------------------
이 지표는 시장 상황에서 강세를 띠는 코인을 찾아내기 위해 만들어 졌습니다.
기본적인 차트에 대한 이해가 있는 사용자가 사용하길 권합니다.
스코어자체의 추세가 하향을 한 이후는 신중한 투자가 필요합니다.
통상 가장 강한 수익을 주는 코인이 스코어 최상단을 달립니다.
차트상의 수익실현은 본인이 직접 수행해야 합니다.
통상 스타팅 파동을 잡아내는 스타팅 파동 캐쳐와 함께 사용합니다.
스코어차트상 최상단의 코인을 매수 할 시 차트상 조정지점에서 매수를 권합니다.
본 지표는 트렌드 점수 이기 때문에 시작 파동을 잡아내지 못할 수 있습니다.
이를 위해선 스타팅웨이브 캐쳐를 함께 사용합니다.
본 지표에 나와있는 코인들은 마켓 캡으로 상위등급의 코인들이며 일정 간격으로 업데이트 될 것입니다.
작년 코인상승장에서, 라이트코인,Qtum,리플,에이다,스텔라,트론 상승을 잡아낸 기반지표 입니다.
지표 이용권은 소수의 유료 구독 사용자들에게만 공개될 예정입니다.
감사합니다.
추가적으로 시장 싸이클 상에서 바닥 이후 가장 효과를 발휘하는 지표입니다.
마켓캡 상위 코인들에 대한 지표적용을 함으로 단발펌핑물림이나, 안정성을 떠난 매매에서 당신을 보호할 수 있습니다.
No Emotions indicator- Execute your trading plan EMOTIONLESSEmotions are one of the most important variable in trading
With this indicator you can execute your trade without any feelings ruining your plan
The idea is simple: you can monitor your trades by just looking at a row of colored squares, no need to watch the charts once entered a trade
Green square= you are in profit
Red square = you are in a loss
Yellow cross on green square = take profit hit
Purple cross on red square = stoploss hit
Just input the symbol, entry price (entrata), take profit and stoploss
From there, just watch the squares and no charts
Each row of squares is an entry, you can input up to 3 entries in this version
No Emotions= perfect trading execution
The code is protected but anyone can use it
if you enjoy this free indi, check out my main creation called "Stochastics Real Deal Indicator"
Volatility Profit (VPI) & Bollinger Bands (BB) [checkm8]Hello and welcome to my 2-in-1 indicator of Volatility Profit Indicator and Bollinger Bands.
Volatility Profit Indicator is a script inspired by Jim Berg, from a 2005 article titled "The Truth About Volatility". This is a set of bands, where the upper band is based on a moving average of highs over a given period, added to the average true range of the period. The lower band is based on a moving average of lows over the same given period, from which the average true range is subtracted. The formula is shown below:
VPI High Band = MA(HI, type, x) + y * ATR(z)
VPI Low Band = MA(LO, type, x) - y * ATR(z)
where... type = MA Type (default to Exponential) x = MA Period (default to 13) y = True Range Multiplier (default to 2) z = True Range Period (default to 20)
Bollinger Bands should be familiar by now, but they are calculated based on a moving average of a source ( / 3), added to a particular standard deviation of the source.
This indicator:
- Allows you to choose whether you want to plot the Volatility Profit Indicator or Bollinger Bands. By default, each will show three bands.
- Has pre-made color schemes to choose from to simplify your life.
- Has smoothing for the Volatility Profit Indicator
- Allows you to choose the source for Bollinger Bands
- Allows you to select what multiplier of the average true range the Volatility Profit Indicator plots, as well as what standard deviations the Bollinger Bands show.
If you have any additional questions, concerns, or suggestions - feel free to reach out.
All the best & happy trading.