bluethetien
Members+-
Content Count
5 -
Joined
-
Last visited
Community Reputation
0 Neutral-
It actually works now. Thanks for the help though!
- 588 replies
-
- scripts
- risk management
-
(and 3 more)
Tagged with:
-
I'm referring to the youtube video. So in Das I have "Double-click to trade" enable. For example, if the stock's current price is trading at $10 and i want to long the stock with a risk of $1000 per trade. Let's just say my "mental" stop loss level is at $9, then I will just double click $9 on the chart and press the hot key(script) It should auto calculate and give me 1000 shares since the distance between $10 to $9 is $1 which is 1000 shares as for MSPOL, It is a route that I use a lot which is "MEMX Post only" This script is for Das trader pro as the Youtube video stated. I don't use IB. I use the same kind of script for short and it's perfectly fine for over 6 months I just need this script to calculate the shares for me normally I have "BUY=Send" as "BUY=" so it doesn't send the order out.
- 588 replies
-
- scripts
- risk management
-
(and 3 more)
Tagged with:
-
Long with $20 risk per trade WITHOUT Stop Order: StopPrice=Price-0;DefShare=BP*0.925;Price=Ask-Price+0.00;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price= Ask+0.05;TIF=DAY+;BUY=Send;DefShare=200; --- Short with $20 risk per trade WITHOUT Stop Order: StopPrice=Price+0;DefShare=BP*0.925;Price=Price-Bid+0.00;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price=Bid-0.05;TIF=DAY+;SELL=Send;DefShare=200; --- I got the script from this Youtube video. The short side of the script has been working for me but not the long side
- 588 replies
-
- scripts
- risk management
-
(and 3 more)
Tagged with:
-
Hi, the short hotkey has been working for me on the short side but the long hot key script hasn't been working at all I kept getting "ERROR: Can't get valid price!" message This is what I have for Long w/out Stop StopPrice=Price-0;DefShare=BP*0.925;Price=Ask-Price+0.00;SShare=1000/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=MSPOL;Price=Ask+0.05;TIF=DAY+;BUY=Send;DefShare=200;
- 588 replies
-
- scripts
- risk management
-
(and 3 more)
Tagged with: