Saver0 replied to the topic Installation & Getting started guide in the forum
Fractal Arrow Prediction 11 years, 4 months agoCan 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.
Saver0 replied to the topic Questions & support in the forum
Node.js + MQL4 Development 11 years, 4 months agoIt’s just easy to install the XAMPP.. hehe
I figured this would be the easiest approach for many. NoSQL type DBs have its advantage and disadvantages as well though. For Forex type data I think SQL type DB is what we need. DB speed haven’t become an issue for me yet however. It’s mostly the CPU limits that I’m hitting since the data just gets…[Read more]Zelo replied to the topic Questions & support in the forum
Node.js + MQL4 Development 11 years, 4 months agoHi Saver0, Why you dont use nginx or sqlite or nosql?
I see them lighter than Apache and MySql.
dtlase replied to the topic Installation & Getting started guide in the forum
Fractal Arrow Prediction 11 years, 4 months agoThis 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.dtlase replied to the topic Installation & Getting started guide in the forum
Fractal Arrow Prediction 11 years, 4 months agoHello SaveO, here is my screen shot. I am still wondering why it is not showing arrow. Thank you for your time and effort.
Saver0 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 11 years, 4 months agoAwesome!! Very happy to have another coder work on it

I want to let you know that the MT4 part, I was testing out a few things and the state it’s in is not ideal. Like the way it figures out the current fractal/zigzag pattern before sending it to Node.js app may not be correct. There could be couple of things you could do to do…[Read more]
Saver0 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 11 years, 4 months agoAwesome!! Very happy to have another coder look at it.
I want to let you know that the MT4 part, I was testing out a few things and the state it’s in is not ideal. Like the way it figures out the current fractal/zigzag pattern before sending it to Node.js app may not be correct. There could be couple of things you could do to do something better…[Read more]
simba joined the group
Fractal Arrow Prediction 11 years, 4 months agoidempotent posted an update in the group
Fractal Arrow Prediction 11 years, 4 months agoAnd I am stuck now trying to run the strategy tester. I admit it’s the part of MT4 that I’ve never used before. Plus tickstory is still downloading so I am using only existing data. But my chart says “Waiting for update”. It’s also late so I’ll try again tomorrow.
idempotent posted an update in the group
Fractal Arrow Prediction 11 years, 4 months agoNew here, but was following the thread back in the day on FF.
I’m installing it, but here are some notes:
Installing XAMPP needed to be run as administrator (when run unescalated, and it tried to escalate, the install locked up and required some MS install fixer download to remedy)
The config for XAMPP’s APache required commenting out the SSL…[Read more]
Saver0 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 11 years, 4 months agoDo we have any coders that understand the Node.js/MQL4 code I have written to be able to try this out?
I probably won’t have time to switch on my brain to do fractals stuff for at least another week or two.Saver0 replied to the topic Installation & Getting started guide in the forum
Fractal Arrow Prediction 11 years, 4 months agoGlad to see that you got it running. What do you see on the Node.js app?
When you post screenshots, please make sure that you post that as well.
Did you see the sets being created and the calculations for each new bar?VlanFx replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 11 years, 4 months agoHi everybody,
don’t want to speak for GG, but I have it confirmed by him that real-time bars are sliced by ATR(5) and then are compared against UNsliced history bars. Attached is a simple indicator that shows how many times each bar shoud be counted for.
Hope it helps.
Vlan
Saver0 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 11 years, 4 months agoI don’t think we should use ATR to split the candles because the ATR I think will cause mismatches with the history. The candles should be I think be split based on the average bar size of the entire dataset instead. But we can try each one. It shouldn’t be too difficult to test each case

Saver0 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 11 years, 4 months agoHow should we go about ” “slice” big-bars and make sure not to include fractals among the slices”.
If the bar is lets say 10pips in height (up bar), how should we split it up?
Thanks!
smallcat replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 11 years, 4 months agoHi Pedma,
Regarding your point (a) , I think GG does not change anything to DB. The gaps handling and splitting the bars is done in his algo …
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 11 years, 4 months agoSaver,
1. No, DB is as it was before. I was lazy to do it during testing differences.. and I already had the Close price in DB. So modifications to the algo seems simpler. in retrospect: a mistake…
2. Same as #1 –
3. Just “slice” big-bars and make sure not to include fractals among the slices.
G.
gg53 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 11 years, 4 months agoOhhh, here we go again…
Stinky, there is no EA per your “requirements”, and there will be no “proof” for claims that wasn’t made.
There is an indicator that does what it shows.
Most of the charts posted are at end of session, so you can match last prediction with whatever came next. Very simple task for you, I’m sure.
If you don’t have…[Read more]
angelofx joined the group
Fractal Arrow Prediction 11 years, 4 months agoSaver0 replied to the topic Charts posted by GG in the forum
Fractal Arrow Prediction 11 years, 4 months agoLooks great GG!
Thanks for posting these screenshots.
I have a few questions.
Are your fractals DB now based on closed price fractals?
Did you clean out the data to remove any gaps (weekend gaps, general price gaps)?
Is there anything else that we need to do to prepare the data?Thank you!

- Load More
Hi GG,
Can you invite me to the skype group. Skype name is; Huub.Emonts
Other wise give me the name of the group and i will do the other way around.
BR
Huub
There is no Skype group. The invitation was to my private Skype (ggfx_ggfx).
As already mentiones’ you are welcome. I already added you to my Skype contacts. It’s open 24/7 – but I’m not always near it, so leave a msg and I’ll get back to you ASAP.
G.