Search found 72 matches

Translating EA MQ4 to MQ5

I am seeking to translate this EA order code from MQ4 to MQ5 can anyone help? void SellPendingOrderWithRiskFixed2() { double lotsize = MarketInfo(Symbol(),MODE_LOTSIZE) / AccountLeverage(); double pipsize = 1 * 10; double maxlots = AccountFreeMargin() / 100 * BalanceRiskPercent2 / lotsize * pipsize;...

Re: Elliot Wave for Metatrader 5

The oscillator should help with counting waves. Here is an MT4 script that is useful for labelling waves in a simple way. Probably could be easily adapted for use in MT5. Note the include. You need to change the options and recompile each time to label different waves with numbers/letters/font size ...

Re: *WIP* FerruFX's Multi-Info Evo

Here's the entries from today. 24 pip stop on the long yielded 1:2.5 R:R easily. 10 or 20 pip stop yielded 1:3 and 1:6 respectively!!! Thinking of the traders out there, it was reasonable to assume that those with 62 pip stop would be pushing the market AT LEAST to 1:1 for them. so 60 pips or so fro...

Return to the advanced search