Ultra Hedge *Beta* - JPow

Avatar
  • updated
  • Running LIVE

Hi Guys,

I´ve been working a new system lately. An ultra hedge system. What does that mean I will explain soon: 

Well, rates are rising globally. This will lead to alot more volatility for forex because it´s getting more interesting to park money in cash. Our martingale system needs to become more well-conceived.So I developed this setup. 

We working with different Phases and the same pairs. What I got so far; 

Pairs are marked as: N = neutral / S = Sell / B = Buy 

Phase 1: CHFJPY (N) / EURCHF (S) / EURJPY (B)

Phase 2: GBPCHF (N) / CHFJPY (S) / GBPJPY (B) 

Phase 3: USDCHF ( N) / EURCHF (S) / EURUSD (B)

Phase 4: EURUSD (N) / USDJPY (S) / EURJPY (B) 

All simple, its just Stochastic who either buys or sells. The (S) part is just reversing the signal. The "N" is the decision maker. So it´s supposed 

to 2 vs 1 (the hedge). 

This backtesting is hard and not really possible so I set up a live signal: https://www.mql5.com/en/signals/1745827?source=Site+Signals+My

Any suggestions for improvements? Is it possible to connect the the pairs for each phase? ( maybe via the magic number?) So it closes every phase individually. Of course the "Phases" can be expanded to more pairs. 

Anyway here are the sets.

 Ultra Hedge.zip ( the magic number need to changed for every pair) 

MT version:
Set for MT5 only
EA version:
2.48
Symbol:
Mulitple
TimeFrame:
M5
Avatar
Murray

After dreaming about it during sleeping last night, I have come to realize Demo 1 and Demo 2 have no reason to run.

Image 4371

I cannot see any reason why the phases need to be connected. And this eliminates the bad connections
So I Think I will set up the demos as such:

Demo 1:
All the same MN
Phase 1: CHFJPY (N)(2040)/ EURCHF (S)(2040)/ EURJPY (B)(2040)
Phase 2: GBPCHF (N)(2040) / CHFJPY (S)(2040) / GBPJPY (B)(2040)
Phase 3: USDCHF (N)(2040) / EURCHF (S)(2040) / EURUSD (B)(2040)
Phase 4: EURUSD (N)(2040) / USDJPY (S)(2040) / EURJPY (B)(2040)

and
Demo 2

All different MN
Phase 1: CHFJPY (N)(0010)/ EURCHF (S)(0020)/ EURJPY (B)(0030)
Phase 2: GBPCHF (N)(0040) / CHFJPY (S)(0050) / GBPJPY (B)(0060)
Phase 3: USDCHF (N)(0070) / EURCHF (S)(0080) / EURUSD (B)(0090)
Phase 4: EURUSD (N)(1000) / USDJPY (S)(2000) / EURJPY (B)(3000)

and
Demo 3

4 phases own MN
Phase 1: CHFJPY (N)(1010)/ EURCHF (S)(1010)/ EURJPY (B)(1010)
Phase 2: GBPCHF (N)(2020) / CHFJPY (S)(2020) / GBPJPY (B)(2020)
Phase 3: USDCHF (N)(3030) / EURCHF (S)(3030) / EURUSD (B)(3030)
Phase 4: EURUSD (N)(4040) / USDJPY (S)(4040) / EURJPY (B)(4040)


All set in the same conditions started at the same time.


Thoughts????

Avatar
Victor

There should be different magic ID for the same currency pairs.

Avatar
Murray
Quote from Victor

There should be different magic ID for the same currency pairs.

Can you write up an example?

Why do the phases need to be connected?

Avatar
Ulises Cune
Quote from Victor

There should be different magic ID for the same currency pairs.

The strategy (.set file) is the same for all pairs, so if you do that, you would double open trades for the same pair.

Avatar
Murray

Ok, I've set up all the demo's,
AUD$2,000 initial in each,
IC markets demo 1:30
VPS,
Downloaded fresh files from opening post V1 (I guess)
Sorry it's in AUD,
Signals are here:

D1 All Same MN

D2 All Different MN

D3 Phase Own MN

Avatar
Murray

Early screen shots.

By phase (look at the comment column):

D1 All Same MN

Image 4372

 D2 All Different MN

Image 4373

D3 Phase Own Mn

Image 4374

By Symbol (Look at symbol column):

D1 All Same MN

Image 4375

D2 All Different MN

Image 4376

D3 Phase Own MN

Image 4377



If you want future screen shots, Just ask :)

Avatar
opik
Quote from Murray

Ok, I've set up all the demo's,
AUD$2,000 initial in each,
IC markets demo 1:30
VPS,
Downloaded fresh files from opening post V1 (I guess)
Sorry it's in AUD,
Signals are here:

D1 All Same MN

D2 All Different MN

D3 Phase Own MN

why did you use 1:30? 

Avatar
Murray
Quote from opik

why did you use 1:30? 

Australian AISC regulations doesn't let me have anymore than that.

Avatar
Quote from Ulises Cune

Hello Chris,

I make my small contribution, update all the set files to version CP v2.53


I have added Spread=30 and to a single set file "Phase 1-CHFJPY - N" I have set "GA TakeProfit = 10"

Ultra Hedge - 004 - nNews_v2.53.zip


Also, I sent a Powershell script to recursively change a value in all .set files in the directories.

For example, change to all .set file 

Spread_MaxCurrent="30"
Spread_MaxAverage
="30"
GUI_Enabled
= "true"
MaxTrades
="100"

CommunityPowerEA_RecursiveChangeOptions.ps1


what is #TakeProfit_Width = "2" ?

Avatar
Ulises Cune
Quote from ferdinand tampubolon

what is #TakeProfit_Width = "2" ?

This:

Image 4378

Image 4379

In this case, TakeProfit is now BreakEven, because:

Image 4380