Method E.


In Method E, speed of Trades is beeing calculated, speed is defined as : (SuccessfullTradesAmount - FailedTradesAmount)/(LastHours), LastHours is by Default equal to 6. There can be set different Trading Rules (Default amount is two) that specify for given ranges of speeds propable success ratio, these rules are used at runtime of the Robot to determine if Trade that is about to be placed falls in any of the specified Trading Rules and based on propable success ratio from that Rule Trade is placed as Trade or Reverse Trade logic is used and Trade is placed as oppoisite Trade. When there is generated trading log for at least of one week Robots work, Trading Rules(or Trading Rule) for that log can be generated with Tool : Results Analyzer. Trading Rules can be specified for Robot at runtime by providing them in file ConfigurationRules.txt.