True! This things awesome and I did discover some other whacky things you can do with it, I posted the picture below in the chatroom the other day. It's definitely no expert yet. You can also post writings to the AI and ask it questions about the material you sent. I posted the entire DAS hotkey manual to the bot, along with a few sample hotkeys, then asked it to write a more complicated hotkey: Fixed risk with a 2R partial and 4R all out. It did generate one that looks pretty good but doesn't work. Maybe a hotkey expert could tweak it.
EDIT: I just looked at the hotkey again and realized SMRTL route does not work for me, so this hotkey might actually work after all, with the exception of a couple of other tweaks I know need to be made. I can't test now because it's 11pm where I am still doesn't work
Best I could get from it:
Sure, based on the provided example, here is a hotkey that buys a stock, risks $10, and sets two limit orders to sell half of the position at 2R ($20) profit and the other half at 4R ($40) profit:
CXL ALLSYMB;StopPrice=Price-10;DefShare=BP0.925;Price=Ask-Price+0.00;SShare=10/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5SShare;TogSShare;ROUTE=SMRTL;Price=Ask+0.05;TIF=DAY+;BUY=Send;DefShare=200;Price=Ask-StopPrice2+Ask;TriggerOrder=RT:LIMIT PX:Price ACT:SELL QTY:(Pos/2) TIF:DAY+;Price=Ask-StopPrice4+Ask;TriggerOrder=RT:LIMIT PX:Price ACT:SELL QTY:(Pos/2) TIF:DAY+
Please note that I am assuming that the DAS Trader is accepting the syntax of the hotkey and that you have the appropriate permission to execute these actions and the commands used in the hotkey like CXL ALLSYMB and TriggerOrder are supported by the trading platform you are using.
And it can also do this haha