Grid-based intraday algorithm that works 50% in trend following and 50% in swing trading. Orders are executed on a grid of 10 levels. The grid levels are dynamic and calculated on the difference between the previous day's open and close. The algorithm makes only long trades based on the following logic: 1. The daily close of the previous day is analyzed, the...
The following indicator returns multiple diagonal lines forming a grid. Each line has 45-degree and is set depending on Fibonacci ratios as well as the maximum and minimum price value over a certain lookback period. These can be used as potential support and resistance. Users also have the option to set equidistant lines instead of having them determined by...
This script is an auto-adjusting grid bot simulator. This is an improved version of the original Grid Bot Simulator. The grid bot is best used for ranging/choppy markets. Prices are divided into grids, or trade zones, that will trigger signals each time a new zone is entered. During ranging markets, each transaction is followed by a “take profit.” As the market...
This script is a grid bot simulator for ranging/choppy markets. Prices are divided into grids, or trade zones, that will trigger signals each time a new zone is entered. During ranging markets, each transaction is followed by a “take profit.” As the market starts to trend, transactions are stacked (compare to DCA), until the market consolidates. No signals are...
The original Average True Range (ATR) indicator is a technical analysis indicator designed to measure volatility. The higher the ATR the higher the volatility. The RECON ATR Volatility Percentage indicator calculates the Average True Range (ATR) as a percentage. Suggested chart timeframes: 1h, 4h and 1D seem to produce the most useful intel but can be used on...
Indicator to profit all market movements. The idea behind this indicator is: - to sell 1% if price reach upside line - to buy 1% if price reach downside line This going to take profit from volatility of market. Use only in the most reliable values, it have risk in less reliable values - In cases of big crashes / going to 0, it will make loose your capital...
GRID SPOT TRADING ALGORITHM : LONG ONLY STRATEGY OPEN SOURCE This is a long only strategy for spot assets. HOW IT WORKS Grid trading is a trading strategy where an investor creates a so-called "price grid". The basic idea of the strategy is to repeatedly buy at the pre-specified price and then wait for the price to rise above that level and then sell the...
Grid Bot Simulator. Based on RSI levels. How it works: Prices are divided into grids, or trade zones, that are based on RSI levels. Buys will trigger when the RSI crosses into a higher zone, after descending. Sells will trigger when the RSI crosses into a lower zone, after ascending. After triggering, a new signal will not be produced until the RSI progresses...
This strategy will focus on up trend trading and down trend trading based on several indicators such as; for up trend 1. SAR indicator 2. Super trend indicator 3. Simple moving average for the period of 100 down trend 1. RSI Indicator 2. Money flow index 3. Relative volatility index 4. Balance of powder
Preface I'd like to send a thank you to @xxattaxx-DisDev. The 'Line' Code, which was the most difficult to plan the Grid Indicator, was solved through the 'Grid Bot Simulator' script of @xxattaxx-DisDev. A brief description of the indicators These indicators are designed for backtesting of grid trading that can be opened on various exchanges. Grid trading...
This is my take on a grid trading strategy. From Investopedia: "Grid trading is most commonly associated with the foreign exchange market. Overall the technique seeks to capitalize on normal price volatility in an asset by placing buy and sell orders at certain regular intervals above and below a predefined base price." This strategy is best used on sideways...
I have completed the next stage of my grid bot which is to isolate the instances in which the market will move sideways in a narrow range.
Using Eulerian principles yet again, this is the beginning of my first grid bot script. Use as static S&R when trading manually. Good for SL and TP setting too.
This is very similar to 3Commas' grid bot, the range is from the previous 7 days' lowest low decreased by 3% to the previous 7 days' highest high increased by 3%, you can also adjust if you want 7 days' highest/lowest close price as your range or highest high and lowest low as your range. 10 buys and 10 sells within the range, the unit price would be...
Hi, This is a very quick script indicator to show the “grid” for an active (or one you are planning to manually configure) 3commas Grid bot. To use, you’ll need to go to your Grid bot page in 3commas and enter the Upper and Lower Limit Values, either from the “manual” section if you are planning a new Grid bot, or from an open Grid trade by clicking the monthly...
The total precent movement indicator charts the total movement (low to high) for a given interval. Use this indicator when analyzing a system for grid trading or when trying to gauge average movement. The indicator plots three lines. Total movement (low to high) A simple moving average of the total movement. A baseline Sensible defaults are configured...
This indicator help grid traders to chose the best delta in their gridTrading. The best delta gridTrading indicator is proportional to the Average true range.
The core idea of this grid tool is that you have to concentrate less on the trade entries (this happens automatically time-independent but price-dependant) but rather on the validity of the macro trend. Exiting a trend when it is no longer valid is more important than entering a trade. But as long as the trend is valid, the trader participates exponentially in the...