Ladies & Gentlemen, I am new to trading. I live in Aldie, Virginia (Northern virginia, 1 hour to DC). Anyone living around, echo.
I am also traveling to thailand with the group for the retreat training.
I am trying to get the equalized risk with range order target hotkey set up in DAS trader using the updated hotkeys from Peter's site, however I am having an issue with the short version.
When I execute it it is saying "Invalid shares."
The long version works.
Any help would be appreaciated!
$MONTAGE=GetWindowObj("MONTAGE1");
$MONTAGE.CXL ALLSYMB;
$sellprice=$MONTAGE.Bid;
$risk=20;
$mystop=$MONTAGE.price;
$pricetostop=$mystop-$sellprice;
$target=Bid-$pricetostop-$pricetostop-$pricetostop;
$amount=$risk/$pricetostop;
$MONTAGE.Share=$amount;
$MONTAGE.ROUTE="SMRTL";
$MONTAGE.Price=Round($sellprice,2);
$MONTAGE.TIF=DAY+;
$MONTAGE.SELL;
$MONTAGE.TriggerOrder=RT:STOP STOPTYPE:RANGEMKT LowPrice:$target HighPrice:$mystop ACT:BUY QTY:POS TIF:DAY+;
Hello all.
I am feeling a little foolish. I have not been able to use the live Sim for about a month due to being away for work. Now that I have returned I have no idea how to use the TT live sim. I am not sure how to size my position. I can see the buy/sell buttons and that these can be set to a max value or various percentages.
my question is what is this a percentage of and is there a way to enter a simple numerical value for my position.
Any help with this would appreciated.
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.