Jump to content

peterB

Lifetime Members
  • Content Count

    1,326
  • Joined

  • Last visited

  • Days Won

    99

peterB last won the day on December 31 2024

peterB had the most liked content!

Community Reputation

325 Excellent

About peterB

  • Rank
    peterB

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. 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
  2. Share=0.5*SShare; the 0.5 means half. if you want whole size remove the 0.5* from the equation. you have several steps that guarantee you will not risk $100 neither use 100% of the BP for better hotkeys go here
  3. 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
  4. the syntax is just wrong. you got chatgpt into hallucination mode which happens quite often - it gives you information made up which does not exist for hotkeys go here
  5. https://traderpeter.substack.com/p/das-trader-pro-advanced-hotkeys-part-88c
  6. 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
  7. here are two soutions first second if you PM me there I have a single hotkey solution for both longs and shorts
  8. 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
  9. 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
  10. 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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.