This is a good alternative to pivot points and ma lines to find long and short exit points (stop loss prices) for a trade. When you hear traders say "set the stop loss to the recent swing", this indicator seems to do a reasonable job of finding those. This script marks the low of the most recent red candle the high of the most recent green candle in...
I have tried to make script which triggers indicators on combination of different feedback including Bollinger bands and MACD. Also used some of my logic by trial and error, It gave 744%+ profit on back-testing on coin RUNE/USDT from Jan 2021. It is my first script, I am happy to help the community. Please share your feedback.
This is scalper strategy designed around parabolic sar indicator, where as an input candle value it uses the heikinashi from a higher timeframe. This example has been adapted to SPY/SPX chart In this case ,we are using a 5 min chart, but the calculations are made on a 15 min heikin ashi chart for the PSAR and then on 5 min chart we plot the results. At the same...
This script is based off of Chris Moody's Vix Fix Indicator modified by OskarGallard and BigBitsIO's Stochastic Weights. This script is a compilation of several different stochastic indicators (and RSI ) where the K value of each indicator is equally weighted. The purpose of the indicator is to combine many indicators together in a fashion that weights them...
Library "table_library" TODO: With this library, you can add tables to your strategies. strategy_table() Returns: Strategy Profit Table Adds a table to the graph of the strategy for which you are calling the function. You can see data such as net profit in this table. No parameters. Just call the function inside the strategy. Example Code : import...
This strategy uses Hull Suite with Stoch RSI Uses Hull Suite as trend and only trades with the direction of the trend. Entry conditions: Hull Suite as a trend Stoch RSI overbought for short entries & oversold for long entries Current parameters works best on BINANCE:BNBBUSDPERP pair.
TRADE CONDITIONS Long entry: QQE Mod changes to Blue (leading indicator) SSL Hybrid is Blue and price is above MA Channel line Waddah Attar Explosion is Green and above Explosion line Short entry: QQE Mod changes to Red (leading indicator) SSL Hybrid is Red and price is below MA Channel line Waddah Attar Explosion is Red and above...
In this strategy, I used Wavetrend indicator (Lazy Bear). It is very simple and easy to understanding: Long when Wavetrend1 crossover Wavetrend2 and they are less than a limit value (not buy when price overbought). Stoploss at lowest 3 bar previous. R:R = 1:1,5. About other shortterm strategies for crypto market, you can view my published strategies.
Name: Scalping The Bull - Two EMA "Gianno-Nano" Strategy from the Meeting Category: Trend Follower Operating mode: Spot or Future, only long or swing trading Trades duration: Multiday Timeframe: 4H Suggested usage: Mid-term trading, when the market is in trend and it is showing high volatility. Entry: When fast EMA crosses over slow...
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.
============ ENGLISH ============ - Description: This strategy is based on the original Larry Connors strategy, using 2 SMAs and RSI. The strategy has been optimized for better total profit and works better on 4H (tested on BTCUSDT). LONG: Price must be ABOVE the slow SMA. When a candle closes in RSI oversold area, the next candle closes out of the oversold area...
This script is a teaml job with Indicator-Johns. First he used my script, then i transform his code. The origine: The first transformation: www.tradingview.com Funny moment together, thanks for that. :) This sharing is an indicator where you can see the average of different time frames. The RSI is the blue line The Stock is the yellow line You can manage...
GRID SPOT TRADING ALGORITHM : LONG ONLY STRATEGY OPEN SOURCE This is a long only strategy for spot assets. HOW IT WORKS Grid trading is a trading strategy where an investor creates a so-called "price grid". The basic idea of the strategy is to repeatedly buy at the pre-specified price and then wait for the price to rise above that level and then sell the...
I take the hypothèse that saturday is the most stable day of the week because, no SP500, no fed announcement and no weekly closure. My Strategy is very simple: Take the friday color (Red = Short // Green = Long) Then open at the friday close price Take a small pourcentage (1 or 2 %) then close. What ever close on midnight. Work Well on the 1h chart. The Yellow...
A script showing all the key MSTR metrics. I will update the script every time degen Saylor sells some more office furniture to buy BTC. All based around valuing MSTR, aside from its BTC holdings. I.e. the true market cap = enterprise value - BTC holdings. Hence, you're left with the value of the software business + any premium/discount decided by...
This strategy uses combined indicators to create LONG entry points, the strategy was first found by saudALThaidy. How to use: Open your asset and pick a timeframe between 5min and 2hours (recommended: 30min, 45min), the strategy will give entry points itself, you can monitor and take profit manually(recommended), or you can use the exit setup. exit setup: ...
This strategy is an advanced version of the Loft Strategy V1, I shared earlier. (Loft Strategy V1 consists of a kalman filter (by alexgrover ) and a "stop and reverse" line which is following and the kalman filter. If the price goes in the same direction as the position side, the "stop and reverse" line approaches the kalman filter as set on the "Approach...
A strategy created using Hull Moving Average and WT Cross . Hull Moving Average turns green and WT Cross crossover this is a long. Otherwise short. Stop Loss and Take Profit settings are available. You can set it to the level you want or turn it off. According to my measurements, it shows the best performance in the 4-hour period. But you can find the best...