Scalping strategy for BTC using one line: Support Resistance. The strategy draws a line based on the minimum value of the average of High, Low, and Close for a given bar. The entries are carried out on the breakdown of this line. Exits are managed by the specified in the script's inputs take-profit and stop-loss percentages. From Stream: www.tradingview.com
Hello, I made this bot becouse of the idea to minimalize chance to overoptimalise bot is prepared (optimalised) for ---------->>>> BINANCE:BTCUSDTPERP (5min) SL: - TP1: 1.0 % TP2: 1.7 % The way it works is simple, using two diffrent long or short conditions which are define by " Autonomous Recursive Moving Average " To minimalize chance to overoptimalized...
Trend-following strategies are great because they give you the peace of mind that you're trading in line with the market. However, by definition, you're always following. That means you're always a bit later than your want to be. The main challenges such strategies face are: Confirming that there is a trend Following the trend, hopefully, early enough to catch...
strategy with two emas and rvi. Only long positions when fast ema above slow ema when rvi gives entry. Only short positions when slow ema above fast ema when rvi gives entry.
This is a simple, yet very efficient crypto strategy, adapted to 4h time frame, on big coins like ETH and BTC. However it can be adapted to other markets, timeframes etc For this strategy I use a combination of a trend line, an oscillator, price action and volume. This strategy has both the opportunity to go long and short. As well, it has a leverage simulator...
Hello everyone, I am a heavy Python programmer bringing machine learning to TradingView. This 15 minute Bitcoin Long strategy was created using a machine learning library and 1 year of historical data in Python. Every parameter is hyper optimized to bring you the most profitable buy and sell signals for Bitcoin on the 15min chart. The historical Bitcoin data was...
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
Created a Parabolic SAR strategy where price has to close under/above the level before for it to reverse. This way it should be a bit more stable and protect you from false breakouts. It was impossible to adjust the built-in "sar" function so I implemented PSAR from scratch. So if you're interested in how it's work inside you can check the code and probably...
My strategy uses a combination of three indicators MACD Stochastic RSI. The Idea is to buy when (MACD > Signal and RSI > 50 and Stochastic > 50) occures at the same time This strategy works well on stocks and cryptos especially during market breaking up after consolidation The best results are on Daily charts, so its NOT a scalping strategy. But it can work...
This is a simple yet very efficient scalper long strategy adapted for low timeframes for crypto. Can also be used with bigger timeframes as a swinger. Its main components are: Price oscillator swing Vortex Risk management for TP/SL Rules for entry We calculate the difference between the oscillator from the lowest low and the highest high. If the difference is...
My strategy uses a combination of three indicators MACD Stochastic RSI . The Idea is to buy when ( MACD > Signal and RSI > 50 and Stochastic > 50) occures at the same time the BUY STop we place on previous day HIGH We exit on Take profit or Stop loss which is calculated by ATR (10) or on the opposite signal "Volatility breakout" This strategy works well on...
Hello, this BOT works best on a chart --->> BINANCE:BTCUSDTPERP Sniper is very profitable in terms of% good trades It will perform very well on 1-5X Leverage (Solid leverage, not variable depending on the volume) TP: 0.9 % SL : 5.5 % the bot is made of 4 main factors responsible for opening both longs and shorts: A) Support and Resistance - this feature...
Hello traders, I started this script as a joke for someone... finally appears it could be used for educational content Let's talk about leverage and margin call Margin Call A margin call is the broker's demand that an investor deposit additional money or securities so that the account is brought up to the minimum value, known as the maintenance margin. A...
This is a long only strategy adapted for crypto market. Its idea is to take the most juice out of a long trend and cut the losses as soon as possible. For this , its components are RSI with a very big length - 100 or 200 preferably and RVI. Rules for entry If RVI is in the buy zone and we have a crossover from RSI with the overbought level. Rules for...
Dear community, Today I want to present you one of my favorite and simple trading bots: The RSI Trend. This bot is based on the RSI, which normally is used as a trend reversal indicator. However, here it’s used as a trend finding indicator, often with great success. This bot making long-only trades, which is quite successful in bull-markets like the one we’re...
BINANCE:BTCUSDTPERP Hello This my new bot for BTCUSDTPERP Like me previous bots, This bot is most efficent on BTCUSDTPERP on binancefutures Its very important, becouse this bot using specific volume indicators based on binancefutures I recommend using 1x lev or 2x MAX , bot using configurations : 1.3% - TP 9% - SL Well, stop loss are so big, but the...
Hello !! I made nice strategy with insane profit with only LONG and SHORT orders well, this straegy is for ------->>> BINANCE:BTCUSDT The strategy logic is quite simple Strategy using 3 diffrent sma (7,21,55) to find a correct trend To avoid a lot of wrong signals I added two indicators like: ADX - Is one of the most powerful and accurate trend indicators....
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.