Jump to content

Recommended Posts

  • Replies 2.1k
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: Megadroid Pro

 

I had 2 trades on eur/gbp today one was closed on +1pip other +5. I have it set on aggressive mode, probably therefore I have 2.

Kudus is what gives me power....
Posted

Re: Megadroid Pro

 

Had 6 trades and 22+ pips(no 'red' trades), but I also had a MT4 crash, with one trade open...

 

Pairs were:

EURCHF-MDP, EURUSD-MDP, EURGBP-MDP, USDCHF-MDP, GBPUSD-MDP2, USDJPY-MDP3 (As Don recomended, there was no overlapping with logic). Version ee2x.

Posted

Re: Megadroid Pro

 

I saw this in the mql:

 

bool IsTradeTime(string a0, int a1, int a2, int a3, int a4)

{

return(true);

}

 

Is this originally from the dll? Or the code has gone missing...

Posted

Re: Megadroid Pro

 

Hi,

 

:) No, This function is not ready. Anyway all other functions must work.

This IsTradeTime function do some extra time filtering.

- Auto GMT fixed

- s1_init and s2_init replaced

- s1_buy s1_sell s2_buy s2_sell replaced

- Nodes (multi instances) fixed

 

Br.

Posted

Re: Megadroid Pro

 

Do you have any idea how the Nodes work? Is it if I have 4 nodes and all have 0.10 risk setting, then the risk setting for each pair is actually 0.025?

Posted

Re: Megadroid Pro

 

hi bb..great work.

 

Unfortunately the GMTAuto gives me an offset of -1 for a +2 broker (GoMarkets Aus), I still can't figure that out!

 

I think to the day of month check is removed (no trades on last 3 days), was that intended? When testing without it does make a difference (more losses in Jan particularly).

 

Suggestion for future version - for my own version I added option to vary risk of both S1 & S2 separately so I could set a lower risk for S2 (I chose 50% lower) which even tho reduces total profit slightly, reduces the drawdown & improves the profit factor a lot.

 

did I say great work! way quicker than I can..

 

chrs, Dave

Posted

Re: Megadroid Pro

 

Do you have any idea how the Nodes work? Is it if I have 4 nodes and all have 0.10 risk setting, then the risk setting for each pair is actually 0.025?

It is handling the risk instead of you. If you run 3 instances, it will divide the Lot by 3.

Posted

Re: Megadroid Pro

 

hi bb..great work.

 

Unfortunately the GMTAuto gives me an offset of -1 for a +2 broker (GoMarkets Aus), I still can't figure that out!

 

I think to the day of month check is removed (no trades on last 3 days), was that intended? When testing without it does make a difference (more losses in Jan particularly).

 

Suggestion for future version - for my own version I added option to vary risk of both S1 & S2 separately so I could set a lower risk for S2 (I chose 50% lower) which even tho reduces total profit slightly, reduces the drawdown & improves the profit factor a lot.

 

did I say great work! way quicker than I can..

 

chrs, Dave

It is calculates the GMT from the local time. Maybe your PC setting wrong?

Posted

Re: Megadroid Pro

 

thanks a lot bbrain!

 

have been playing around with this for a bit...

 

seems that with Auto for GMToffset ON, the display has the "UtcTime" is wrong, thus the "GMTOffset" was wrong too...

 

I'm on alpari-uk and when the GMT offset should be +2, it was displaying -1 when on Auto.

 

will test this some more.

 

Thanks again.

Posted

Re: Megadroid Pro

 

Please backtest it, ot be sure all is working fine.

 

Br.

 

Getting a few discrepencies when backtesting the default pairs in June 2009.

Maybe some logic missing?

 

EUR/GBP - unplugged placed 8 more trades than ee2 (total 20) with $100+ LESS profit :-?

EUR/USD - unplugged placed 1 more trade than ee2 (total 19) with $5 more profit

EUR/CHF - unplugged placed 1 more trade than ee2 (total 18) with $1 less profit

USD/CHF - same number of trades and profit

 

Cheers

Posted

Re: Megadroid Pro

 

Getting a few discrepencies when backtesting the default pairs in June 2009.

Maybe some logic missing?

 

EUR/GBP - unplugged placed 8 more trades than ee2 (total 20) with $100+ LESS profit :-?

EUR/USD - unplugged placed 1 more trade than ee2 (total 19) with $5 more profit

EUR/CHF - unplugged placed 1 more trade than ee2 (total 18) with $1 less profit

USD/CHF - same number of trades and profit

 

Cheers

This is probably because the extra time filter function coded in the dll. I will look deep into the DLL today.

 

Br.

Posted

Re: Megadroid Pro

 

bbrain, is it also possible to mod megadroid and put in a manual stop loss setting, other than variable non user changeable on used now?

 

much thanks

Posted

Re: Megadroid Pro

 

zoop, I did that before. I added a "MaxStopLoss", eg. value 60. If MegaDroid tries to open a trade with stop loss > 60 pips, the stop loss will be 60.

I then tested it with many stoploss values (eg. 40, 50, 60, 70, etc.), I found that the best one is still leave it to MegaDroid... sometimes it has a huge stoploss value (that worried me at first, that's why I added the MaxStopLoss), but MegaDroid usually close the trade itself before hitting stoploss... and for the longrun backtesting, the default stoploss did work better. I have no idea how MegaDroid calculates and determine the stoploss value though...

Posted

Re: Megadroid Pro

 

I have no idea how MegaDroid calculates and determine the stoploss value though...

 

MegaDroid looks for support and resistance levels to set StopLoss, it's very powerful rather than manual SL.

:)>-

LAL: Laugh At Life

it's too short to be sad..

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