Trendoscope

Recursive Zigzag

Trendoscope Wizard ที่อัปเดต:   
DO NOT USE THIS FOR TRADING. I am just showing off my new found recipe for pattern recognition ;)

This script generates recursive zigzags till there are only 2 pivots. So, the logic goes like this.

Level1 - Standard zigzag calculated from user input of length and max pivots using OHLC values
Level2 - Multi level zigzag calculated on the basis of level1 pivots.
Level3 - Multi level zigzag calculated on the basis of level2 pivots
..
..
..
Level(n) - Multi level zigzag calculated on the basis of level(n-1) pivots and number of derived pivots is 3 or less.

Ability to generate multi level zigzags were explored earlier in many scripts. But, they were just single level up from base and not fully recursive as this. This can be powerful piece of code for pattern recognition algorithms - will be exploring how useful these are going forward.
เอกสารเผยแพร่:
Made few corrections. Plus added option for better visualisation.
เอกสารเผยแพร่:
Update libraries
เอกสารเผยแพร่:
Updated zigzag library version
เอกสารเผยแพร่:
Update to latest rZigzag library
เอกสารเผยแพร่:
Updated library version.
Added option to use only confirmed bars.
เอกสารเผยแพร่:
Hopefully last update for today :)

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

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

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

ไอเดียที่เกี่ยวข้อง