Hello,
I have been trying to use the hotkeys from the BBT spreadsheet but I am not getting expected results. Example with the following hotkey for 100$ risk
StopPrice=Price-0.01;DefShare=BP*0.97;Price=Ask-Price+0.01;SShare=100/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=LIMIT;Price= Ask+0.05;TIF=DAY;BUY=Send;DefShare=100;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.3 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY;
When trying to execute the above the stop type box comes with "Limit" instead of MARKET. Does it mean the stop is set with Limit at value display in Trigger Price instead to stop at market price?