I have written a new EA based on OzFx's Squeeze-More strategy.
This EA is slightly different from the one written at Forex Factory. This one will open three trades upon receiving a valid entry signal, with trade1 having TP=50, trade2 having TP=100 and trade3 have no TP. All three trades have SL=50 initially.
Once trade1 is hit, SL is moved to break-even for trades2 and 3. Trade3 will be closed on the next opposite signal.
This is version 1.0 and may not yet be ready for live. Please forward test on demo and report any bugs.
Here are the settings:
Open all H4 pairs and attach this EA. Use the template provided for visual description of the indicators.
Magic. This is the magic number for this EA. You don't need to change the magic number unless it is the same with another different type of EA running on the same account.
Lots. If you are not using Money Management, the EA will open this much lots per trade.
MoneyManagement. If set to true, EA will calculate the lots for you.
Risk. How much of the free margin you want to risk. If Risk=100, the EA will use up all of the available free margin.
StrongMode. If set to true, the EA will enable Strong mode (see Squeeze-More description to know what Strong mode means). Default is false.
REFER