graal_tut

Bot go_up strategy

graal_tut ที่อัปเดต:   
Hello. This strategy is based on go_up alerts.
Our task is to find the local minimum. The trade is entered on the basis of RSI and SMA according to a specific formula, which is embedded in the code. When the RSI crosses the SMA upside down, a long position is entered. You can change the length of the RSI . The longer the length, the less frequent, but more accurate the entrance, and vice versa. You can use a different time frame.
The settings have:
1) RSI length, the lower the length, the more often the entry.
2) Testing results for any period of time
3) Take profit for any percentage
4) Stop order for any percentage
5) If there is a check mark ✅, then purchases will always be made, and if not, then purchases will be made, BUT, if the next payback is lower than the previous one, it does not matter by what percentage.
6) If there is a check mark ✅, then each trace of the purchase will be made provided that it is lower by the percentage specified, even if the conditions of the purchase are triggered.
7) The filled area is made for visual display of consolidation zones

Default settings:
RSI length 15, step 1.5, take profit 15, stop order 30.
Also in the settings there is a pyramid of the order, keep this in mind. Enter a deal for a small part of the deposit, and not for all the money at once! You can remove pyramiding and see the results with one entry.
For a more visual understanding, overlay the go_up script.
You can choose a strategy for yourself based on history! If you need examples of strategies, then write to me, my contacts are in the column: instructions from the author.
Successful trades, dear friends, I am glad that you trust me!
เอกสารเผยแพร่:
New description!
---The settings have---
LOGIC ENTRY:
-RSI length, the lower the length, the more often the entry.
DATA RANGE:
-Testing results for any period of time
ENTRY SETTING:
-Use all signals, no limits? (When there is a check mark, the inputs will always occur, and when there is no check mark, the inputs will also always be, but not higher than the previous one)
-Limit each next entry? (There will be no entry, even if the purchase conditions work, until a certain percentage of the last purchase is reduced)
-Martingale first order (the amount of the entrance to the usdt) / next order (Increase of each subsequent order as a percentage)
EXIT SETTING:
-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? (take profit and stop loss when a certain percentage is reached
////
-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!
- 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)
เอกสารเผยแพร่:
Fixed bug with position recalculation
เอกสารเผยแพร่:
-Added automatic calculation of the position amount when using martingale. (Pyramiding, in the settings must be equal to the pyramid in the properties)
เอกสารเผยแพร่:
+Multi- Multiplier for sma
+Filter settings
-If the checkbox is checked, the filter will be applied, in the logic of which rsi / wma. When a buy signal is triggered, the RSI is lower than the lower line, then a buy occurs.
PS: For visual understanding, the filter will be provided separately.
เอกสารเผยแพร่:
-New filter based on 6 popular (averaged) oscillators
When the checkbox is checked, the filter will be applied.
PS: For visual understanding, the filter will be provided separately.

-Added grid with martingale
(MARTINGALE GRID)
(1) If there is a check mark in the line "Use martingale and grid?"
then the grid will be active
(2) If the "Use all signals, no limits?" Column is checked, then buy signals will always occur.
(3) 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!
(4) 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!
เอกสารเผยแพร่:
-Added leverage and% at which will be liquidated when all orders are triggered
เอกสารเผยแพร่:
-Safe settings for 5 minutes timeframe by default
-upgrade to version 5 pine
เอกสารเผยแพร่:
//
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.
เอกสารเผยแพร่:
//
- SrcF- finding the deviation of rsi about sma, the lower the value, the rarer, but more accurate the entries
- Filter volume-added filter by volume, the higher the number, the rarer the inputs
-
//Added filter "range" , based on the calculation of previous bars
-filter type -selection of moving average for calculation.
-bars back: offset speed based on number of last bars
-period:period to calculate
//Added supertrend filter with multitimeframe
// How do filters work?
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.
//
When the filter is green, you can navigate to it and hold the position!

/////////////////////////////////////
PS:
approximate default settings with rare but accurate inputs. 10 leverage and 10 inputs.
- can also be used for 3 minutes timeframe.
You can leave the default settings or make your own.
PS: with these settings, I advise you to trade the entire altcoin market, limiting yourself to the number of positions in order to protect your deposit!
เอกสารเผยแพร่:
-changed default settings for tf 1 minute
-Changed trailing color to purple
เอกสารเผยแพร่:
Added login logic:
We use the regression channel together with the custom CCI divergence, when we touch the boundaries and at this moment the divergence conditions are checked, if it matches, then the position is entered.

-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 orders.
PS:
The settings are relevant and optimal for all altcoins and have been tested on many pairs since the beginning of trading, with a deep history.
เอกสารเผยแพร่:
Fixed capital bug in properties
เอกสารเผยแพร่:
-adjusted coup from one entrance
-removed custom grid
สคริปต์เฉพาะผู้ได้รับเชิญเท่านั้น

การเข้าถึงสคริปต์นี้จำกัดเฉพาะผู้ใช้ที่ได้รับอนุญาตจากผู้เขียน และมักจะต้องชำระเงินก่อน คุณสามารถเพิ่มลงในรายการโปรดของคุณได้ แต่คุณจะสามารถใช้งานได้หลังจากขออนุญาตและขอรับจากผู้เขียนเท่านั้น ติดต่อ graal_tut สำหรับข้อมูลเพิ่มเติม หรือทำตามคำแนะนำของผู้เขียนด้านล่าง

TradingView ไม่แนะนำให้ชำระเงินสำหรับการซื้อสคริปต์และไม่แนะนำให้ใช้งานสคริปต์นั้นๆ จนกว่าคุณจะไว้วางใจผู้เขียนสคริปต์ 100% และจนเข้าใจว่าสคริปต์ทำงานอย่างไร ในหกรณีอื่นๆ คุณสามารถหาทางเลือกโอเพนซอร์สที่ดีได้ฟรีในไลบรารีสาธารณะของเรา

คำจำกัดสิทธิ์ความรับผิดชอบ

ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่ เงื่อนไขการใช้บริการ

คำแนะนำของผู้เขียน

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

ต้องการที่จะใช้สคริปต์นี้บนชาร์ตใช่ไหม?

คำเตือน: กรุณาอ่าน ก่อนร้อขอการเข้าถึง