Jump to content

peterB

Lifetime Members
  • Content Count

    1,229
  • Joined

  • Last visited

  • Days Won

    88

Posts posted by peterB


  1. https://open.substack.com/pub/traderpeter/p/das-trader-advanced-hotkeys-part?r=1wujo4&utm_campaign=post&utm_medium=web

    to use dynamic risk instead of static risk we can use calculations by reading the Account Object

    for example:

    $myACC=GetAccountObj("YOUR_ACCOUNT_NAME_HERE");
    $myIE=$myACC.equity;

    then use the $myIE variable instead of the static risk. I will cover it in the next article I am preparing regarding the reading of object properties.

    Or as I mentioned in the other posts, do it by changing weekly the static risk

    • Thanks 1

  2. multiple issues here.

    the order rejection is probably because of the existing orders. you need to cancel the existing stop orders first before placing a new one, otherwise you can hit the buying power limit

    the other issue might be a subject of the default trading preset or can be probably fixed by addin some dummy order at the end of your stop loss order hotkey.

    you might reconsider completely your usage of the hotkeys - like i explain here https://traderpeter.substack.com/p/das-trader-advanced-hotkeys-part

×
×
  • 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.