This script is designed to help you plan your grid trading or when averaging your position in the spot market. The script has a small error (due to the simplification of the code), it does not take into account the size of the commission. You can set any values on all parameters on any timeframe, except for the number of orders in the grid (from 2 to 5). 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 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...
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...
█ OVERVIEW Gann Square of 9 is one of the many brilliant concepts from W.D.Gann himself where it revolves around the idea that price is moving in a certain geometrical pattern. Numbers on the Square of 9 spiral tables, especially those lie in every 45degree in the chart act as key vibration levels where prices have tendency to react to (more on the table below)....
Dynamic grid system based on supertrend. note: the input nlines/nfractions are not locked so if values too high might start overlapping line objects.
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...
It is possible to use progressive position sizing in order to recover from past losses, a well-known position sizing system being the "martingale", which consists of doubling your position size after a loss, this allows you to recover any previous losses in a losing streak + winning an extra. This system has seen a lot of attention from the trading community...
Request for SpreadEagle71: Stop Hunt Levels adapted from: www.investopedia.com configuration: smoothing: smooths/average the source higher value will remove spikes but delay the speed of adjusting source: source to compare crossing lines. Rounding Value: value space of the grid. Entry Window Size: Space for entrys.
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...
The proposed strategy is based on a grid system with a money management that tries to replicate the effect of a martingale without having to double your position size after each loss, hence the name "fake martingale". Note that a balance using this strategy is still subject to exponential decay, the risk is not minimized, as such, it would be dangerous to use this...
This script plots a a square composed of 8 equilateral triangles ("grid"). User can set the frequency of calculation/interval by adjusting the 't' parameter. Steps for calculating grid: 1. Find the highest high and lowest low for last 't' periods. 2. Calculate midpoint for prices during that interval (highest high + lowest low) / 2. 3. Center of the grid =...
Gridimus Maximus draws N grid lines stepping by price or percent in chosen direction from set price, or draws N grid lines stepping by pivots. The queue function method used is adapted from an example provided on the PineCoders website, much gratitude to LucF for this gem! To prevent grid lines out of range from causing chart to rescale right click on chart's...
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.
This is a Multi Timeframe moving average ROC (percent of change) dashboard. This dashboard shows percent of change of current price to a moving averages on different time frames. Most left value in the dashboard always represents your chart time frame, while the next 3 represent other time frames which you can set in 'MA+ ROC' settings. Support User Defined time...
This strategy uses grid levels determined by pivot points based on the selected time period. It's useful for swing trading without leverage, spot trading or for Hold management. If the price goes down we buy and if it continues to go down we keep buying improving the average price. When the price rises above the average entry price, we sell and if it continues to...
Hello everyone This is a grid display indicator for a 3-comma grid bot. Just enter the upper and lower borders of your grid and the number of grid cells in the indicator settings. It's simple!
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.