In TWS, I specify a limit order to be Buy or Sell before placing it on the chart. if I specify a Buy Limit order and place the line below the current price it commits a buy limit order and if I place the line above the current price, it executes a market order. I like this operation as I can immediately execute a buy order if price starts to move in my favour. It also means I don’t accidently execute the wrong direction.
In PRT, the limit order is either Buy or Sell depending where I place it. Above price is sell, below price is buy. Having used TWS for 3+ years, the PRT operation is quite dangerous for me. If price is moving quickly, a quick spike in price could execute a sell instead of a buy if it happened just at the point I clicked.
Is there a way to program PRT to replicate the TWS way of working?