Jump to content

All Activity

This stream auto-updates     

  1. Yesterday
  2. Last week
  3. Stef

    Hello Matt tu es toujours actif dans le communauté? je suis nouveau...

    Au plaisir de te lire

  4. Hey guys, new member here. Firstly just want to say I'm really enjoying all the content on here so far, and I'm excited to continue learning and keep pursuing my trading journey. I'm currently getting through all the content before starting my simulation account on DAS. I want to go in well equipped before I begin practicing my strategies and seeing what works, and what doesn't, as I attempt to master them. I've noticed that Advanced: Module 4 (How to Utilize VPA & Camarilla Pivots) seems to be a significant leap in terms of technical knowledge in comparison to all previous modules, and it feels like there's a lot of information that I'm struggling to take on or make sense of. My question goes to anyone else who has been through this course... Should I spend more time here researching the topic more, or should I just begin simulation focusing on more basic concepts and trying to master them before moving onto more advanced topics? Any advice or guidance is greatly appreciated! Thanks, Jack
  5. Le groupe célèbre ces deux ans d'existence. Vous êtes toujours les bienvenues.
  6. Just a bit of extra information on this. For non-US residents there is actually a commission for US trades (see Pricing And Trading Fees | Commission-Free | TradeStation). Or maybe I'm not looking at the right place ;-).
  7. there can be 2 reasons for this 1. you have an existing order placed. you need to cancel that first 2. your broker has a generic problem with SSR like the Ocean One Securities which can be partially solved like this https://open.substack.com/pub/traderpeter/p/das-trader-pro-advanced-hotkeys-part-551?r=1wujo4&utm_campaign=post&utm_medium=web&showWelcomeOnShare=false
  8. Discord kanal BBT bol nedavno zruseny. Priciny nezname...
  9. Hi everyone, I’m trader from Slovakia and I was thinking it could be nice to have a Discord channel for traders from Europe. The idea is not to replace BBT or anything like that, but simply to create a space where people in similar time zones can connect more easily. It could help us find trading buddies, keep each other accountable, or even talk about things specific to our region (like brokers, taxes, regulations, etc.). Since we’re all in one region, there’s also a chance to connect with people from the same country and maybe even meet in person. If this sounds interesting to you, let me know and I’ll add you.
  10. Is there a way to sell at limit in long position on HTB stock? When I am in long position on HTB stock and I try to sell on limit I get notification that the ticker is not shortable. But i want to just exit my position.
  11. Hello all. I have pretty much copied Mike Baehr's settings for my BHOD scanner in trading terminal. The problem that I am having is that for the most part it fills with stocks that I am unfamiliar with and don't know well enough to trade. I have tried to play around by adding a watch list in settings, unfortunately it automatically adds a pre-made list. I am hoping to build this for my self. thanks for any help.
  12. Earlier
  13. in certain conditions like if you do not change the symbol it is possible, monitoring the unrealized profits you can conditionally call something like this https://open.substack.com/pub/traderpeter/p/das-trader-pro-advanced-hotkeys-part-88c?r=1wujo4&utm_campaign=post&utm_medium=web&showWelcomeOnShare=false otherwise it is harder to accomplish but still possible but depends on individual use of DAS
  14. @peterBIs there anyway to create a hotkey that once the trade has moved into our favor to move the stop out to B/E but keep the same 4r Exit
  15. I have tried #ESU5 and #ESU25 but it doesn't return anyting in Montage DAS Trader. What would be the right ticker?
  16. Hello, My name is Cary. I am a respiratory therapist at a regional hospital in Reno Nevada. I read Andrew's book "How to Day Trade for a Living." It is one thing to be a master at a particular craft. It is another to communicate clearly to a neophyte like me the essential concepts of that craft. This book inspired me to learn how to be a successful day trader and continue my journey with Bear Bull Traders., It is my intent to complete the Intro, Essentials, DAS, Advanced, and Psychology for Traders courses, attend the chat room as schedule allows, and practice trading using the DAS simulator. I want to attend the January Peak Capital Trading Bootcamp. My question is this; I work 3 - 12 hour night shifts. I will have 3 to 4 days that can be devoted to the boot camp, some live and some recorded sessions. About how many hours are needed to devote to the boot camp per week? I need to be able to fit the sessions into 3 or 4 days per week devoted study. Thank you. I am excited about this journey and intend to pursue the goal of being a successful day trader with discipline and diligence. I wish you all success! Cary
  17. @peterB thaks a lof I type in #ESU5 I do not see any chart...is that the rigjt ticker for spy mini? ... I
  18. https://dastrader.com/docs/how-do-i-trade-futures/
  19. Hi all, what would be the ticker that I need to enter into DS Trader to trade Mini-Contracts for SPY? What dollar amount equals to 1 point? Thanks Max
  20. Bonjour, Nouveau membre y'a quelqu'un? 🙂 stef
  21. Hello, Iam new to trading (less than 1 month) I would like to keep in touch with other relativley new trades to learn from. Im also new to this site. Is ther a discord for bullish bears where we can all learn together?
  22. Hello, my name is wallace, I am a new trader and I was hoping to create or find a group of new traders. I would like to learn and grow with passionate individuals like myself so we can become profitable traders together. I know it will be a long and challenging road. However, I want to wake up oneday and feel good knowing that to sustain my life, I simply need to prepare for the opening bell monday through friday and have a good stratety.
  23. Hi everyone, My name is Andre. I’m 48yo and I’m from Portugal 🇵🇹 I recently dedicated myself full time to trading after trading for 2 years part-time! I’m still not where I want to be in trading because this was a lone journey so far but my goal was making this transition to a mentorship approach to accelerate my learning curve! I’ve been watching a couple of mentorship’s and communities but I was sold after watching a couple of your videos in the trial and in youtube from BBT. So Ijust want to tell you that I’m fully committed to be a trader and explore this program. Though I had a sneak peek from others mentorship programs I was pretty impressed with the content I was allowed to watch in the trial that definitely gave me the push to my decision. I love trading and my goal is to put my all into this learning phase and be able to profit long term consistently! Andre
  24. 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.
  25. 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+;
  26. 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.
  1. Load more activity
×
×
  • 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.