Page 2 of 3

Re: Pitchfork Tool

PostPosted: Thu Nov 09, 2017 7:28 am
by papynou34
Thanks Apprentice.
You only deliver the .bin version?

Re: Pitchfork Tool

PostPosted: Thu Nov 09, 2017 8:03 am
by Apprentice
Yes.
.bin is used in the same way as .lua.

Re: Pitchfork Tool

PostPosted: Thu Nov 09, 2017 9:05 am
by papynou34
Thanks Appendice.
I know that, but even for a small modification, we have to asked you.
However, thanks a lot.

Re: Pitchfork Tool

PostPosted: Thu Nov 09, 2017 4:20 pm
by Cactus
Apprentice wrote:Fixed.

I appreciate your efforts but it suffers two problems:
Lines disappear when zooming in
- If points on which pitchfork is defined are not in view, all lines disappear even if extended
Lines are wobbly and moving around when stretching the chart
- Not sure what is used for drawing line (Draw method, host:execute ("drawLine", pen) or something else but it is likely that which causes this behavior isn't it

Would be nice if a version which accepts csv file still can be made to draw the pitchforks

Re: Pitchfork Tool

PostPosted: Fri Nov 10, 2017 5:25 am
by Apprentice
Have use draw function.
This is the result of performance, optimization.
Will try to re-write using other methods.

Your request is added to the development list under Id Number 3948

Re: Pitchfork Tool

PostPosted: Fri Dec 01, 2017 6:58 am
by Apprentice
Pitchfork Tool.lua
(10.65 KiB) Downloaded 732 times

example_usd_jpy.csv
(68 Bytes) Downloaded 663 times

-fix extend line mode
-add csv support

Re: Pitchfork Tool

PostPosted: Mon Feb 05, 2018 11:04 am
by Apprentice
The Indicator was revised and updated.

Re: Pitchfork Tool

PostPosted: Sun Apr 26, 2020 8:43 am
by logicgate
Hi there dear friend Apprentice, hope all is good and you are safe.

I wonder if you could code this pitchfork indicator for MT4? The one in MT4 is a bit limited.

These are the extras I wanted to see:

-being able to show extra levels in standard deviations of the median line where you could choose the size: 50% - 100% - 200%, etc... You could activate those lines in indicator settings, to show or hide them. I think that 6 extra levels are good enough.

-that you could also configure it with fibonacci levels on it (like in the fibo channel tool)

https://www.metatrader5.com/en/terminal ... bo_channel


Best regards

Re: Pitchfork Tool

PostPosted: Mon Apr 27, 2020 4:27 am
by Apprentice
Your request is added to the development list.
Development reference 1150.

Re: Pitchfork Tool

PostPosted: Tue Apr 28, 2020 10:38 am
by Apprentice
MT4 doesn't support custom tools.
We can only input time/date and value via parameters.
Will this be satisfactory?