Hi Traders, This is an on chart indicator that can be used for setting take profit and stop losses very easily using the Average True Range Indicator (ATR). Using a volatility adjusted TP and SL will allow you to set your targets and losses based on market conditions. In the settings, you are able to adjust how much of a multiplier you require depending on your...
This simple indicator will plot the take profit and stop loss values based on the ATR indicator. It's possible to set how many times the ATR value will be applied to the closing price and what trade type is used, Long or Short.
This is a modified version of @SeaSide420 TSI CCI Hull with profits exit on long and short order ORIGINAL SCRIPT: /// /// feel free to edit/improve and comment
Every script follow a pattern in their price cycle. This can be defined by division of price cycle. Division line will act as pivot point.Above this bar this any price movement is indication of bullish trend while below this line any price movement is indication of bearish trend. This Nik price signal will give great result in combination of magicsignal which is...
=========== Fixed Percent Stop Loss & Take Profit % - { FOR STUDY SCRIPTS! } =========== A neat example of how to set up Fixed Stops and Take Profit as a percent of the entry price - This is for setting Alerts within your own Study Script for when either your SL or TP get hit. Yup, that's about it! You can ignore the actual entry/exit orders - they're based...
This is a simple strategy which is always profitable and trades better than most premium channels and I give it out for free :) Working very good on ETHUSDT futures on binance :)
This my new solid strategy: if you belive that "TREND IS YOUR FRIEND" this is for you! I have tested with many pairs and at many timeframes and have profit with just minor changes in settings. I suggest to use it for intraday trading . VERY IMPORTANT NOTE: this is a trend following strategy, so the target is to stay in the trade as much as possible. If your...
Modified coppock curve along with 14EMA can be used by non-aggressive traders as per detailed rules explained in video on "Trading made easy with secret coppock curve"
=========== Fixed Percent Stop Loss & Take Profit % =========== A neat example of how to set up Fixed Stops and Take Profit as a percent of the entry price. Yup, that's about it! You can ignore the actual entry/exit orders - they're based on a simple MA cross and are therefore NOT relevant, NOT really profitable and NOT recommended! You should be using...
FRAMA Strategy I found this strategy on internet, in a well-known forex forum. I have translated the two indicators mentioned in that strategy (originally in mq4) in pine script. Thanks to Fractured and Shizaru for the FRAMA snippets, to mejialucas for Supertrend snippet, to JayRogers for trade management snippet and to Trost for backtesting snippet. I also added...
// This source code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org // © 03.freeman //This is indicator from LazyBear is very accurate for stocks and indexes. //I added some code snippets for spot and draw divergences automatically // // @author LazyBear // // Best use with daily time frame. Enter when a divergence is found (Bull or...
This study is based on LazyBear Squeeze Momentum Indicator and my strategy developed using it. I added some custom feature and filters. Main improvements are: 1- study is updated to version 4 of pine script; 2- I added alerts for entry rules and exit rules. 3- Alert syntax can be customized for webhooks: I added one example only for long entry. You can...
Volatility Traders Minds Strategy (VTM Strategy) I found this startegy on internet, with a video explaingin how it works. Conditions for entry: 1 - Candles must to be above or bellow the 48 MA (Yellow line) 2 - Candles must to break the middle of bollinger bands 3 - Macd must to be above or bellow zero level; 4 - ADX must to be above 25 level Credits to who...
Scalping strategy based on Bill Williams Alligator technique but calculated with heikin ashi candles. This strategy has to be applied to standard candles and low time frames (1min to 5min) Thanks to all pinescripters mentined in the code for their snippets. It could be improved with stop loss based on ATR etc. I have also a study with alerts. Please use...
Here is a multi-timeframe heat map using one of the most apreciated indicators in Tradingview: Squeeze Momentum Indicator by LazyBear. Study shall be added to 15min chart. It indicates squeeze and momentum at: 15 min, 30 min, 60 min, 240 min and 1 Day. Thanks to © azimuthdynamics for inspiration and portion of code Thanks to Lazy Bear for coding Squeeze Momentum...
This strategy is based on TD sequential study from glaz. I made some improvement and modification to comply with pine script version 4. Basically, it is a strategy based on proce action, supports and resistance and can be used also for scalping. It could be improved with exit rules, stop loss based on ATR etc. I have also a study with alerts. Please use...
For Trav, Oscillator version of "Bitcoin Production Cost". Based on raw data from CBECI. Follow me to read more about the calculation logic.
Bitcoin's Production Cost Based on raw data from CBECI. Follow me to read more about the calculation logic.