A simple Buy/Sell signal algo designed for a trading bot. Uses ATR and EMA cross to get signals.
Detect Sequential Trading - Bot Detector. This tool requires access to volume data . There are many trading bots out there, that trade 24/7 . The detector can be used to understand how the bots are configured - to push the market up or down . Alerts can be set to fire whenever a bot pattern is detected . They must be configured to run Once per...
This strategy is based on 3 main indicators. 1st indicator is a trend indicator, which consists of SMA and EMA 2nd is Keltner Channel 3rd is DM indicator. The conditions for the entry of this strategy are following: First of all the assets need to be in an upward trend, this will occur when the EMA will cross SMA. The next condition for the entry is the...
I present to you a script for testing the Donchian channel breakout strategy for the Binance_exchange. This strategy is trending, and is especially effective for trading cryptocurrency futures. This strategy is very flexible, and you can configure virtually all possible parameters, moreover, separately for longs and separately for shorts. In the script, you can...
CREDITS to @HPotter for the orginal code. CREDITS to @Yo_adriiiiaan for recently publishing the UT Bot study based on the original code - I just added some simple code to turn it into a strategy. Now, anyone can simply add the strategy to their chart to see the backtesting results! While @Yo_adriiiiaan mentions it works best on a 4-hour timeframe or above, I...
Published source code is subject to the terms of the GNU Affero General Public License v3.0 This script describes and provides backtesting functionality to internal strategy of algorithmic crypto trading software "HatiKO bot". Suitable for backtesting any Cryptocurrency Pair on any Exchange/Platform, any Timeframe. Core Mechanics of this strategy are based on...
This Indicator is using the supertrend with 3 different inputs as confirmation as well as the 200 EMA which will give us the data for an up or down trend. then it is looking for the stoch indicator to confirm if there is a cross under 30 for a long and above 70 for a short.
Slightly modificated and optimized for Pine Script 4.0, Ichimoku Cloud Strategy which, suddenly, good suitable for the several crypto assets. Details: Enter position when conversion line crosses base line up, and close it when the opposite happens. Additional condition for open / close the trade is lagging span, it should be higher than cloud to open...
- Demo of my NLX Modular Trading Framework - It includes all the common indicators and creates a positive or negative score, which can be used with my Modular Trading Framework and linked to an entry/exit indicator to filter out buy/sell signals if the trend is not favorable. Combination of: SuperTrend VWAP Bands Relative Strength Index ( RSI ) Commodity...
The OTG Market Making Bot was designed with mean reversion trading in mind. It uses advanced ATR and other volatility formulas to create a set of bands that price should stay within. If price is testing the upper or lower bands then it is "extended" and a mean reversion back to the midline is likely. The indicator comes with two sets of reversion bands, by...
Hello Friends. We have been working on this script for a long time. Briefly, our scenario works as follows. This test data includes results as of January 1, 2022 using a balance of $1000 and 10%. WORKİNG LOGİC : Relative Strength Index Directional Movement Index Relative Momentum Index Indicators are Blended. 1 conditions are met in the...
Hello Friends. We have been working on this script for a long time. Briefly, our scenario works as follows. This test data includes results as of January 1, 2022 using a balance of $1000 and 10%. WORKİNG LOGİC : Relative Strength Index Directional Movement Index Relative Momentum Index Indicators are Blended. 1 conditions are met in the...
3COMMAS BOT VERSION OF ------ 1% NET PROFIT PER DAY For more informations about how the script works, go check the description from the last script . The only difference resides in BUY MESSAGE and SELL MESSAGE. You have just to right the message from 3commas.io to automate the strategy for each of the 21 pairs I...
Compilation of various modifications of the trend breakout reversal strategies based on the ZigZag . Includes past versions of scripts: version 1 ZZ2 Breakout reversal strategy version 2 ZZ2 with experimental options hamster-bot ZZ Breakout reversal strategy version 3 ZZ6 Noro's ZZ-6 by hamster-bot The original script is available here The...
The Oasis Trading Group Automated Trading Bot is designed to follow trend and alert the user to potential Buy and Sell Entry Points. It is also equip with Take Profits, Automatic Support and Resistance, and Alerts for when price is breaking or bouncing off these Support and Resistance Levels. It also has a built in Stop Loss that will conservatively keep the user...
- Introduction - This backtest module is part of my new modular trading framework - however it can be used with any indicator that has a signal plot output (1 = long / -1 = short) I chose to release this one first, I've got all the modules for the framework ready and they going to be released in the coming days. Got to start somewhere... ;) This trading...
I created a strategy which finds gaps on CME Futures market for Bitcoin, BTC1! and opens a long or short position on the crypto exchange depending on what kind of gap was found (up or down) on CME. Up gap: today open price > previous day high price Down gap: today open price < previous day low price Two lines below the main chart show when gaps appear. The...
It's a long/short signals for modified Stochastic Pop and Drop strategy. About It's the strategy of 2 indicators: Stochastic Oscillator to define the bias and Average Directional Index to confirm it. Signals Strategy flips long / short depending of indicator signals. There can be multiple signals of the same type, for example, 2 longs in a row, only the...