Quickly draw a 10-level grid on your chart with our open-source tool. Our grid tool offers a unique solution to traders looking to maximize their profits in volatile market conditions. With its advanced features, you can create customized grids based on your preferred start price and line distance, allowing you to easily execute trades and capitalize on price...
WOAH Order Scaling! This Provides a user with methods to create a list of profit targets and order sizes which grow or shrink. For size, the will add up to specific sum. for Targets they will include the first and last, and can lean towards either, to scale the order grid. And thanks to @Hoanghetti for the markdown, i've included a basic usage example within...
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...
Introduction: Are you a fan of automated grid-based trading and holding onto your crypto assets like they're the last Snickers bar in the world? If so, this Pine script could be your new best friend! Grid Trading Genius: The script uses some seriously advanced grid trading techniques to automatically place orders at different price levels, creating a mesh of...
This script used a grid system that is set when a "buy" signal is sent to generate profits inside of a range. This script used macd to weed out bad buys and then sells once the price either reaches the grid - or hits the stoploss. This works best in bullish and ranging markets.
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...
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...
ATR at the daily and intraday prompt lines, it is recommended to trade within 50%, and if it exceeds 50%, there is a risk of chasing high. At the minute level,Day-level ATR grid line is displayed.
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...
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...
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!
The Percentage Range Indicator is useful for assessing the volatility of pairs for percentage-based grid bots. The higher the percentage range for a given time period, the more trades a grid bot is likely to generate in that period. Conversely, a grid bot can be optimised by using grids that are less than the Percentage Range Indicator value. I have been using...
Hello everyone, This was a grid trading example for intraday trading. Please be advised that every commodity have diferent kind of reaction and rate of change between periods therefore the percentages need to be adjusted acording to the commodities change %. In order to specify the adjustment rate we add the Zig Zag in the script. For Example ; Last 3 days zigzag...
Abstract This script finds potential safe grids placing limit orders without fear of missing out. This script computes grids according to power of 1.0025 . You can reference those price levels for your trading. Introduction Grid trading is a popular trading method. Traders plan several price levels as grids and repeat buying at lower grids and selling at higher...
█ 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)....
Hello, I've only been trying to learn PineScript for two months on my own, here I am posting a version of the strategy for a grid bot with 20 orders, order size 5%, earlier I tried to find something similar, but could not. Perhaps others, those who, like me, are just starting to learn PineScript, will find something useful. In the process of using grid bots, I...
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...
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...