Hi everyone,
following a previous thread on this topic as I was just running into the same problem, but unfortunately none of the fixes or other suggestions I came across on either webinar content or forum seem to work. I am new here and am working on the Demo version of DAS Trader Pro. I have used the following script to risk $125 long for a 2:1 RRR:
CXL ALLSYMB;StopPrice=Price-0;DefShare=BP*0.97;Price=Ask-Price+0.00;SShare=125/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=LIMIT;Price= Ask+0.05;TIF=DAY+;BUY=Send;DefShare=200;Price=Ask-StopPrice*2+Ask;TriggerOrder=RT:STOP STOPTYPE:RANGE LowPrice:StopPrice HighPrice:Price ACT:SELL QTY:POS TIF:DAY+
Since I 'm using the Demo version I have adjusted the route with 'LIMIT' instead of 'SMRTL'. I have also checked my montage style to be 'STOP LOSS'. and Double click to trade ticked in settings.
I 'm not receiving any error message as such. The long order is filled, there is just no sell order for the nominated S/L in my order window and as the (simulated) trade goes on, the S/L is expectedly not honored.
I have tried various versions of scripts provided by the BBT community either in this forum or on YouTube. Pretty much stuck.
Thanks in advance.