First I would like to thank to @JustUncleL since this strategy started from one of his scalper strategies This strategy can be adapted to all time charts . First it has the session where we want to trade, for this example I choosed the EURUSD so I only take in consideration london/neywork session. Its made from 3 EMA : normal slow ultra slow It has has the...
This script is for a triple moving average strategy where the user can select from different types of moving averages, price sources, lookback periods and resolutions. Features: - 3 Moving Averages with variable MA types, periods, price sources, resolutions and the ability to disable each individually. - Crossovers are plotted on the chart with detailed...
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...
Here you can choose to plot 3 different ATR values in 1 window. I use this indicator to get the values of my stop loss and take profits. You can change the multiplier value for each ATR Line and the length of the base ATR. Ty
I wanted to see how important risk-managment is.
This indicator measures the vertical distance form the current close to the MA of your choice. I find that it does not work best as an oscillator, but it works well for providing early signals for taking profits when trend continuating. For example, if you go short due to a retracement to the MA (of your choice) take profits when a bearish trendline is broken...
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...
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...
// 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...
Useful in case you use Average True Range to determine Shows Stop Loss and Take Profit price levels. For example, if you want to put Stop Loss with a distance of 1.5xATR and Take Profit 2xATR for a long trade, put 1.5 as Lower Factor and 2 as Upper Factor. Lower and Upper prices will show price levels for SL and TP respectively.
This indicator calculates Stop-loss and Take-profit limits and plots them on the chart based on the daily ATR value for a given instrument. The Stop-loss is calculated at the current close price minus 1x ATR and is plotted as a red line by default. The Take-profit is calculated at the current close price plus 1.5x ATR and is plotted as a green line by...