Jump to content

meatskin2000

Lifetime Members
  • Content Count

    20
  • Joined

  • Last visited

Community Reputation

1 Neutral

Recent Profile Visitors

2,811 profile views
  1. Could someone help me set this script to “risk 1R to make 1.25R” so either I lose 1R or profit 1.25R? thx in advance. Short CXL ALLSYMB; $buyprice=Bid; $risk=69; $mystop=price; $pricetostop=$mystop-$buyprice; $target=Bid-$pricetostop-$pricetostop-$pricetostop; $amount=$risk/$pricetostop; ROUND2; StopPrice=$mystop; SShare=$amount; Share=$amount; TogSShare; ROUTE=LIMIT; Price=$buyprice; TIF=DAY+; SELL=Send; TriggerOrder=RT:STOP STOPTYPE:RANGEMKT LowPrice:$target HighPrice:$mystop ACT:BUY QTY:POS TIF:DAY+; Long CXL ALLSYMB; $buyprice=Ask; $risk=69; $mystop=price; $pricetostop=$buyprice-$mystop; $target=3*$pricetostop+Ask; $amount=$risk/$pricetostop; StopPrice=$mystop; StopPrice=ROUND2; SShare=$amount; Share=$amount; TogSShare; ROUTE=LIMIT; Price=$buyprice; Price=ROUND2; TIF=DAY+; BUY=Send; TriggerOrder=RT:STOP STOPTYPE:RANGEMKT LowPrice:$mystop HighPrice:$target ACT:SELL QTY:POS TIF:DAY+;
  2. Could you help me set this script to “risk 1R to make 1.25R”  so either I lose 1R or profit 1.25R?  thx in advance.

     

    Short

     

    CXL ALLSYMB;

    $buyprice=Bid;

    $risk=69;

    $mystop=price;

    $pricetostop=$mystop-$buyprice;

    $target=Bid-$pricetostop-$pricetostop-$pricetostop;

    $amount=$risk/$pricetostop;

    ROUND2;

    StopPrice=$mystop;

    SShare=$amount;

    Share=$amount;

    TogSShare;

    ROUTE=LIMIT;

    Price=$buyprice;

    TIF=DAY+;

    SELL=Send;

    TriggerOrder=RT:STOP STOPTYPE:RANGEMKT LowPrice:$target HighPrice:$mystop ACT:BUY QTY:POS TIF:DAY+;

     

    Long

     

    CXL ALLSYMB;

    $buyprice=Ask;

    $risk=69;

    $mystop=price;

    $pricetostop=$buyprice-$mystop;

    $target=3*$pricetostop+Ask;

    $amount=$risk/$pricetostop;

    StopPrice=$mystop;

    StopPrice=ROUND2;

    SShare=$amount;

    Share=$amount;

    TogSShare;

    ROUTE=LIMIT;

    Price=$buyprice;

    Price=ROUND2;

    TIF=DAY+;

    BUY=Send;

    TriggerOrder=RT:STOP STOPTYPE:RANGEMKT LowPrice:$mystop HighPrice:$target ACT:SELL QTY:POS TIF:DAY+;

  3. that's what i'm asking you if i missed something b/c i did what you wrote up, that's the reason for the screenshot. i see you may be getting frustrated, but i really appreciate your help and i will gift you some money for your help. so do both of the scripts go together in one hotkey?
  4. i'm trying to do what you did in video, set my price for a limit entry. you said it was 2 hotkeys, so i thought i set my stop, then sl and target?
  5. i'm trying to setup the hotkeys and i turned on the advance hotkey button in configurations. when i double click i don't get flags to come up as if it's working?
  6. sorry i'm not up to date on hotkeys, what do you mean by old syntax hotkeys?
  7. @peterB, thx for all your help, i have another question to see if you can help me with. right now i use a script of 1 to 3 reward, double click for SL and 3R profit target as a market order. I want to change to double click and mark my entry once price gets there, then set a 1R SL and 3R profit target. I think this is possible with a limit order but not sure. Can you help me, if it is possible. i included my script. CXL ALLSYMB;StopPrice=Price;DefShare=BP*0.975;Price=Price-Bid+0.00;SShare=139/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=LIMIT;Price=Bid-0.1;TIF=DAY+;SELL=Send;DefShare=200;Price=StopPrice-Bid*2.5;Price=Bid-Price;TriggerOrder=RT:STOP STOPTYPE:RANGEMKT LowPrice:Price HighPrice:StopPrice ACT:BUY QTY:POS TIF:DAY+
  8. how did it get solved, i had same issue 1 year ago, and i was told i can't access them files anymore?
  9. I want to change over from using fixed risk amount (Kyle's Hotkeys for Das Trader) to using % of my account. I have been trying to figure out how to write the script to do this, but i can't and i'm tired of trying. I'm willing to pay someone for a script: risking 1% of my account with stop and profit of 1:3
  10. I want to switch over to using 1% of my account instead of using fixed risk. I was going thru the “bbt.dastraderpro_hotkey_config-V2” and I tried them but I’m confused how it suppose to work b/c, I don’t know if my account is margin x4, if so how do I calculate 1% of my balance. So when I took a trade in sim, I still couldn’t figure out if I just used 1% of my account. Also I didn’t get the auto SL/TP flags. I thought maybe someone has been in the same situation and switch from fixed risk to % risk. Any help is appreciated!
  11. Hi Russ, can i bother you again on writing another script?  If not i understand, but if so.  Can a script be created for 3 to 1 but sell/buy (create script for both ways) 33% at 1R and sell/buy remainder at 3R?

    1. RussWilliamL

      RussWilliamL

      heya, sorry for the late reply,  I haven't checked in for a while.

      Do you still want me to have a go at that script?

      One of the problems with exit scripts is that with percentages, they often don't add up to the proper shares of the position.  There are ways around it depending on what exactly you want it to do.

    2. meatskin2000

      meatskin2000

      You have helped me in the past, so I have another question for you.  I want to switch over to using 1% of my account instead of using fixed risk.  I was going thru the “bbt.dastraderpro_hotkey_config-V2”  and I tried them but I’m confused how it suppose to work b/c, I don’t know if my account is margin x4, if so how do I calculate 1% of my balance.  So when I took a trade in sim, I still couldn’t figure out if I just used 1% of my account.  Also I didn’t get the auto SL/TP flags.  I thought maybe you used %risk and could lead me in the right direction.  If you can help I appreciate if not I still appreciate what you done before. 

  12. OK, it worked. both orders don't show up and same time, once one hit the other showup. i understand now. thx. Can you please give me your Paypal email so i can buy you a coffee or something?
  13. i must be doing something wrong. i'm trying the short script, so i double click to place stop then click short button, then i need to double click outside of the entry order. should i see two orders on my Orders tab?
  14. thx a million. I really appreciate you working on this for me.
×
×
  • 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.