Page 2 of 3

Re: Simple ZigZag

PostPosted: Fri Feb 28, 2020 5:51 am
by Apprentice
Tick Volume from the previous top/bottom?

Your request is added to the development list.
Development reference 787.

Re: Simple ZigZag

PostPosted: Fri Feb 28, 2020 5:53 am
by Gilles
Hi Apprentice,

No, juste a core.tick version of simpleZZ_counter please.

thank you :)

Re: Simple ZigZag

PostPosted: Sat Feb 29, 2020 7:35 am
by Gilles
Apprentice, I'm thinking more of a core.Tick version with the ability to choose the PRICE source (open, high, low, close). Thank you very much Apprentice.

Re: Simple ZigZag

PostPosted: Mon Mar 02, 2020 2:12 pm
by Apprentice
SimpleZZ_Counter tick.lua added.

Re: Simple ZigZag

PostPosted: Tue Mar 10, 2020 3:42 am
by Gilles
Hi Apprentice,

Please a simple ZigZag version with the Heikin-Ashi source.

Thank you :)!
See you soon :)!

Re: Simple ZigZag

PostPosted: Tue Mar 10, 2020 5:32 am
by Apprentice
Your request is added to the development list.
Development reference 846.

Re: Simple ZigZag

PostPosted: Tue Mar 10, 2020 6:09 am
by Apprentice
You can put any indicator on HA. No coding required.
Capture.PNG

Do you have any reason to have this version?

Re: Simple ZigZag

PostPosted: Tue Mar 10, 2020 6:13 am
by Gilles
I know that is possible Apprentice, but i want use it in strategy but i can't.

I obtain an error "index is out of range".

Can you help me…

ZZ = core.indicators:create("ZigZag", HA.close, 12, 5, 3);
Error : "Specified index is out of range".

Thank you

Re: Simple ZigZag

PostPosted: Tue Mar 10, 2020 6:23 am
by Gilles
I think I've found it.
if I write ZZ. DATA[HA], it's got to go :) ?
i try it now

Re: Simple ZigZag

PostPosted: Tue Mar 10, 2020 10:15 am
by Gilles
Hi Apprentice,

Can we apply the simple_ZigZag to another source?

For example: MVA 20, HA or other.

I ask this question, because I cannot do it in a strategy.

I always encounter an error message.

See you soon.