graal_tut

Bot go_up DD_long/short

graal_tut 已更新   
Hello!

This strategy is based on the double bottom pattern - for entering a long position / double top-short

A double bottom pattern is formed when two price bottoms are relatively at the same level and the top acts as resistance. This pattern appears at the end of a downtrend and signals a reversal.

A double top is a bearish reversal pattern that signals the end of an uptrend. It is formed by two price highs forming at the same level and a notch line that acts as local support.

As history and practice show, the double bottom pattern works better. Moreover, in a bull market.

You can include only long or only short. BUT while there is a long, a short position will not be opened, in fact, with a long as well.

You can use reverse trade, one coin at a time.

DESCRIPTION:
// LOGIC ENTRY:
Period for short and long positions-to search for double bottom as well as double top. the more, the less false.

Change liong and short-channel width for pattern search separately for long and short.

General shift-the overall width of the channel, which changes equally at once for long and short

By default, quiet settings for tf 5 minutes are applied!

You can choose the settings you like.

// AMOUNT(USDT) FIRST ORDER AND > % NEXT

In the first column, indicate the amount, in the second, how many percent the next order will be more than the previous one.

// EXIT SETTINGS
Closing a trade by RSI when it reaches the level specified in the settings (but in the negative, the trade will never be closed, even if the condition is triggered)

Using a percentage to exit a trade + stop loss. (Put a stop order 1000+ on the market can be anything, especially if you use spot trading)
PS: in order to use the RSI output at a certain level, put a checkmark on the desired one, and also check the percentage box and indicate a take on the percentage 10-20 +)

// MARTINGALE GRID
If there is a check mark, then the grid is used.
Use all signals?
If yes, then there will be no limit on inputs from logic
If the checkbox is not checked, then you can limit the entries from the strategy logic by the specified percentage.
Grid, the next order, when decreasing by a certain percentage, an order when decreasing by the percentage that will be specified (after entering from the logic, when the next signal appears, the grid will be counted from the beginning)
PS: orders are not automatically placed, if the conditions are triggered, then the entry is only at the next bar (within the TV, it is not possible to add orders immediately, but most often, in case of straits, for the better)

// FILTER SETTINGS
The filter consists of a series of popular, averaged oscillators

//DATA RANGE
You can see the results for the selected period

//
CALCULATION OF ORDERS AND MARGIN (FOR INFO ONLY)
The number of orders is the number of entries (you must always have the same number of orders in the arguments and in the properties !!)
- in the aruments for understanding, in the properties - it does not matter how much it will cost there, so many inputs will be!)
-leverage is created to calculate the margin
When you change these parameters, you will understand how much money is required in general and what maximum drawdown can be allowed

Green line-take, lower-stop-order.

To use algo trading, in fact, you need to use a script, in the service through which you will transmit a signal through webhooks, you need to select the amount.
{{strategy.order.contracts}}

ОПИСАНИЕ НА РУССКОМ
//ЛОГИКА ВХОДА:
Период для шорт и лонг позиций, сдвиг для шорта лонга, также общий
По умолчанию применены спокойные настройки для тф. 5 минут.
Вы можете самостоятельно подбирать настройки, основываясь на прошлые результаты

//СУММА ВХОДА В ЮЗДТ +МАРТИНГЕЙЛ:

В первой графе указываете сумму , во второй -на сколько процентов следующий ордер будет больше предыдущего.

//НАСТРОЙКИ ВЫХОДА ИЗ СДЕЛКИ
Закрытие сделки по RSI, когда достигнет уровня, указанного в настройках ( но в минус сделка не будет закрыта никогда, даже если условие сработало)

Использование процента для выхода из сделки+ стоп приказ.( Ставьте стоп-приказ 1000+ на рынке может быть всякое, тем более, если используете спотовую торговлю)
ПС: для того, чтобы использовать выход по RSI по определенному уровню, поставьте галочку на нужный , а также поставьте галочку по проценту и укажите тейк по проценту 10-20+)

