
Austin D
-
Content Count
5 -
Joined
-
Last visited
Posts posted by Austin D
-
-
I was able to get Julien's hotkey for adding long to work, but I could not get the hotkey for adding short to work. Did anyone else have any luck?
-
Thanks for the responses guys. At least I'm not the only one! I've been working on a strategy that doesn't rely much on the L2 as a result of it being so sucky on TOS.
-
I know that this is a DAS-heavy community, but I've mostly been using TOS, and there are many aspects of it that I like. However, the level 2 seems to absolutely suck. Sometimes I'll look at a moderator's screen in the chatroom, and they'll be watching the same stock that I am, but the level 2 on DAS shows way more information in a much more easily readable format. I've tried searching for configuration options to adjust the L2 in TOS, but I can't find any.
Does anyone else have this same problem? Do other people find a way to make the L2 useful in TOS?
Austin
-
Hey, I know this is quite late, but I'd be interested. I'm a relatively new trading (2-3 months). Let me know if you're still interested.
Add hotkey with same risk amount
in DAS Trader Pro Tips and Tricks
Posted
Hi all,
I think that I was able to get Julien's script for the add short hot key to work, but I had to make some changes. I've copied the script below and put my changes in bold:
CXL ALLSYMB;StopPrice = Price;Share=Price*100*Pos;Price=AvgCost;SShare=Price*100*Pos;Share=1000-Share+SShare; Price=Share/100;Share=Price;Price= StopPrice-Bid;SShare=Share / Price;DefShare=BP*0.97;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;SShare=DefShare-SShare;Share=0.5*SShare;Price=Bid-0.02;TogSShare;TIF=DAY+;ROUTE=LIMIT;SELL=SEND;DefShare=10; Price=StopPrice-Bid*2;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS TIF:DAY+;