2. Display an additional right mouse custom menu and submenu items e.g. menu item might say "Position Size By Bar" and Sub menu items might be "Short Limit", "Long Limit", "Stop Short Market", "Stop Long Market"
3. Sub menu item would calculate the position (share) size based on predefined $R value. Position Size = $R / (high - low) and then send the appropriate order type (e.g. Short Limit, Stop Short Market, Long Limit, Stop Long Market) based on the sub menu selection and also using the high or low of the selected bar for the entry price.
4. The order would be managed with an ATM. The Stop order would be based on the high or low of the bar depending on short or long. The profit targets would be defined by the R e.g. 50% of position at 0.7R, followed by 25% at 1.5R and 25% at 2R
5. Also would like to be able to have Auto Break Even on Stop Order based on an R value in favour of the trade e.g. price reached 0.5R

Comment