Daniel Blue
Lifetime Members-
Content Count
6 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Member Map
Everything posted by Daniel Blue
-
The R target calculation in hotkey
Daniel Blue replied to Matt's topic in DAS Trader Pro Tips and Tricks
Thanks Peter, I tried it with the focuswindow, and I do see that window taking the focus, but the trendline still isn't being drawn. Nothing I do makes the trendline drawn. So strange. If i put a round number in there for the variable, it works. But if i use 'last' or any variable, it doesn't work. $TPRICE=Last; DrawHorzLineWithPrice ($TPRICE); FocusWindow ActiveTradingWindow; $TPRICE=Last; DrawHorzLineWithPrice ($TPRICE); Neither of them work. Any thoughts? -
The R target calculation in hotkey
Daniel Blue replied to Matt's topic in DAS Trader Pro Tips and Tricks
Hello Matt and Peter, I had the exact same question. Thanks for posting it. I saw your script and tried to duplicate it. But I'm having trouble with the DrawHorzLineWithPrice() script. No matter what I do, I can't get this script to draw a line. the one without the parentheses works okay, but it's limited. Any advice? For example, does it not work in Replay mode? I did check the box in Other Configuration, to enable Advanced Hot Key Scripts, but that didn't work either. Thanks for any insight you can give. -
Hi, Can someone please help me understand this thread? I have the same question, so I'm interested to read the whole thing. It looks like a conversation between two people: Lucian and Peter. However, I'm not able to see or read any of Peter's posts. All I can see are posts by Lucian_Dinu. I'm a member of BBT, at the elite membership. Can anyone help me better understand the forum system? Thanks! Daniel
-
Defined Risk Hotkeys for multiple range orders
Daniel Blue replied to Day-Meister's topic in DAS Trader Pro Tips and Tricks
Nevermind, I got to lesson 23 and saw that replay mode doesn't support stops. I've been using Replay mode in DAS. Thanks, Kyle!- 47 replies
-
- range orders
- risk/reward
-
(and 3 more)
Tagged with:
-
Defined Risk Hotkeys for multiple range orders
Daniel Blue replied to Day-Meister's topic in DAS Trader Pro Tips and Tricks
Hi Team, I'm new to BBT and DAS and Day Trading. I'm going through the Training Video for Lesson 14 and 15 - Equalized Risk Per Trade Hotkey, and Placing a Range Order for 1:2 Risk Reward Hotkey. I copied the script from DAS Hotkey Scripts.txt which s from Kyle's Hotkey Video Series. But I don't know if the hotkey is working properly. It looks like it makes the entry just fine, but it doesn't create a stop order. Can anyone help me? Here is the text I copied into the Script field for building the hotkey: CXL ALLSYMB;StopPrice=Price-0;DefShare=BP*0.97;Price=Ask-Price+0.00;SShare=10/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=200;Price=Ask-StopPrice*2+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS TIF:DAY+; Is this supposed to input a stop order as well as the entry?- 47 replies
-
- range orders
- risk/reward
-
(and 3 more)
Tagged with: