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...
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...
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...
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...