Hello BBT,
There is a tiny error in a hotkey script referenced in the document of "Most commonly used hotkeys" here at BBT. This seems like the primary reference document and is included in the education center:
Sell % of Your Position Without Placing a New Stop Loss at Break Even
Note: The text in red is the percentage of your position being sold. The script user can change it to any amount they like. In this example it is set to 50%.
CXL ALLSYMB;ROUTE=LIMIT;Price=BID 0.05;Price=Round2;Share=Pos*.5;TIF=DAY+;SELL=Send
A "minus sign" is missing after the BID and the space is not needed to my knowledge.
Whomever is responsible for the document may wish to update.