本帖最后由 外汇交易ea 于 2021-3-5 19:37 编辑
GridZilla适用环境:mql5市场佳达环境的的外汇ea
GridZilla的介绍:GridZilla这个mql5的外汇ea是一个完全自动化的EA,它使用基于外汇交叉货币对的共同固有属性的专有网格算法。开发EA的重点是最大限度地泛化,以避免典型的网格系统过度适应市场数据的问题。为此,将遗传退火算法与基于over的前向优化相结合。GridZillaEA 使用前向优化方法开发的抽样数据只有一个跨货币对(AUDCAD),对其他5对使用引号作为样本外数据。这使得我们可以对所有交易的交叉对使用相同的算法和相同的优化参数,从而解决过拟合问题。因此,EA的稳健性没有使用一般无用的蒙特卡罗检验,而是在100多年的市场M1数据的实际交易中以及60多年的可变价差的实际滴答数据上得到了证明。
GridZilla适用的品种:AUDCAD、AUDNZD、NZDCAD、NZDUS、USDCAD、GBPCHF
GridZilla适用的周期:m5
GridZilla参数: StartLotSize - proportional lot sizeif EnableAutoLot=true and fixed lot size incase EnableAutoLot=false EnableAutoLot - trading lot willincrease with an increase in your account's balance FundsForAutoLot - here you can set theamount of balance to be used forevery StartLotSize if EnableAutoLot=true. E.g.FundsForAutoLot=1000 and StartLotSize=0.05 meansthat for every $1000 there will be 0.05 lots opened MaxLotSize - set the maximum allowedlot size if you don't want the lot size ever to exceed this value EquityStopLoss% - the EA will closeall open positions when account equity falls to the specified percentage of theaccount balance MaxNumberOpenPosition - if the maximumnumber of open positions exceeds this value, then the EA will not open a newtrade. This option works as a filter. Set it to 0 if you want todisable this feature. SpreadFilterPips - if the spread isbigger than the value specified here, the trade won't be opened MaxSlippagePips - works onlyfor Instant live accounts (not ECN). Set here what maximum slippageyou can take on your Instant account GMT/DST_Offset_Auto - if true, the EAwill try to find the correct GMT offset of your broker automatically. You mustallow requests to https://www.worldtimeserver.com (Tools ->Options -> Expert Advisors -> Allow WebRequests for listed URL) GMT_Offset(winter)_Manual - set yourbroker's time zone (in winter) DaylightSavingTime_Manual - if yourbroker uses daylight saving time, set it to true OrderTakeProfitPips - the size of TakeProfit in pips (1 pip = 10 points) OrderStopLossPips - the size of StopLoss in pips GridMaxTrades - maximum number ofaveraging trades GridMultiplier - averaging coefficient GridStepPips - step in pips betweenaveraging trades GridCustomSettings - custom averagingcoefficients separated by commas BasicMagicNumber - add Magic number totrace trades you made with this EA. It must be less than 99999!
GridZilla复盘:https://www.mql5.com/zh/market/product/38639
GridZilla实盘信号:https://www.mql5.com/en/signals/613015
|