jee joined the group
Fractal Arrow Prediction 9 years, 7 months agohems posted an update in the group
Node.js + MQL4 Development 9 years, 7 months agoI’m trying to figure out a way to have some sort of bi-directional communication between node.js and MT4.
First goals:
– List open positions and orders and make them available to my node.js application
– Be able to close positions and cancel orders from node.js
– Fetch current balance from accountSecond goals:
– On every new bar for a…[Read more]hems joined the group
Node.js + MQL4 Development 9 years, 7 months agoshadow.41 joined the group
Fractal Arrow Prediction 9 years, 7 months agohinz joined the group
Fractal Arrow Prediction 9 years, 8 months agoenko joined the group
Fractal Arrow Prediction 9 years, 8 months agoGregorious posted an update in the group
Fractal Arrow Prediction 9 years, 8 months agoOk I have a question regarding the databases. Database 1 contains the 4-13 bit-strings for the 2-years of raw data. Database 2 contains the 4-13 fractal bit-strings AND the zigzag bar count. Now we are suppose to look for similarities between the two databases and record them in database 3. For instance, if bit-string {101011} appears in…[Read more]
Hello Gregorious, for discussion maybe better to use some sub forum (http://penguintraders.com/groups/fractal-arrow-prediction/forum/topic/how-to-creation-of-fractal-arrow-indi/
), this place is intended for group messages. I am not sure, “Database 2” should contain raw fractals and fractal subsequences (most right) are used for Database…[Read more]
anddddres1 joined the group
Fractal Arrow Prediction 9 years, 9 months agoDagmar joined the group
Fractal Arrow Prediction 9 years, 9 months agohowar joined the group
Fractal Arrow Prediction 9 years, 10 months agoLouis replied to the topic ForexGT_Arrow EA in the forum
Fractal Arrow Prediction 9 years, 10 months agoHello guys,
I’m trying to code GG53 turning points method with MT4. I have already a good piece of code but I am not sure about the logic…
So I’d be happy with anybody help on this matter… You can pm me your skype.
Cheers
Louis joined the group
Fractal Arrow Prediction 9 years, 10 months agomecki replied to the topic Installation & Getting started guide in the forum
Fractal Arrow Prediction 9 years, 11 months agoOK, 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.
moon replied to the topic Installation & Getting started guide in the forum
Fractal Arrow Prediction 9 years, 11 months agoNow 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).
mecki replied to the topic Installation & Getting started guide in the forum
Fractal Arrow Prediction 9 years, 11 months agoHi 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:Nodefractal_server.js:891
connection.query(selectString,…[Read more]mecki replied to the topic Installation & Getting started guide in the forum
Fractal Arrow Prediction 9 years, 11 months agoHi Moon,
thank you for your help. It brought me one step further but not through. Please se 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:Nodefractal_server.js:891
connection.query(selectString,…[Read more]moon replied to the topic Installation & Getting started guide in the forum
Fractal Arrow Prediction 9 years, 11 months agomecki wrote:
Hi 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 instr…- Load More
Sorry for the delay. I have actually done this and it worked out perfectly. Start small
If you can send data back and forth, then you can translate those into MT4 functions that run based on the data. Let me know if you get stuck and I will try to help.
Hi Saver0 ,
I hope you are fine.
I would like to have your idea on something .
I am building my own software for copy trading with MQL4 . I already finished . My question is related to the way the communication is done. I used HTTP connection with the event OnTimer() via a webrequest to an php API. Each time ( every second) I make a webrequest to…[Read more]