· EA策略可交易货币对:EURUSD, GBPUSD, USDJPY, USDCHF, GBPJPY, EURGBP, USDCAD, AUDUSD, EURAUD, NZDUSD, EURJPY, CHFJPY, EURCHF, EURCAD and AUDJPY。
You can run all the pairs from a single chart using the OneChartSetup (EURUSD H1 chart is recommended)
If your broker uses a suffix (for example EURUSD.m GBPUSD.m -> the .m is the suffix) fill it in the suffix parameter
The recommended minimum balance for running all pairs is 500$
This EA is NOT sensitive to spread, slippage or any other broker related variables.
Use the recommended pairs only.
Each pair must be tested seperately
“open prices only” can be used for testing, as the EA only uses open prices internally as well
Test on H1 only
Longterm tests are recommended to show the EA’s stability during various market conditions.
RunOneChartSetup:?enable the OneChartSetup (all pairs from 1 chart)
OneChartPairs:?set the pairs to run for OneChartSetup
Suffix: set the suffix your broker uses for OneChartSetup
Comment for the trades: You can change the trade-comments here
Base Magicnumber:?the magicnumber used.? Each pair/strategy will add a number ranging from “1” to the total number of strategies
Adjustment for InfoPanel Size: here you can adjust the size of the infopanel for different screensizes
Wait for first new bar before starting trades:?When enabled, the EA will wait for the opening of a new H1 candle before starting to trade (at startup)
Fixed Lotsize: the lotsize to use when?not?using the LotsizeStep
LotsizeStep: the balance to be used per 0.01lots (automatic lotsize based on balance)
Only Increase Lotsize: this will force the EA to not lower the lotsize when balance decreases.
For Low Risk, set LotsizeStep=3000.? For Medium Risk, set LotsizeStep=1500.? These are value for USD/EUR accounts.? For accounts nominated in other currencies, simply make the converation to that currency based on exchange rate. So for JPY, those values would be around 300000 for low risk, and 150000 for medium risk.