🎲 Overview 🎯 this is a optimized version based on ATR_RSI_Strategy with no-repaint. Sharpe ratio: 1.4, trade times: 116 , trade symbol: BINANCE:BTCUSDTPERP 15M you can get same backtesting result with the correct settings. 🎲 Strategy Logic 🎯 the core logic is quite simple, use ATR and RSI and SMA 1. when price is in high volatility ( atr_value > atr_ma); 2....
This is a time based strategy, designed to enter and exit within the same day of the week, using different hours for entry and exit. The script is long only direction, and it has no risk management inside, so use it with caution. At the same time you can also calculate each individual hour return within a certain day, and make your own idea about the best...
This is my version of Super Trend Strategy The biggest problem with supertrends is that there are a lot of false signals, which when the trend is uncertain give a lot of losses My task in creating this script was to minimize the number of false sinhals. Smart supertrend is both dependent on ATR, price movmment as well as ADX , CLOUD It works in such a way that...
Automated Bitcoin (BTC) Investment Strategy from Wunderbit Trading This strategy is designed for the automated long-term investment in Bitcoin. The BTC investment strategy is primarily suitable for long-term investors who want to increase the percentage of their investments through timely trading long-term transactions. The main feature is the difference from the...
Hi. I’m DuDu95. ********************************************************************************** This is the script for the series called "Sniper". *** What is "Sniper" Series? *** "Sniper" series is the project that I’m going to start. In "Sniper" Series, I’m going to "snipe and shoot" the youtuber’s strategy: to find out whether the youtuber’s video about...
This strategy is a pullback strategy that utilizes 2 EMAs as a way of identifying trend, MACD as an entry signal, and RSI and ADX to filter bad trades. By using the confirmation of all of these indicators the strategy attempts to catch pullbacks, and it is optimized to wait for high probability setups. Take not that the strategy is optimized for use on...
Hi. I’m DuDu95. ********************************************************************************** This is the script for the series called "Sniper". *** What is "Sniper" Series? *** "Sniper" series is the project that I’m going to start. In "Sniper" Series, I’m going to "snipe and shoot" the youtuber’s strategy: to find out whether the youtuber’s video about...
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...
This is a simple and efficient crypto strategy, designed for big timeframes like 12/24h. On history it beats buy and hold strategy in many ocasions, and because of a low DD, pyramid can be used to elevate our winnings while still keeping a low DD < 40% avg. For the purpose of this example, I used 100% of the capital on each trades, together with a comission of...
This strategy is designed for crypto markets like ETHUSD/T, BTCUSD/T and so on. It works amazingly with 15 min time frames. Its idea consists in : We have the RSI indicator, and with it we check for the crossover with overbought and oversold levels. At the same time we have the zigzag which is made from the higher highs and the lower lows between a specific...
Continue looking for more signifcant pivot points. This script is based on my "Significant Pivot Reversal Strategy". In this strategy I use concept of pivot of pivot points. So for PoP I require that pivot highs point should have 2 lower pivot highs points around them and pivot low 2 higher pivot lows points. Transparent lines represent usual pivot levels...
Hello I have created a script with the RSI value being the main factor of action this bot does best on BINANCE:BTCUSDTPERP the way it works is quite simple, the bot has two conditions to open long and short positions the first condition is to open positions that depend on indicators such as : 1) CLOUD - This is one of the newset indicators I'm using. This...
Hello guys This is my idea for "0 fees for bitcoin spot in binance" bot is prepared for --->> BINANCE:BTCUSDT using only Longs, becouse of spot bitcoin trading which not included shorting, so this bot is set to BUY and CLOSE This is quick scaler with: TP: 0.6% SL: 2.9% To minimalize chance to overoptimalized this bot, I tried to keep it as simple as I...
Hello everyone ;) This is my first attepmt to made 4h solid bitcoin bots with nice profits Script is optimalized for ---->>> BINANCE:BTCUSDT This bot is specially optimalized for this pair, becouse of the longest backtest, also I dont reccomend using it on other pairs without optimalization This bot is a real profit maximalist with Long-Term use...
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....
This BOT is my attemp to make a fast-reacting leverage bots To make this bot really profitable I have to create it on 15MIN BTCUSDTPERP charts This bot got best performance at binance futures BTCUSDTPERP pair, I recommend add this script exaclly to this pair This bot will be trash on higher timeframes , using 5x leverage selection is extremlly risky, bot has...
This strategy is based on multi time frame technical indicators such as; 1. RSI (10,50,100) 2. MFI (10,50,100) 3. RVI (10,50,100) 4. BOP (10,50,100) 5. Super Trend 6. SAR indicator 7. Higher highs and lower lows 8. SMA (9,500) 9. EMA (9,200) After evaluating different parameters provided by those indicators, script is in a possition to determine optimul...
This is one of my open source 1h strategies It works on Binance: BTCUSDTPERP charts This strategy involves two indicators 1. Heiken Ashi - a typical technical indicator to help highlight and clarify the current trend. This somehow allows the chart to ignore unnecessary fluctuations and make the trend more visible. 2.Super Trend - - One of the most common...