Hi Traders ! Introduction: I have recently been exploring the world of automated algorithmic trading (as I prefer more objective trading strategies over subjective technical analysis (TA)) and would like to share one of my automation compatible (PineConnecter compatible) scripts “Session Breakout Scalper”. The strategy is really simple and is based on time...
Hello All This is non-repainting Supertrend Multi Time Frame script, I got so many request on Supertrend with Multi Time Frame. This is for all of them ..I am making it open for all so you can change its coding according to your need. How the Basic Indicator works SuperTrend is one of the most common ATR based trailing stop indicators. In this version...
A simple Buy/Sell signal algo designed for a trading bot. Uses ATR and EMA cross to get signals.
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...
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...
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...
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...