//НАСТРОЙКИ СЕТКИ
Если стоит галочка-то сетка используется.
Использовать все сигналы?
Если да, то лимита по входам от логики не будет
Если не стоит галочка, то можно ограничить входы от логики стратегии, на указанный процент.
Сетка, следующий ордер, при снижении на определенный процент-след ордер при снижении на тот процент, который будет указан ( после входа от логики , при появлении следующего сигнала сетка будет считаться с начала)
ПС: ордера автоматически не ставятся, если сработали условия, то вход, только на следующем баре ( в рамках ТВ, нет возможности добавить сразу ордера, но чаще всего, при проливах-к лучшему)

//НАСТРОЙКИ ФИЛЬТРА
Фильтр состоит из серии популярных, усредненных осцилляторов.
//
БЭКТЕСТИНГ
Можете посмотреть результаты за выбранный промежуток
//
ПИРАМИДИНГ (исключительно для расчета)
Количество ордеров-это количество входов ( у вас всегда должно быть одинаковое количество ордеров в агрументах и в свойствах!!)
-в аргументах для понимания, в свойствах -важно, сколько там будет стоить-столько входов и будет!)
-плечо создано для расчета маржи
При изменение данных параметров Вы будете понимать сколько потребуется средств в общем и какую максимальную просадку можно допустить

Зеленая линия-тейк, нижняя-стоп-приказ.

Для использования алго-трейдинга, собственно так и нужно использовать скрипт, в сервисе, через который Вы будете передавать сигнал через веб-хуки , Вам нужно выбрать количество.
{{strategy.order.contracts}}



Удачных трейдов, друзья!

版本注释:
//
Added a new way to close a deal (trailing take)
Exit settings (trailing)
Use trailing? - if the checkbox is checked, then trailing is used, not paying attention to closing by percentage and RSI!
Use stop loss,stop price, % ? - if there is a check mark, then there will be a hundred ploss, if not, then it will be absent.
Activation trail after, %- When the price has reached the specified percentage, trailing is activated.
Stop_trail,%- Stop after activating trailing.
We have reached 5 percent growth and the trail has turned on, then the stop trail will be triggered from the last maximum price, by the percentage that is specified.

//
PS: Changed default settings, percentage calculations when using 1015 usdt and 10 leverage. if you decide to use the default settings, then I recommend removing the stop loss and enabling cross trading. You can change the settings and the number of orders based on your capabilities. maybe it will be 20 orders, 20 leverage. look at your strengths and select settings based on backtesting.

//
Good luck,friends!
版本注释:
//Fixed display of trailing stop.
When it reaches the yellow line, trailing is activated.
The default settings work well for highly vibrational coins on a 5 min time frame.
版本注释:
Updated/hidden and optimized settings for all altcoins.
Always make a deep history from the beginning of the trade, before you start trading.
Except:
altcoins of exchanges, ethereum, bitcoin, do not trade them in any case!
More relevant for highly volatile pairs.
//

-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.
-When using a custom grid, according to logic, only the first purchase occurs, the grid is responsible for all other order.
PS:There is no redrawing and cannot be!
版本注释:
-filter adjustment
版本注释:
-adjusted coup from one entrance
-removed custom grid
版本注释:
-the filter is on, do not turn it off for 5 min.
仅限邀请脚本

仅限作者授权的用户访问此脚本,并且通常需要付费。您可以将其添加到收藏中,但是只有在向作者请求并获得许可之后,才能使用它。 请与graal_tut联系以获取更多信息,或按照以下作者的说明进行操作。

在您100%信任脚本作者并了解脚本的工作原理之前,TradingView不建议您购买脚本并使用它。在很多情况下,您可以在我们的公共指标库中免费找到一个不错的开源替代品。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

作者的说明

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

想在图表上使用此脚本?

警告:请阅读,然后再请求访问权限。