-
Content Count
1,326 -
Joined
-
Last visited
-
Days Won
99
Content Type
Profiles
Forums
Calendar
Member Map
Everything posted by peterB
-
this is crucial. congrats to this achievement. the rest was just a lesson to be remembered. do not repeat it ever. you can consider the 300k unrealized as a luck and not something you achieved with proper process so it is not earned and to be kept. forgive yourself first. it will pass. you never had the money in your hand. it was just a number on the screen. it did not change your life being there or not being there. you are still ok. you risked it and you lost it. that was the play. swallow. remember it. move on. https://open.substack.com/pub/traderpeter/p/why-are-your-losing-days-bigger-than?r=1wujo4&utm_campaign=post&utm_medium=web&showWelcomeOnShare=false
-
ROUND2 is old syntax to be used like PRICE=ROUND2 to round the PRICE field on the montage. With advanced hotkeys you should use the round() function eg. $mystop = ROUND(avgcost,2); for more info go here
-
https://traderpeter.substack.com/p/das-trader-pro-advanced-hotkeys-part-88c
-
that is because your order was not filled quickly enough, you can solve it by adding wait(1000) or try the Triggerorder syntax after your Send; command more on hotkeys
-
adds Add hotkey with same risk amount
peterB replied to Julien Maisan's topic in DAS Trader Pro Tips and Tricks
here are two soutions first second if you PM me there I have a single hotkey solution for both longs and shorts -
adds Add hotkey with same risk amount
peterB replied to Julien Maisan's topic in DAS Trader Pro Tips and Tricks
i will be posting a solution this week -
Errors in placing orders in DAS
peterB replied to Chris Shepard's topic in DAS Trader Pro Tips and Tricks
besides some minor syntactical errors in the hotkey itself you might be using your hotkey wrong. there are better hotkeys available for some time already which are more human readable and easier to understand so do yourself a favor and switch to the newer syntax, you will need to do it sooner or later anyway -
you can backup and restore the whole DAS configuration from the tools top menu then the key combinations on your mac and virtual keyboard could be different so you might need to remap the keys to CTRL rather than the CMD keys from your MAC. for troubleshooting tips look here
-
There is a better way now
-
IBKR leverage problem
peterB replied to Christos Krasas's topic in Welcome: Bear Bull Traders Forums
answered in the other topic -
DAS candles look squished
peterB replied to cchristiensen's topic in Day Trading Hardware, Software and Tools
inlcude/exclude study in scale -
Panic Hotkey Pre/Post Market Hours ?
peterB replied to Zeckrin's topic in DAS Trader Pro Tips and Tricks
this is not an equivalent of the panic. here is why - this will close only the position of currently selected symbol - it does not use market order to exit the position so you can get just skipped it is also syntatically wrong and here is why - you read the $Pos then use Pos which are two different things if you run the hotkey when montage is in focus - if the spread of the stock you want to exit is wider than 0.25 then you can get skipped very easily the true panic will be possible only once DAS will let us to read all the current opened positions from the trades window. hopefully they will make it possible this later this year. to see how these things work go to https://traderpeter.substack.com/s/dastrader-hotkeys -
DAS Hotkey to get the montage window in focus
peterB replied to onlyjava's topic in DAS Trader Pro Tips and Tricks
you can name the montage windows and hotkeys then call the hotkey executions through the montage object with a $montage.exechotkey("hotkeyname") as mentioned here -
I'm looking for a 4:1 hotkey.
peterB replied to Kevin D's topic in Day Trading Hardware, Software and Tools
thanks @Matt @Kevin D it is in the part 2 https://traderpeter.substack.com/p/das-trader-advanced-hotkeys-part just change the $target according your needs -
hi, i gave you a resource with working keys yet you decided to use something else and it does not work. yes you are right. you doing it wrong. it is 2024 so you should forget the DAS Video series scripts from 12 years ago and save yourself a lot of trouble by using the new syntax. on your screenshot there is obviously no number of shares set hence the invalid number of shares
-
Range Order 4:1 hotkey HELP needed!
peterB replied to Long H.'s topic in DAS Trader Pro Tips and Tricks
just go here and do not forget to read this as well as there are some requirements to be set in the settings too- 1 reply
-
- 1
-
-
trailing stop that follows the VWAP in DAS Trader?
peterB replied to Matt's topic in BBT Trader's Challenge
Well, it is possible in 2 ways. One is described here it is not a traditional order therefore das support has to tell you that this kind of order is not possible (on the brokers side) but you can manage your orders on your pc. with its own challenges of course, nevertheless it is proven to work and I use it every day with success On another note, trailing vwap as a stop might not be the best idea as if you look at any chart the vwap bounces happen but the vwap is often tested. Luckily with the method linked above you can calculate your trailing stop easily to be slightly below/above vwap -
same as here
-
meanwhile look here for hotkeys
-
that is available here as the OCO order. the example there is 1/3 risk/reward so you need to adapt it to 1/5
-
it might have been that the post is so old that at that time it worked like that then it was changed in das over the time. or maybe you have enabled the new syntax in your das while the syntax you use is old syntax which does not work