xux99 joined the group
Fractal Arrow Prediction 10 years, 5 months agogg53 replied to the topic How to: Creation of Fractal Arrow Indi in the forum
Fractal Arrow Prediction 10 years, 5 months agoYou got two more “Hints” on the creation of the ForexGT_Arrow in the “Trading made REALLY simple” thread.
G.
eliab posted an update in the group
Node.js + MQL4 Development 10 years, 5 months agoam trying to connect to phpadmin mysql db with node.is……. but all I still get is error….I have installed python and xampp… pls what do I do?
eliab joined the group
Node.js + MQL4 Development 10 years, 5 months agoLandoffire joined the group
Fractal Arrow Prediction 10 years, 6 months agopinoytrader17 replied to the topic How to: Creation of Fractal Arrow Indi in the forum
Fractal Arrow Prediction 10 years, 7 months ago
been chatting with gg53 and he show me his fractal arrow on skype live in action. im amaze coz this guy is not just a great trader but a man with attitude. gg53 is the best as well as his arrows. for those who have question about his indi you can contact him right away :) so much respect for gg53 :)ardi joined the group
Fractal Arrow Prediction 10 years, 8 months agoGeorge replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoYou are right! Forget about it. Thank You. :)
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoDon’t worry, take your time !
Thank you very much, it’s so kind of you

gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoThis indie is an ancient one… I’ll try to meet your request with a more current version.
Sorry, it won’t be immediate and can take some time b4 delivery, since I’m quite busy this days.
G.
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoOk,
I have made some progress, here is my code again :
if ((clnow > clpre) && (clpre > 0.01)) SendLong = true;
if ((clnow < clpre) && (clpre < 0.01)) SendLong = true;
I filter my wrong entry (red vertical), but with the currently shaped indicator, it filters also the vertical blue line. And currently i don’t have any so…[Read more]
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoOk,
I have made some progress, here is my code again :
if ((clnow > clpre) && (clpre > 0.01)) SendLong = true;
if ((clnow < clpre) && (clpre < 0.01)) SendLong = true;
I filter my wrong entry (red vertical), but with the currently shaped indicator, it filters also the vertical blue line. And currently i don’t have any so…[Read more]
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoOk,
I have made some progress, here is my code again :
if ((clnow > clpre) && (clpre > 0.01)) SendLong = true;
if ((clnow < clpre) && (clpre < 0.01)) SendLong = true;
I filter my wrong entry (red vertical), but with the currently shaped indicator, it filters also the vertical blue line. And currently i don’t have any so…[Read more]
LittleCaro replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 10 years, 9 months agoOk,
I have made some progress.
if ((clnow > clpre) && (clpre > 0.01)) SendLong = true;
if ((clnow < clpre) && (clpre < 0.01)) SendLong = true;
I filter my wrong entry (red vertical), but with the currently shaped indicator, it filters also the vertical blue line. And currently i don’t have any solutions to take the blue v…[Read more]
- Load More
You have to use a node.js library to connect to mysql.
A very recommended library is: http://docs.sequelizejs.com/en/v3/
good luck!
