Jump to content

Ákos Maróy

Lifetime Members
  • Content Count

    23
  • Joined

  • Last visited

Community Reputation

2 Neutral

1 Follower

About Ákos Maróy

  • Birthday 10/02/1973
  • Location Zürich, Switzerland

Recent Profile Visitors

2,705 profile views
  1. Is there still a BBT special offer available at CMEG?
  2. Hi, I'm looking at the hot keys in Thors_DAS_HotButtons_DAS-SIM-CMEG-TD-onlyV2.txt , and I don't really have context for a few of them. Could someone please help with pointers of short explanations? I'm looking to learn about these: Free Roll ------------------------------------- FREE ROLL + "Long" ------------------------------------------ CXL ALLSYMB;StopPrice = Price;Share=Price*100;Price=AvgCost;SShare=Price*100;Share=Share-SShare;Price=Share;Price=Share/100;Share=Pos * Price;Price=Ask-StopPrice;SShare=Share / Price;DefShare=BP*0.97;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;SShare=DefShare-SShare;Share=0.5*SShare;Price=Ask+0.05;TogSShare;TIF=DAY+;ROUTE=LIMIT;BUY=SEND;DefShare=10; TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY+; ------------------------------------- FREE ROLL - "Short" ------------------------------------------ CXL ALLSYMB;StopPrice = Price;Share=Price*100;Price=AvgCost;SShare=Price*100;Share=Share-SShare;Price=Share;Price=Share/100;Share=Pos * Price;Price=StopPrice-Bid;SShare=Share / Price;DefShare=BP*0.97;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;SShare=DefShare-SShare;Share=0.5*SShare;Price=Bid-0.05;TogSShare;TIF=DAY+;ROUTE=LIMIT;SELL=SEND;DefShare=10; TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY+; Target 2/1 -------------------------------------| + Target 2/1 |------------------------------------------ CXL ALLSYMB;ROUTE=STOP;StopType=Range;LowPrice=Price;HighPrice=AvgCost-Price*2+AvgCost;Share=Pos;TIF=DAY+;SELL=Send;ROUTE=MARKET; -------------------------------------| - Target 2/1 |------------------------------------------ CXL ALLSYMB;ROUTE=STOP;StopType=Range;HighPrice=Price;LowPrice=Price-AvgCost*2; LowPrice=AvgCost-LowPrice;Share=Pos;TIF=DAY+;Buy=Send Click to Trail -------------------------------------| Click to Trail + |------------------------------------------ CXL ALLSYMB;Share=Pos;ROUTE=STOP;StopType=Trailing;TrailPrice=Bid-Price; TIF=DAY+;SELL=Send; -------------------------------------| Click to Trail - |------------------------------------------ CXL ALLSYMB;Share=Pos;ROUTE=STOP;StopType=Trailing;TrailPrice=Price-Ask; TIF=DAY+;BUY=Send; Any pointers welcome. Thank you!
  3. Hi, I know this question might not strictly be a 'Swing Trading' question, but it is related to IPOs nevertheless. Nowdays SPAC-based IPOs are more and more frequent, for example NKLA was put on the market through a merger with SPAC VTIQ. Let's use this process as an example for my question below. My question is: how is the transition happening on the exchange? I believe it would be the case that the SPAC is already listed (in the above example, VTIQ), and one can trade it on the exchange. Then, they merge with their 'target', in this example with Nikola Motors. Afterwards, is it the case that VTIQ is simply 'renamed' NKLA on the exchange? That is, if someone already owns VTIQ shares before the merger / renaming takes place, he'll just be having NKLA instead of VTIQ afterwards, automatically? Would it be always a 1:1 conversion, or something different? Thank you, Ákos
  4. I tried it, but I'm getting a 'Can't get valid price' error for the FREE Roll + Long script, see screenshot. What could I be missing? Is there some 'documentation' on this topic?
  5. thank you. I tried it, but I'm getting a 'Can't get valid price' error for the FREE Roll + Long script, see screenshot. What could I be missing? Is there some 'documentation' on this topic?
  6. of course I have. that's why I double-click in the first place I'm using double click with Kyle's script that calculates the amount of shares based on my risk value. but, sometimes it switches to another stock, and thus can't use it properly.
  7. Hi, I wonder if others have also encountered this issue. Sometimes when I double-click on a chart, then my 'selected' stock changes to another one. E.g. the chart (and the montage) was showing TSLA, I double-click on the chart, and then the chart & montage are now showing NIO (or something else). I wonder if others have also experienced this issue, and if there is a fix. Akos
  8. Hi, I heard references to Thor's famous add-on hot keys, that would allow one to add to an existing position based on unrealized profit, but not risking more than the unrealized profit. But I can't really find it anywhere. I wonder if someone would share a link. Best regards, Akos
  9. Hi, I wonder if there is a way to keep a stop 'pinned' to an SMA or an EMA? What I'm looking for is to have an automatism, that would move a stop so that it's at (or some pre-defined distance to) an SMA or an EMA, as the SMA or EMA value changes. This way, one could automate a strategy where one simply keeps the stop moving along the SMA or EMA, to provide a safe stop. This would be different to a 'trailing stop' with a fixed distance to the price, as it would follow an average value / curve. Ákos
  10. Hi, I just installed DAS Trader on a new machine (temporary relocation), and for some reasons I don't see the trades on my charts. When I open Study Config -> Price, there is no check box for 'Show trades', as shown here: https://dastrader.mobi/doc/study/Price It's also not showing my current orders. What am I missing? Akos
  11. Hi, Sometimes, when I'm maxing out my buying power, and I try to partial out, it gets rejected due to lack of buying power. As if I'd be trying to add - but actually I'm trying to close the position, partially or in full. For example, to partial 25% of the position, I'm using this script: ROUTE=LIMIT;Price=Ask+0.10;Share=Pos*.25;TIF=DAY+;BUY=Send How can one create a script that would allow partialling out in such cases? Akos
  12. thanks, in the meantime I got a download link for 5.5.0.3 from Alliance Traders - should be good to go still, I'd be interesting way to debug / trace of these scripts, for development purposes
  13. Hi, I'm stuck using DAS Trader 5.2, as this is what Alliance Trader provides. I'm trying to use Kyle's scripts, which worked nicely for me in DAS Trader 5.5 (in the demo trainer), but they don't work in 5.2. Is there a way / a facility to debug these scripts in this particular version of DAS Trader, so that I can see what goes wrong? Any pointers welcome. Akos
  14. Hi, I signed up to Alliance Traders, and the DAS Trader version that's available from their website is version 5.2, whereas the current version is 5.5. I wonder if I can use version 5.5. somehow. If I download the current version from the DAS web site and log in with my Alliance credentials, it lets me log in, and then tells me that a wrong trader is set. I wonder if somehow one can reconfigure the current version to work with Alliance Traders. Akos
  15. I wonder if there is a BBT special deal / code for Alliance Traders, similar to CME?
×
×
  • 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.