Luke7t
*Subscriber*-
Content Count
15 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Member Map
Everything posted by Luke7t
-
Hey @GucciTrader Good day. Do you experience it during Market hour? or in replay mode? Upon further investigation, I learnt that the fixed risks hotkey above (Yours is based on Equity%Risk, Mine is based on $dollar risk) Would still help to open the right share size, but the stop loss would not be placed in REPLAY MODE. They shall work outside of replay mode though.
-
Hey BBT and @Abiel Good day. This is Luke here! I am new to the community. I wish you could help me out in understanding the Tradebook. I am eager to learn. 1) In the first Strategy - Fallen Angel / Rising Devil I am stuck at the given examples. What are the lines/ Curve indicated in the chart? I know there might be Lines like Previous Days close, High, Low, Premarket Hi/Low... also VWAP, SimpleMA, ExponMA... But I wish you could enlighten me with which is what in the provided example. We have Horizontal Line -Purple Solid Line =? -Yellow Solid Line = -Dashed Red Line = -Dotted Red Line = -Dashed White Line = Curves -White = -Green = -Blue = -Red = -Orange = Thanks for your help!
-
Updates to the question: Thanks to @Bryan W 1)First Script is only helping to set an appropriate share size to enter into a position. In the example above, share size for $5 risk. HOWEVER, without setting any Stop Order in place. 2)Second Script does the same, with a Stop Order set in place at where we double clicked (+ whatever amount of Stop Buffer, in this case, extra $0.01 buffer) I tried the above 2) Script during market hours, and it worked. However, I am still not sure why it didn't work in replay mode.
-
Good day everyone. This is Luke here, I appreciate BBT and Kyle's contribution on building the hotkeys here given in this post: But I am facing a problem.. I am trying out the code Kyle provided, one for LONG (with $5 risk), one for SHORT (with $5 risk too) But let's just talk about the LONG code. And from my understanding, 1) LONG ($5 risk, with Stop Trigger Order set to "False") - This code would NOT set a stop order for us...? correct? Please correct me if I am wrong DefShare=BP*0.97;Price=Ask-Price+0.01;SShare=5/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=400; 2) LONG ($5 risk, with Stop Trigger Order set to "True") - This code would set a stop order for us...? correct? Please correct me if I am wrong StopPrice=Price-0.01;DefShare=BP*0.97;Price=Ask-Price+0.01;SShare=5/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=400;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.3 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY+; However, when I fired the hot key of 2), Yes, the go LONG order went it, with correct share sizes calculated etc, however, why did I never see any Stop order being set? FYI, I have already changed the Montage style to 'STOP ORDER". Testing environment: Both during market hour and during replay mode few hours ago, in DAS PRO 14 days Demo. Thanks!!!
-
How to Change Your Equity and Buying Power in Simulator
Luke7t replied to Robert H's topic in DAS Trader Pro Tips and Tricks
Hi @Robert H Good day. I know this is an old post but I am wondering if you could help out. I am currently using the DAS Pro 14 days demo. I find that under the account tab, when I right clicked, the "Reset BP/Equity" and "Open Risk Control Page" are both greyed out. Does it mean I could not change the default account size? Thanks!