TradingView
LonesomeTheBlue
9 אוק׳ 2021 11:31

CreateAndShowZigzag 

Litecoin / TetherUSBinance

תיאור

Library "CreateAndShowZigzag"
Functions in this library creates/updates zigzag array and shows the zigzag

getZigzag(zigzag, prd, max_array_size) calculates zigzag using period
Parameters:
  • zigzag: is the float array for the zigzag (should be defined like "var zigzag = array.new_float(0)"). each zigzag points contains 2 element: 1. price level of the zz point 2. bar_index of the zz point
  • prd: is the length to calculate zigzag waves by highest(prd)/lowest(prd)
  • max_array_size: is the maximum number of elements in zigzag, keep in mind each zigzag point contains 2 elements, so for example if it's 10 then zigzag has 10/2 => 5 zigzag points

Returns: dir that is the current direction of the zigzag

showZigzag(zigzag, oldzigzag, dir, upcol, dncol) this function shows zigzag
Parameters:
  • zigzag: is the float array for the zigzag (should be defined like "var zigzag = array.new_float(0)"). each zigzag points contains 2 element: 1. price level of the zz point 2. bar_index of the zz point
  • oldzigzag: is the float array for the zigzag, you get copy the zigzag array to oldzigzag by "oldzigzag = array.copy(zigzay)" before calling get_zigzag() function
  • dir: is the direction of the zigzag wave
  • upcol: is the color of the line if zigzag direction is up
  • dncol: is the color of the line if zigzag direction is down

Returns: null

הערות שחרור

updated
תגובות
Meowella7777
Always love a cool LTB's chart! They're like magic :-))
RozaniGhani-RG
Thank you.
I using this a lot.
GooglyBoy
Can I have the first version code please.. thanks.
haadikhoob2
@GooglyBoy, Hi.I Need Library Code LonesomeTheBlue/CreateAndShowZigzag/1 as ZigZag. can you help me?
MaclenMtz
@GooglyBoy, did you find the version 1?
metaversesherpa
I noticed that your function export showZigzag(float [] zigzag, float [] zigzagold, int dir, bool specialcase, color upcol, color dncol)=>
takes in a parameter called "specialcase", but in your 3rd Wave indicator, you don't pass anything to this function and yet it still works. Should specialcase always be true?
devi.iter
Need LonesomeTheBlue/CreateAndShowZigzag/1 codes.
Can anyone help?
MaclenMtz
Hi, when I use this version 2 ( In the indicator 3rd Wave ) I get this error: Syntax error: Variables of array type are not supported!

But when I use the version 1 everything runs great. Where can I get the version 1? Or what do I need to change in 3rd Wave indicator for this version 2?

Thanks.
haadikhoob2
Hi.I Need Library Code LonesomeTheBlue/CreateAndShowZigzag/1 as ZigZag . PLZ Help Me
MaclenMtz
@haadikhoob2, did you find the code?
עוד