Jump to content

Fractals4 -- new Fractals from Fx H0pe


Recommended Posts

  • Replies 195
  • Created
  • Last Reply

Top Posters In This Topic

Re: Fractals4 -- new Fractals from Fx H0pe

 

Just had a look at the source...

Well... It seems like not easy to educate the EA, because it has quite a few major functions written in the DLLs, and it needs to pass account number to the function each time...

 

if (FRACTALS1(gs_128, "FRACTALS", DoubleToStr(AccountNumber(), 0), 2, g_irsi_960, g_irsi_968, gd_1168, Bid, gd_764) == 1)

if (FRACTALS1(gs_128, "FRACTALS", DoubleToStr(AccountNumber(), 0), 2, g_irsi_960, g_irsi_968, gd_1168, Bid, gd_764) == 1)

if (FRACTALS2(gs_128, "FRACTALS", DoubleToStr(AccountNumber(), 0), 1, g_icci_984, g_icci_992, g_icci_976, Bid, gd_1524, gi_1420, gd_764) == 1)

if (FRACTALS4(gs_128, "FRACTALS", DoubleToStr(AccountNumber(), 0), 2, g_iwpr_1016, g_ima_1112, g_ibands_1040, Bid, gd_1524, gi_1420, gd_764) == 1)

 

We can replace the trade condition checks by some popular fractals checks, but it may not be as good as the official ones... @-)

 

 

Same for VisionEA...

Link to comment
Share on other sites

Re: Fractals4 -- new Fractals from Fx H0pe

 

We need someone to patch the dll file, than we can forward / back test. thank's

 

ive gotten confused with this thread as to what's happening with fixing the EA.

 

can someone load up the original ex4 + dll into an upload and ill see if i can get it sorted?

"It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book."

Victor Niederhoffer (1943–), US hedge fund manager and statistician

Link to comment
Share on other sites

Re: Fractals4 -- new Fractals from Fx H0pe

 

the backtest is running slowly.

 

is the lot progression correct? it goes from 0.03 to 1.00 lots? that seems like a huge jump.

"It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book."

Victor Niederhoffer (1943–), US hedge fund manager and statistician

Link to comment
Share on other sites

Re: Fractals4 -- new Fractals from Fx H0pe

 

i see a trade with SL of 103 having a lot size 0.03.

 

a trade with a SL of 32 having a lot size of 1.00.

 

so that's partly correct, but the factor seems to be 10 times too big on the lot size of 1.00.

"It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book."

Victor Niederhoffer (1943–), US hedge fund manager and statistician

Link to comment
Share on other sites

Re: Fractals4 -- new Fractals from Fx H0pe

 

its very heavy on the CPU. ive gone to backtest it a couple of times, and after about 6 weeks, its turned my computer into a rock.

"It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book."

Victor Niederhoffer (1943–), US hedge fund manager and statistician

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...