This is one of the best strategies that can be used to get familiar with technical indicators and start to include them in your trading bot rules. ENTRY 1. This trading system uses the RSI ( Relative Strength Index ) to anticipate good points to enter positions. RSI is a technical indicator frequently used in trading. It works by measuring the speed and change...
Simple Supertrend strategy with Take Profit levels. Note: Make sure TP amounts add up to 100. Opens a position with Supertrends strategy then adds Take Profit points with certain amounts of current position.
Hi everybody, This strategy is a RSI, Price Averaging, Pyramiding Strategy based on the earlier RSI+PA+DCA strategy. See below. For this slightly different strategy I left the DCA option out and instead focused on the Take Profit calculation. In the previous strategy the Take Profit was directly connected to the Average Price level with a specified take...
Republish: Take profit Multi timeframe: In this scipts, I build risk-reward system managemant. You can take profit in two way: percent or at resistant in higher timeframe or both. Strategy in this scripts, I use Wave trend indicator as example strategy.
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...
This script is a template to execute your strategy with Stop Loss and Take Profit and showing Trades. Then, you can write your strategy without taking care of Stop Loss and Take Profit method. 3x Fixed Percent Stop Loss, Trailing Percent Stop Loss, Trailing ATR Stop Loss, Tailing HHLL Stop Loss 3x Fixed Percent, Take Profit
Hi, Here is a 'template', using array's, for multiple orders and different SL/TP levels per trade (This is an example with max 5 open trades) The 'switch' makes sure that the first available position will be used, for example, when 'L1' is closed in the past, and a buy condition is triggered, position 'L1' will be filled, should it be that 'L1', 'L2', 'L3' are...
While creating this strategy, I was inspired by "ott(by Anıl Özekşi)" and "RSI + Bollinger Double Strategy(by ChartArt)". Basically, the strategy uses ott bands instead of bollinger bands in the "RSI+Bollinger Double Strategy". User can select take profit, stop loss, position direction(long, short or both) and the other ott parameters via interface.
Strategy to go long at end of Monday before market closes and exit before Tuesday close, or at stop loss or take profit percentages This runs strategy on entering by weekday name and also by session time. Implemented are also Take Profit and Stop Loss to exit position using custom inputs. Added stoploss and take profit plot lines
Especially useful when using it for stocks in intraday screening for daytrading. This gives you quick information about the volatility at the moment when you look at the stock. The current range of the last candles (adjustable) is calculated so that you can stop based on the Vola. In addition, the daily volume and daily range are calculated in the table and...
The Levels Of Greed indicator is based on the same idea as the Levels Of Fear one and was suggested by several traders in the comment section. It helps analyze price advances to find the best levels for closing a long position in an asset after a quick surge or longer up-trend. In finance, volatility is a term that describes the degree of variation of an asset...
The Levels Of Greed indicator is based on the same idea as the Levels Of Fear one and was suggested by several traders in the comment section. It helps analyze price advances to find the best levels for closing a long position in an asset after a quick surge or longer up-trend. In finance, volatility is a term that describes the degree of variation of an asset...
Kzx Position tracker mod v1.0 by RX-RAY Original script by K-zax The modification was made for the USDRUB ticker (the number of digits in the values of price, interest, lot volume and profit loss for other tickers may affect the positioning of the inscription, but it is fully operative and it may be used with other tickers ) Typical...
Triple Modified Hull Moving Average Cross By What is this? this is a modified formula for Hull moving average, it is more accurate and predicts the golden and death cross earlier. How to use? Work better in high time frames (1D,1W) the white line vs the red and the orange lines : 1 - when the white line crosses the red and the orange lines from the ...
The purpose of strategy is to detect long-term uptrend and short-term downtrend so that you can easy to take profit. The strategy also using BHD unit to detect how big you win and lose, so that you can use this strategy for all coins without worry about it have different percentage of price change. ENTRY The buy order is placed on assets that have...
// Custom Vortex Strategy (backtester) // Custom version of the Vortex indicators that adds many features: // -Triggers trades after a threshold is reached instead of the normal vortex lines cross (once the difference between the 2 lines is important enough) // -Smooths the Vortex lines with an EMA // -Adds Take Profit and Stop Loss selection // -Adds the...
this andicator is build in base of ichimoku cloud. Select the interval at which the kumo clouds change phase and depending on what time frame we are in, we give the time inputs to the indicator. then, the indicator calculates the area of the cloud and set the ascending and descending targets when price break the highest or lowest candle in that time range. So...