Jump to content

Recommended Posts

  • Replies 51
  • Created
  • Last Reply

Top Posters In This Topic

Posted
Please explain how to do that without replacing existing ones.

 

Symbol 9 and 10 are empty in my config (defaults). So you could add other pairs there, though I have no idea about the settings and direction (buy/sell).

Posted
well i have multivers and this EA, and let me tell you that i have best result with this Mac10 ea, before said something do a few test otherwise you will be like CNN... hehehe sorry was just that i have something in mind
Posted

Hi everybody,

 

Anyone who has bought MAC10 EA will receive new updated version 341A from the seller. So, if anyone has bought this ea before, please kindly post the newest updated version so that some Genious in this forum will try to decompile and crack it, and share it here.

 

Have a nice weekend !

 

Jennifer

  • 2 weeks later...
  • 2 weeks later...
Posted

Anyone trading MAC10 ? Can someone explain what is the basic strategy this is? It has many settings, but mostly, I would like to know what it does if 1) hedge = true/false --> Hedge on same pair or correlation pair? CountdownMode = true/false --> what is this mean? JPYAccount = true/false --> is this mean your account type is in JPY deposit or USD? Back test looks pretty good and I want to start forward testing, but since it trade very short time period, I would like to know how to use these options. I can't tell from the back test what these options do for the account.

Thanks and I hope someone can explain. I think someone who knows code well can tell what it does.

Posted (edited)

for me CountdownMode is equal to ECN compatible

the JPAccount is for determining right lot size when MM is used (for acc denominated in JPY - aka deposit)

The Hedge mode.... is weird thing... It is involved only in MM, perhaps backtests will show the difference

 

about Hedge: HedgeMode) ld_ret_16 = MathRound(ad_8 * AccountBalance() ....

else ld_ret_16 = MathRound(ad_8 * AccountFreeMargin() ....

 

with Hedge=True it calcs MM about AccBalance, else AccFreemargin...

Edited by musketeer
Posted (edited)
for me CountdownMode is equal to ECN compatible

the JPAccount is for determining right lot size when MM is used (for acc denominated in JPY - aka deposit)

The Hedge mode.... is weird thing... It is involved only in MM, perhaps backtests will show the difference

 

about Hedge: HedgeMode) ld_ret_16 = MathRound(ad_8 * AccountBalance() ....

else ld_ret_16 = MathRound(ad_8 * AccountFreeMargin() ....

 

with Hedge=True it calcs MM about AccBalance, else AccFreemargin...

 

Thanks for that, musketeer!

When I ran backtest, hedging = true/false did not make any difference, but CountDownMode= true did. (did little better). This is tested on Alpari-UK, but, I noticed that when countdownmode is enabled, sl and tp will modify after order entry. So, I think you maybe correct on this option is for ECN.

 

I changed the start time on all pairs to 00:00 and ran real time all night long on $ 1000.00 and used MM lot size = 5% and the rest settings left it as default. I know this is supposed to scalp during asian session, but I wanted to test how it works, so I changed the trading hours. This morning, I saw account is net 5% up. R/R ratio isn't perfect, but it is not bad in my opinion for scalper. So, I would like to find out this basic trading concepts. If we know its basic concept, we maybe able to find the optimal settings, like start/stop time, etc.

Edited by fx4_ever
correction on net gain
Posted

Hi Fx4_ever,

so now you need to change Hedge mode... becoz it is supposed to change MM lot size. But when there are no other trades the AccBalance and AccFreeMargin will be equal, so again will be w/o any difference...

may look it further to get the idea... you are right about....

 

Best!

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...