GridMasterv1.81: Fixes a bug that prevented the EA from sending a Rinse-n-Repeat if/when the total profit of all open trades combined reaches the set BasketProfit.
HGIDancerv1.3: Has an added Currency Exposure filter. If the new parameter UseCurrencyExposureFilter has been set to true, GD will only open a new trade if by adding that new trade the given MaxCurrencyExposure is not exceeded. So, the logic works like this:
If a new grid level has been reached ==>
- Check most recent HGI signal (can be: BUY, SELL or nothing)
- If HGI-signal == BUY and there is no open BUY at this level and a new BUY does not exceed currency exposure ==> Open BUY
- else if HGI-signal == SELL and there is no open SELL at this level and a new SELL does not exceed currency exposure ==> Open SELL
From what I've seen so far whilst testing this currency exposure filter, the drawdown has been very limited (Mind you, this is only after 1.5 days, after the US elections. We really need another brexit or US election, to test this properly). See my results from this new demo:
Have fun!