Tradesman
*Subscriber*-
Content Count
7 -
Joined
-
Last visited
-
Looking for Trading Buddy
Tradesman replied to Tradesman's topic in Day Trading Education, Books, Peer-to-Peer Support
Hi, looking for a Trading buddy, been trough the Warrior Course and now the BBT Course, interested in Equities and Options. Would be good to have a trading buddy to analyze each others trades and help each other grow and become profitable/more profitable... Please reach out. Thanks -
Looking for Trading Buddy
Tradesman replied to Tradesman's topic in Day Trading Education, Books, Peer-to-Peer Support
@blue_box you may be better using boot camp so your macbook can host a Windows 10 or 11 OS to allow you to run DAS. -
Hi, in regards to these scripts, specifically the modified ones from William in the below video, the R target price gets put almost at the entry price when ever R > 1. CXL ALLSYMB;StopPrice=Price+0;DefShare=BP*0.925;Price=Price-Bid+0.00;SShare=100/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=LIMIT;Price=Bid-0.03;TIF=GTC;SELL=Send;DefShare=200;Price=StopPrice-Bid*3;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS TIF:GTC Please see the above script and see the issue reproduced Price=StopPrice-Bid*3; gives the issues but Price=StopPrice-Bid*1; works fine. Thanks
- 588 replies
-
- scripts
- risk management
-
(and 3 more)
Tagged with:
-
Wiliam's ultimate DAS hotkey Aug 20 - 2020
Tradesman replied to Benjamin Tang's topic in DAS Trader Pro Tips and Tricks
Hi, thanks for this video, having issue with the script as shown in Williams video : https://www.youtube.com/watch?v=CPSLj7W-KQA CXL ALLSYMB;StopPrice=Price-0;DefShare=BP*0.925;Price=Ask-Price+0.00;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=GTC;BUY=Send;DefShare=200;Price=Ask-StopPrice*2+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS TIF:GTC; HiRange less than LowRange error and therefore Stop/Range orders never triggered, please see screenshot. DAS 5.7.5.6 Cheers -
Hotkey Error - Can't get valid price
Tradesman replied to Adam Bauer's topic in DAS Trader Pro Tips and Tricks
Hi, I cannot get this to work either, I get following error: The script is: CXL ALLSYMB;StopPrice=Price+0;DefShare=BP*0.925;Price=Price-Bid+0.00;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=LIMIT;Price=Bid-0.02;TIF=DAY+;SELL=Send;DefShare=200;Price=StopPrice-Bid*2;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS TIF:DAY+ To short risking $20 for $40 reward using Shift+F2 I have tried the following routes: LIMIT, SMRTL & TESTSL which I found in the "Route Status" window of DAS: https://dastrader.com/docs/how-do-i-add-new-routes-to-my-montage-window/ Help appreciated.