Path: blob/master/ invest-robot-contest_TradingCompetition2022-main/config.ini
5925 views
[main]1;is it combat mode or test(sand_box)?2combat_mode: True3;account id for trading. It could be blank (In this case We will use first available account)4account:5; This mail address will receive all notification (trading report, error log, etc.) (ToDo notification is not implemented)6email: beylak@yandex.ru7app_name: beilak89; Print all log (print_tech_log - use for debug)10print_tech_log: False11print_business_log: True1213[TradingStrategy]14; Name of model from (Name of model available in folder models)15model: ARIMAdeMarkLongHFT1617; List of Ticker for trading18ticker_list: SBER,AFKS,SNGS,ALRS,MTSS,GAZP,SBER,SNGS,YNDX1920; The maximum daily limit of money that can be used in trading (ToDo implemented only for sandbox)21daily_limit: 20_0002223; The maximum limit of money that can be used in trading for one Stock24stock_limit: 50002526; Count of stock which could be buy27stock_lot_limit = 12829; Daily drop limit. In the event of a drop, all positions will be liquidated and trading will be stopped until the next trading session (ToDo)30daily_drop_limit: 13132; Drop limit for one instrument (percent)33stock_drop_limit: 0.053435; Condition of close LONG positions (for model ARIMAdeMarkLongHFT)36take_profit_percent: 0.1373839