- fix the Risk_percent (when I input 5, it is in fact 0.5 / in order to get 5% risk, I need to input 50) - RR with decimal (I want to be able to input 2.5 or 3.2) - BE with decimal or 1 pip = 10 (for 5 digit broker) - BE_ pips with decimal or 1 pip = 10 (for 5 digit broker) - Time 1 close_open_order_by (opens orders to be closed by a pre determined time) - Time 2 close_open_order_by (opens orders to be closed by a pre determined time) The first 4 points are straight forward. We may need to elaborate more on the last two points. Matt