graal_tut

Bot fib/pivot

graal_tut 已更新   
Hello, friends!

This strategy is based on the fibonacci level you choose in the setup and possible pivot points under the control of Williams’ Percent Range.

Williams' Percent Range is a dynamic indicator that detects overbought/oversold conditions.

When the possible reversal points coincide with the fibonacci level, and the high or low points according to Williams also coincide, then an entry occurs.

One of the oldest and most reliable trading tools are widely used support and resistance levels.
In this strategy, we are trying to find these reversal levels based on fibonacci.


//LOGIC ENTRY SETTINGS

Deviation-deviation from the pivot point, the lower this figure, the more entries. The yellow lines on the chart are pivot points.

Fibonacci lvl-fibonacci level, from which the entry will occur, provided that other conditions match

Highest lookback-The setting, which refers to Williams' Percent Range , looks at how many candles ago, was high or low. The smaller the number, the larger, but less accurate inputs.

//AMOUNT(USDT) FIRST ORDER AND > % NEXT
-Martingale first order (the amount of the entrance to the usdt) / next order (Increase of each subsequent order as a percentage)

//EXIT SETTINGS (%, RSI)
-Use RSI for close position? (the position will not be closed if it is in the red, even if the RSI conditions worked)
-Use % for exit? Exit immediately upon reaching the specified percentage
-Use trailing? When the checkbox is checked, the position will be exited by trailing.
Activation trail,after?- When the specified percentage is reached, trailing is activated!
Stop_trail,%- if the last candle falls from the high (after the trailing is activated), the position will be exited.
For example:
We entered the purchase at 100 per asset, activation costs 10, and stop is 2.
the price reached 110, there was an activation, after that it went up to 120, and from the high of the last candle, a 2% drop occurs and the trade is exited.

PS:The default value is 1%, what does this give us? if there is a sharp increase, then we take away all the movement

Use only long?
Allow long?- Only long trades will be displayed
Allow short? Only short trades will be displayed
Allo reverse? Upon receipt of a return signal, the opposite position will be closed.


//MARTINGALE GRID
If there is a check mark in the line "Use martingale and grid?"
then the grid will be active
If there is a check mark in the "Limit each next entry,%?" then, even if the entry from the bot logic is triggered, and the price does not fall by the specified percentage, then there will be no entry!
If there is a check mark in the "Grid,%" column, then purchases with martingale support will be added with a decrease by the specified percentage!
PS: "Grid" always starts anew, as the input from logic triggered!

//FILTER SETTINGS
1) Use filter oscillator? (The filter uses 7 averaged oscillators)
Period-the period for which you will be billing

Upper line-Short entry border.
(if 40, then there will be no entry until it reaches)

Lower line-Long entry border.
(20 until below 20 no entry)

2)Use filter range?
Filter type-moving average selection
Bars back-offset speed based on number of last bars
Period-period to calculate

3)Use filter supertrend?
Supertrend filter with multitimeframe

// How do filters work 2 and 3?
Filters can work either one by one or together.
A trade is entered when conditions from the logic and filters in the red zone are triggered, when there are no entries in the green zone.

//DATA RANGE:
-Testing results for any period of time

//PIRAMIDING
-Also in the settings there is a pyramid of order, keep this in mind. Make a deal for a small part of the deposit, and not for all the money at once!

PS: to use martingale, you need to write in the hook messages:
"amount": "{{strategy.order.contracts}}" (purchases will be in the amount of coins equivalent to USDT)

The default settings for TF are 1 minute, 10 inputs.
You can choose your settings for any TF, but look at different coins to make sure you have good statistics


發布通知:
-changed default settings for tf 1 minute
發布通知:
-Changed trailing color to purple
發布通知:
-Fixed range filter for short
發布通知:
-Optimized by default for BTC/USDT
-The stop order is triggered after the last order! Not after every purchase!
-Added custom grid when checkbox is checked: "Use custom grid?", then the grid will be enabled, by default it consists of 20 orders.
In the first column, enter the amount in USDT, in the second column, the percentage at which the next purchases will be triggered.
If you need a smaller number of orders, then put "0'' in the "amount" field.
Remember that your pyramiding must always match the amount specified in the properties.
-On bitcoin, I disabled the ability to use the grid, and also hid all the settings.
-When using a custom grid, according to logic, only the first purchase occurs, the grid is responsible for all other orders.
PS:IMPORTANT

I recommend trading bitcoin short and long at the same time, backtesting since 2019 shows excellent results.


You can also trade altcoins, but for this MANDATORY condition:
1) Turn on the filter "Supertrend''!
2) Stretch the grid so that the next purchase is from 1 percent according to logic, and according to the grid from 5%!
3) I also recommend using a cross and having three times as many USDT as the orders will be involved for maximum safety.
4) Frequent questions about repainting, no, it is not here and cannot be!
發布通知:
-adjusted coup from one entrance
-removed custom grid
僅限邀請腳本

僅限作者授權的用戶訪問此腳本,並且通常需要付費。您可以將其增加到收藏腳本中,但是只有在向作者請求並獲得許可之後,才能使用它。 請與graal_tut聯繫以獲取更多資訊,或按照以下作者的說明進行操作。

在您100%信任腳本作者並了解腳本的工作原理之前,TradingView不建議您購買腳本並使用它。在很多情況下,您可以在我們的社群腳本庫中免費找到一個不錯的開源替代品。

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。

作者的說明

Payment and more detailed instructions, if necessary, write in telegrams. My nickname is @Go_up_Tradingview_indicator

想在圖表上使用此腳本?

警告:請閱讀,然後再請求訪問權限。