AIS102 Trading Robot: Modification Current modification: AIS102 #define A.System.Robot "AIS102 Trading Robot" //< 6> #define A.System.ReleaseDate "15.02.2009" //< 8> #define A.System.ReleaseCode "102" //< 9> Previous modification: AIS101 #define A.System.Robot "AIS101 Trading Robot" //< 6> #define A.System.ReleaseDate "14.02.2009" //< 8> #define A.System.ReleaseCode "101" //< 9> Content 1. Trading strategy settings change 1. Trading strategy settings change 1.1. Module: "3. Input" 1.2. Line: 32 " < AIS102 > //< 3. Input >=================================================================================================//< 26> //< 27> double aed.AccountReserve = 0.20 ; //< 28> double aed.OrderReserve = 0.04 ; //< 29> double aed.TakeFactor = 0.8 ; //< 30> double aed.StopFactor = 1.0 ; //< 31> double aed.TrailFactor = 10.0 ; //< 32> //< 33> //=================================================================================================//< 34> < AIS101 > //< 3. Input >=================================================================================================//< 26> //< 27> double aed.AccountReserve = 0.20 ; //< 28> double aed.OrderReserve = 0.04 ; //< 29> double aed.TakeFactor = 0.8 ; //< 30> double aed.StopFactor = 1.0 ; //< 31> double aed.TrailFactor = 5.0 ; //< 32> //< 33> //=================================================================================================//< 34> "