This is the development community for the indicator that was discussed in great detail at:
http://www.forexfactory.com/showthread.php?t=464948
Please upload documents such as notes from this thread that you think are important and code samples that you have.
GitHub: https://github.com/PenguinTraders/FractalArrowPrediction
Instructions: http://penguintraders.com/groups/fractal-arrow-prediction/forum/topic/installation-getting-started-guide/
Installation & Getting started guide
This topic has been reported for inappropriate content
- This topic has 36 replies, 8 voices, and was last updated 9 years, 11 months ago by
mecki.
- AuthorPosts
- December 12, 2014 at 8:21 pm #1240
Hello SaveO, here is my screen shot. I am still wondering why it is not showing arrow. Thank you for your time and effort.
Attachments:
You must be logged in to view attached files.December 12, 2014 at 8:50 pm #1242This is how my screen looks before and after i attached the Fractals Arrow Indicator. There is communication between MT4 and mysql. My database is populated.
But no Fractal Arrow is showing on my screen.Attachments:
You must be logged in to view attached files.December 13, 2014 at 6:40 pm #1300Can you please show me a screenshot of the Node.js app right after you start it up again. This should be after the data is already in the database. Once your database is loaded, there is no need to populate it again. Then just attach the indicator with load_data set to false to test for arrows anytime after the end_time.
Focus, Patience, Determination & Order in chaos
December 14, 2014 at 1:38 am #1328Hi SaverO, Thank you very much. My mistake was not turning the load_data set to false after loading the database.
Here is the screenshot of Node.js and my chat with arrow. Thanks
Attachments:
You must be logged in to view attached files.December 17, 2014 at 4:48 pm #1635Awesome! Now just need to tweak the logic to make it work

You may need to adjust things on both ends (node.js app and MT4 code).
Focus, Patience, Determination & Order in chaos
March 7, 2015 at 3:10 am #5406hi all!
I installed all indicators, everything earned! But the arrow didn’t appear. what’s the problem?
Attachments:
You must be logged in to view attached files.Ничто не ново под луной:
Что было, то и будет.
Я завершаю круг и - вновь
Готов бежать по кругу...May 12, 2016 at 12:38 am #12553Hi Saver0,
I hope you are still supporting this. Really impressing framework.
I am trying to install this under Windows 10. Everything went smooth, to the point where I should call “node fractal_server.js” (5d). This gives me the error message, that it can’t find module underscore. I am sure I did install it per your instructions and I could even locate it on my hard disk. I tried to add the path of it to the system path (an rebooted), but this didn’t help.
Any idea what might be wrong?
Thanks
MeckiMay 16, 2016 at 12:43 pm #12571Hi Saver0, I hope you are still supporting this. Really impressing framework. I am trying to install this under Windows 10. Everything went smooth, to the point where I should call “node fractal_server.js” (5d). This gives me the error message, that it can’t find module underscore. I am sure I did install it per your instructions and I could even locate it on my hard disk. I tried to add the path of it to the system path (an rebooted), but this didn’t help. Any idea what might be wrong? Thanks Mecki
Hello,
You may try to copy “C:\Users\profile\yourname\Roaming\npm\node_modules” directory to the Node installation directory. And you should install Node outside of “Program files” directory (and “Program Files (x86)” as well).
May 17, 2016 at 12:56 am #12572Hi Moon,
thank you for your help. It brought me one step further but not through. Please see below for the error message I am getting now.
Thanks
MeckiC:\Node>node fractal_server.js
Loading data starttime null euus_fractal_m15 SELECT * FROM euus_fractal_m15 ORDER BY datetime ASC
C:\Node\fractal_server.js:891
connection.query(selectString, function(err, rows)
^TypeError: Cannot read property ‘query’ of undefined
at C:\Node\fractal_server.js:891:13
at Handshake.onConnect (C:\Node\node_modules\mysql\lib\Pool.js:54:9)
at Handshake.Sequence.end (C:\Node\node_modules\mysql\lib\protocol\sequences\Sequence.js:96:24)
at Protocol.handleNetworkError (C:\Node\node_modules\mysql\lib\protocol\Protocol.js:364:14)
at PoolConnection.Connection._handleNetworkError (C:\Node\node_modules\mysql\lib\Connection.js:421:18)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at emitErrorNT (net.js:1253:8)
at nextTickCallbackWith2Args (node.js:442:9)
at process._tickCallback (node.js:356:17)-
This reply was modified 9 years, 11 months ago by
mecki.
May 17, 2016 at 10:11 am #12574C:\Node\fractal_server.js:891 connection.query(selectString, function(err, rows)
Now it’s simple Node works well but mysql server doesn’t work (or is blocked by firewall – make sure that is properly running on port 3306) or Node connection is blocked by firewall (or antivirus).
May 18, 2016 at 10:44 pm #12583Aeeh, Hi, me again. It’s starting to get embarrassing.
Ok, node runs now fine, I downloaded tickstory and EURUSD tick data for the recommended time interval and exported it to MT4. As a result of this a bunch of HST files were copied to a directory C:\Users\MelanieandMarkus\AppData\Roaming\MetaQuotes\Terminal\3212703ED955F10C7534BE8497B221F4\history\OANDA-GMT-5 Practice and another bunch of FXT files were copied to a directory C:\Users\MelanieandMarkus\AppData\Roaming\MetaQuotes\Terminal\3212703ED955F10C7534BE8497B221F4\tester\history. The HST folder already had other HST files, the FXT folder only contains the files which were copied by tickstory.The problem is, that no matter what I do, I don’t get a EURUSD M15 chart on MT4 which goes back to a time before 2013.
Thanks again,
MeckiMay 18, 2016 at 11:07 pm #12584OK, take that back. It is a problem between my MT4 built and the tickstory version. Obviously version 1.5.3 does not work with built 950. I guess I need to invest 30 bucks and get version 1.7.4.
-
This reply was modified 9 years, 11 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.