BINANCE:BTCUSDTPERP Hello, The plan for this bot was to make as much trades as its possible, bot using 3 diffrent entry signals , first the most important is basic long condition, usign 13 difrent indicators to make position, second entry using RSI divegerency to entry trades, the third using stochastic divgerence By connect this 3 independence way to...
MAJOR UPDATE: - Update to Pinescript v5 - MAJOR refactor for the logic of how orders are placed. BO order is placed when the condition is first encountered and we are not in a deal. The extra SO orders (if based on price movement) are all placed on the next candle after BO order, instead of each being placed one after another. Take profit (if percentage) and Stop...
BINANCE:BTCUSDTPERP Hello, This is my experimental bot named "AK-47" Bot as alwasy is for BTCUSDTPERP on binancefutures The Idea to make this bot was to make a perfect leverage bot, by add indicators like : 1) Ichimoku 2) Trend Strenght 3) Jurik Moving Average 4) Parabolic SAR This configuration of indicators makes me 72,4 % profitable trades at ratio of...
Wunderbit HRT is a proprietary indicator designed to find pivot points in the cryptocurrency market. Working timeframes from 30 minutes and above. The indicator is designed to create automated trading strategies using a webhook. To create a cryptocurrency robot for this indicator, you need: 1. Create alerts and bind the URL to the webhook. 2. Link the...
BINANCE:BTCUSDTPERP This is my BTCUSDTPERP 15 min bot Best results are on BTCUSDTPERP at binancefutures Results depends of specific volume indicators that works best at binancefutures 15min bots are really fast, Its hard to find a good configurations, becouse of 15min backtesting which least around 3-4 months This bot is specyfic got really high %...
This is a modified RSI version using as a source a big length(50 candles) and an average of all types of sources for candle calculations such as ohlc4, close, high, open, hlc3 and hl2. In this case we are going to use a 0-1 scale for an easier calculation, where 0.5 is going to be our middle point. Above 0.5 we consider a bullish possibility. Below 0.5 we...
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...
"Please give us combined alerts with the possibility of having several conditions in place to trigger the alert." - was the top voted request from users under one of the recent blogposts by TradingView. Ask and you shall receive ;) TradingView is a great platform, with unmatched set of functionalities, yet this particular combo of features indeed seems not to be...
BINANCE:ETHUSDTPERP Hello again, There is my ALERTS VERSION of bot for etherum (30min) THIS BOT GOT THE BEST RESULTS AT ETHUSDTPERP ON BINANCEFUTURES this configs will not work good for other pair and other markets like my previous one, most of indicators like VOLUME which is the most important one, depends on this specific pair and market, results on...
BINANCE:BTCUSDTPERP Hello, this is my alerts version of BTCUSDTPERP MEGABOT 60min THIS BOT IS ONLY FOR BTCUSDTPERP ON BINANCEFUTURES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This configs are only for this pair on this market, It depends of volume , and others indicator Bot is making amazing results at configs TP - 4.5% SL - 7% Strategy using 4 indicators...
Simple way how to use Linear Regression for trading. What we use: • Linear Regression • EMA 200 as a trend filter Logic: Firstly we make two different linear regression movings as oscillator. For this we need to subtract slow moving from fast moving, so we get the single moving around zero. This is the green/red line which appears on the chart. The trade open...
WaveTrend 4h/24m is a trading tool based on two WaveTrend timeframes. For this script the WaveTrend calculations made by LazyBear were used. WaveTrend is a widely used indicator for finding direction of an asset. The strategy is developed by Youtuber Jayson Casper. The main strategy on the 4 hour and 24 minute timeframes, this will be the default timeframes....
Instrument-Z is what I am currently using as my 3Commas Bot. It allows you to customize signals from 3 indicators; Crossing MA's, Stochastic RSI, and WaveTrend. Better yet, it allows you to setup these signals separately depending on whether the Trend MA is going up or down. So there are 2 sets of inputs for everything, Uptrend inputs and Downtrend inputs. I have...
Alert version of the strategy with the same name This is crypto and stock market trending strategy designed for long timeframes such as 4h+ From my tests it looks like it works better to trade crypto against crypto than trading against fiat. Indicators used: RSI for rising/falling of the trend BB sidemarket ROC sidemarket Rules for entry For long: RSI values...
#-- Public Strategy - No Repaint - Fractals -- Short term Here I come with another script, more simple than Wavetrend V1. You will love it. #-- Synopsis -- Another simple idea, on a small time frame (15 min) we buy when the opening price goes below a Bottom fractals and sell when it goes over a Top fractals, but as this script do not use Wavetrends. You...
This is a forex scalper designed for very short timeframes 1-5 min max. At the same time due to the short timeframe, is recommend to re optimize it weekly . Its components are Fractals Triple EMA with different lengths Rules for entry: For long : we have an up fractal and all 3 ema are in ascending order For short: we have a down fractal and all 3 ema are in...
One Time Trade Risk Management Incorporating the new interactive feature, this script is meant as a one time trailing stop for the active trader to manage positional risk of an ongoing trade. As a crypto trader or Fx trader, many may find themselves in a position late into the evening, or perhaps daily life is calling while a trade progresses in their favor....
Gm traders, i have been a python programmer for some years studying artificial intelligence for general purpose; after some time i finally decided to have a look at some finance related stuff and scripts. Moved by curiosity i've decided to make some but decisive modifications to a script i tried to use initially but without success: the LVQ machine learning...