Method G.


Method G consists of three versions of Multivariate Stop, one is based on Trail Stop and other two are based on Speed Stop. Multivariate Trail Stop involves checking if profits sum of all open Trades has get lesser that last achived maximum minus value defined in Config, if that is the case than all Open Trades are being closed and maximum is set to zero. First Multivariate Speed Stop involves checking if speed of gain/loss of profit calculated in range of hours defined in Config, has gotten lesser than Speed value defined in Config, if that is the case than all Open Trades are being closed. Second Multivariate Speed Stop involves opening for every trade opposite trade with opposite values of take profit, stop loss. Robot stores information which trade was opened as orginal trade and which trade was opened as reverse trade, speed of gain/loss is monitored for this two sets of trades. To both this sets of trades is implemented algorithm of closing them like in First Multivariate Speed Stop.