ABOUT THIS INDICATOR This is a simple indicator that can help you manage the risk when you are trading, and especially if you are leverage trading. The indicator can also be used to help visualize and to find trades within a suitable or predefined trading range. This script calculates and draws six “profit and risk lines” (levels) that show the change in...
First off, huge thanks to @fikira! He was able to adapt what I built to work much more efficiently, allowing for more strategies to be used simultaneously. Simply put, I could not have gotten to this point without you. Thanks for what you do for the TV community. Second, I am fairly new to pinescript writing, so I welcome criticism, thoughtful input and...
In many strategies, it's quite common to use a scaled ATR to help define a stop-loss, and it's not uncommon to use it for take-profit targets as well. While it's possible to use the built-in ATR indicator and manually calculate the offset value, we felt this wasn't particularly intuitive or efficient, and could lead to the potential for miscalculations. And...
The ADX and MACD confluence can be a powerful predictor in stock movements. This script will help you find those confluences in an easy to understand visual manner. It includes Buy and Sell signals for detected confluences, and will show colored candles to help you determine when to exit a trade. When the candles turn to white that means the detected confluence...
Hello my young padawans looking for the FORCE to get richer on your next trade I got pinged at least three times today asking where the hell is the indicator of the day. You asked, I delivered :) Here's your free open-source Trade Manager Version. My associates might kill me for sharing that one... anyway this is a real GIFT. I won't share such quality...
This 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...
First of all, I would like to thank the author @LonesomeTheBlue. This indicator developed on the source code "Point and Figure (PnF)" by author @LonesomeTheBlue. This indicator calculate the range (Cause) of Phase accumulation or distribution to calculate the taget (Effect) based on the Wyckoff Method. Formula for calculate move value target : Col * BoxSize *...
Hey traders, at first thanks to the one and only Master Educator Stefan Kassing for sharing his legendary system with us! And also credit to Mortdiggiddy , RootDuk and PineCoders for helping me with the script =) This script is calculating the daily range (in pips) of the current market you are in, in relation to the last 70 days (10 weeks) . It...
ST0P is a kind of a TRAILING STOP LOSS INDICATOR in which users can set up LONG or SHORT trade versions and also can set up a STOP LOSS level by percent % or unit difference. It tries to solve the problem of stop loss indicators' default BUY or SELL settings and non adjustable stop levels of % and difference change in price levels. (Will try to make updates...
Little tool to quickly identify stops and take-profit levels based on Average True Range. User can change ATR multipiers, as well as the ATR length used. Green and red lines show these levels; plot is visible over last 8 bars only to reduce clutter. Label showing the current ATR, up above the last bar
A simple visual representation of ATR trading targets. The indicator shows ATR targets (TP and SL) from the last swing points (if you entered there) There is an option to chose targets for a long or short position. JD. #NotTradingAdvice #DYOR I build these indicators for myself and provide them open source, to use for free to use and improve upon, as I believe...
(My goal creating this indicator) : Provide a way to enter the market systematically, automatically create Stop Loss Levels and Take Profit Levels, and provide the position size of each entry based on a fix Percentage of the traders account. The Underlying Concept : What is Momentum? The Momentum shown is derived from a Mathematical Formula, SUPERTREND. When...
Simple ATR-scaled levels or bands of suggested price to take profit on directional trades.
The purpose of this tool is to help the trader determine a safe stop loss price and take profit which dynamically changes due to ATR (Average True Range) This tool uses the concept of ATR (Average True Range) Risk Reward Ratio (Money Management method) How is ATR Stop Loss and Take Profit Finder working Step 1 ) Tool will calculate TR(True...
this indicator has been designed to make your calculations easier and faster. you can use this indicator to set tp and sl prices based on your entry price, balance,risk and leverage. it has been designed only for cryptocurrency market and it is not recommended to use it in other markets! 1- enter your balance in the setting of the indicator. 2- enter risk...
This script provides high probability entry points and includes Take Profit and Stop Loss targets. It attempts to predict when the market conditions are set to move up, and prints long positions. In addition to Long Entry Arrows, it will print Take Profit / Stop Loss targets. This indicator is highly adjustable. Hence the name 'Experimental' in the title....