Jump to content

rinran

Members+
  • Content Count

    24
  • Joined

  • Last visited

Everything posted by rinran

  1. I'm with IB, non demo account. I can't remember what I did to fix this, but I did get it resolved. It wasn't buying power related.
  2. @Hamish Arnold I'm guessing 0800 is the market open for you. Typically equities will have huge price moves at the opening bell, this can be for various reasons (market orders being filled either long/short, limit orders being filled from swing trades to sell/cover, large spreads, etc). Having low volume can exacerbate this, because small orders can change the price significantly. So on a stock like SPY, a 10,000 share order won't move the price much because SPY trades millions of shares a day. But on a stock that trades only 100,000 shares a day a 10,000 block order could move the price by a huge amount relative to the current price. This low volume/huge price move issue can also be exacerbated again if the stock has low share float too, meaning that 10,000 share order is a significant percent of all the shares available. https://www.investopedia.com/terms/f/floating-stock.asp Hope that helps.
  3. Double clicking would be used for auto calculating a stop-loss based on your entry, but since you're not auto calculating a stop-loss, you don't need to double-click. The stop-loss will always be 10% below the entry, the entry will be a market order because of "ROUTE=SMRTM". I am trading at Interactive Brokers, so you may need to change this route depending on your broker.
  4. Unfortunately because of maintenance margin and open positions my ratio isn't exact. If I go into my IB account and divide my buying power by my available equity it's 3.199111765471735. And that number changes daily, so I could use 3:1, but I'd prefer to wait for a equity variable to be available to me so I don't have to do any recalculation. Appreciate the ideas though!
  5. Great post Jason! That level of detail is awesome and very helpful. I guess I'm just lazy and want a variable that relates to available equity lol, there is one for buying power, not sure why equity wouldn't be available too.
  6. You're assuming I use 100% of my available equity per trade, which is ludicrous. It all depends on your share size. If I take a position with one share at $10, my max risk is $1. 10 (AvgCost) * .10 (10% stop-loss) * 1 (share) = $1 max loss. If I have 100 shares: 10 (AvgCost) * .10 (10% stop-loss) * 100 (shares) = $100 max loss. I use Kyle's hotkeys, which I mentioned above, and only risk $150 per trade, so my max loss would be $15. $150 (max risk) * .10 (10% stop-loss) = $15 max loss. If you're using 100% of your available equity per trade that is not the best use of capital in my opinion. Personally I don't use more than 10% of my available equity per trade, the other 90% is invested. Having all of your equity sitting around just for day-trading seems like a waste to me.
  7. @ThomasI've never had that issue. I used that hotkey on stocks from .50 to $50, the trades were momentum trades. My profit taking hotkey sets my stop-loss to breakeven after one partial, so the 10% loss is just an initial safety net. If you set the stop-loss to AvgCost * .99 then you're only giving yourself a 1% stop-loss, so if the price dips 1% from your entry you'll get stopped out. So I set it to 10% to get some breathing room for the price to fluctuate.
  8. Hey Samer, I haven't found a symbol or variable for equity either. DAS suggested using buying power / 4, but that's not always accurate because of maintenance margin requirements. Cheers, RR
  9. Hey Moe, When I placed the order the stock was about $14/share. $14 * 1400 = $19,600. I have about $90,000 in buying power, so that doesn't explain it. Cheers, RR
  10. Hello, Following hotkey is Kyle's for dynamic risk based off your stop-loss and entry: StopPrice=Price-0;DefShare=BP*0.925;Price=Ask-Price+0.00;SShare=50/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price= Ask+0.05;TIF=DAY+;BUY=Send;DefShare=200;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.05 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY+; This is my edited version: StopPrice=Price-0;DefShare=BP*0.925;Price=Ask-Price+0.00;SShare=280/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTM;Price= Ask+0.00;TIF=DAY;BUY=Send;DefShare=200;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.05 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY; It is modified slightly with Ask+0.00 instead of Ask+0.05, and DAY instead of DAY+. Today I took a trade on SPI with a .20 stop-loss, risking $280. So 280/.20=1400 shares, but I was only bought in with 233 shares. Any ideas why that might be would be appreciated, this has happened a couple times now, seemingly randomly. Cheers, RR
  11. Hello again, I have the following long hotkey to risk $150 per trade with an stop 10% below my average cost: CXL ALLSYMB;DefShare=BP*0.97;Price=Ask-Price+0.00;SShare=150/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTM;Price= Ask+0.00;TIF=DAY;BUY=Send;DefShare=400;TriggerOrder=RT:STOP STOPTYPE:MARKET ACT:SELL STOPPRICE:AvgCost*.90 QTY:Pos TIF:DAY; This hotkey works perfect, and I was wondering if anyone knows how to replicate this but instead of $150 risk it's 1% of my equity per trade, not buying power, equity. So $30,000 equity - $90,000 buying power would be a $300 risk per trade. So $50,000 equity - $150,000 buying power would be a $500 risk per trade. So $80,000 equity - $240,000 buying power would be a $800 risk per trade. etc Cheers, Ryan p.s. I talked to DAS chat and he/she/they couldn't come up with a solution for this, that's why I'm asking here.
  12. Hello, Just wondering if anyone has contacted DAS about custom hotkeys. Meaning, I tell them what I want the hotkey to do, and they code it for me. I've been trying to get it solved on my own but it's not easy, there's no documentation for the DAS scripting language, and the scripting window is pretty bare bones. Cheers, RR
  13. Thanks for the replies! For anyone reading this in the future, I found this YouTube video helpful.
  14. Hello, Curious how the T&S price action works. If transactions are happening at the ask or above the ask, is that an indication the price might be going higher? With level 2, if you see heavy numbers on the ask side it's a bullish sign as far as I'm aware, does the same hold true for T&S? Cheers, Ry
  15. Hey, MESO got paused today at the open and I was curious if anyone knew what the level 1 data means on a pause, I've attached a snippet to show what I mean. I'm using the DAS Trader Pro simulation.
  16. Hey there, Was wondering if someone could list the criteria for Aiman's parabolic reversal strategy. Either here or in the downloads section for TradeIdeas. I've been using a scan that looks for stocks that are 3% or more distant from the 5m 9 SMA, but I'm not getting many results with it. Thanks, R
  17. Anyone have any ideas on this?
  18. Thanks Justin, that's what I was looking for!
  19. So Kyle's HKs work very well, except for a little issue. When the stop loss is initially set for the position, lets say for 1000 shares, it doesn't update after partials are taken. So if the stock goes in my direction, and I take a 25% partial, I have 750 shares left. BUT the stop loss is still stuck at 1000 shares. So if it comes back and tags me, it also buys me in for 250 shares. Any way to fix this? I'm using DAS Trader Pro simulator with real-time data, the $150/month package. This is the script I'm using for the long side: StopPrice=Price-0;DefShare=BP*0.925;Price=Ask-Price+0.00;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price= Ask+0.05;TIF=DAY;BUY=Send;DefShare=200;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice-0.05 ACT:SELL STOPPRICE:StopPrice QTY:Pos TIF:DAY; Short side: StopPrice=Price+0;DefShare=BP*0.925;Price=Price-Bid+0.00;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price=Bid-0.05;TIF=DAY;SELL=Send;DefShare=200;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.05 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY; Short side SSR: StopPrice=Price+0;DefShare=BP*0.925;Price=Price-Bid+0.00;SShare=20/Price;Share=DefShare-SShare;DefShare=DefShare+SShare;SShare=Share;Sshare=DefShare-SShare;Share=0.5*SShare;TogSShare;ROUTE=SMRTL;Price=Bid+0.01;TIF=DAY;SELL=Send;DefShare=200;TriggerOrder=RT:STOP STOPTYPE:MARKET PX:StopPrice+0.05 ACT:BUY STOPPRICE:StopPrice QTY:Pos TIF:DAY;
  20. Hello, I was watching level II today and noticed that the bid/ask for AA was outside the range of the last price, can someone explain this? I've read that the last is the last price a trade occurred at, but with 13k of volume I find that hard to believe. Or am I misunderstanding what volume means too? I'm using the DAS Trader Pro simulation with real-time data. The $150/month package.
  21. Hello! I just joined the forums and have a question. Ryan_PDT did a video: I was wondering how he got his level II to show in hundreds of shares, meaning 1000 shows as 10 instead of 1000. As you can see mine shows actual values for share size. Also, how do you add rows to the level II? I would like to have a long montage window full of price levels, right now it only shows 5-8 levels deep. Thanks, Ryan
×
×
  • 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.