Jump to content

JasonH

Lifetime Members
  • Content Count

    112
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by JasonH

  1. Those are called Pivot Points. You can add them by right-clicking on a chart and adding a new Study.
  2. I bought a Stream Deck and xkeys at the same time. Xkeys was winner in my book. Returned Stream Deck.
  3. @Njohnson20 I would contact CMEG support if they are charging you a commission for every fill. It's supposed to be by the ticket/order. As you can see in my table, I was only charged one commission for the order, although it took 3 very small fills to fulfill the order. Did you pull the detailed account report from CMEG backend and see a commission for every fill? The report I'm referring to looks exactly like the table you quoted.
  4. Thanks for sharing @Ahmad. $0.0055 is also what I thought it would be based on IB website (for share sizes not running into minimums). This also confirms $0.0025 is a good estimate for ECN fees at IB, and the Fixed rate does in fact include everything but SEC and FINRA.
  5. It’s not that simple since there are other fees involved with trading besides commissions. All fees were included in the calculations and charts that I shared. It looks like the lines for Fixed and Tiered intersect around 150-175 shares.
  6. @Justin Thanks for sharing the chat log. To be clear about what Justin is saying about commissions for partials adding up... that's only relevant for small share sizes that run into the minimum commission, and we already know Fixed pricing may be a problem in that case (trades less than about 150 shares as shown in the chart). Most traders with IBKR Pro accounts funded >$25,000 are going to have trades >>500 shares. My IBKR Pro account was setup this weekend. Going to request Fixed pricing. I'll share the results. Probably a "Misc" fee of $0.50 per second you hold the trade open or something like that.
  7. Here's a trade where I did run into the minimum commission at CMEG ($0.50 if you use BEARBULLCMEG2018 per-share pricing). One order, three fills, but just one minimum commission.
  8. @Justin, do you have actual account data to support commissions being applied to each transaction/fill at IB? I only know what they do at CMEG, where the commissions are per order/ticket, not transaction/fill. Here's an example from my account report. One order/ticket = one commission (but three fills).
  9. Thanks for sharing that. For that video, Andrew's commission rate would be at the lowest volume tier, $0.0035/share, since that's his lower volume account and it's also recorded on Oct 6th, the 4th trading day of that month. Add $0.0025/share ECN to that and you get $0.006/share, which is exactly what he calculates earlier in the video for Oct 6th's trades. So $0.0025/share average ECN fee for IBKR Pro Tiered agrees very well with Andrew's results in the video.
  10. Here are some calculations and charts for comparing Tiered vs Fixed for IBKR Pro. The difference isn't going to make or break your career as a retail day trader as far as I can tell, but I'd like to know more if anyone uses Fixed pricing. Is it really just $0.005/share + SEC + FINRA? Also, for you guys with IBKR Pro Tiered accounts, what is your average ECN fee? Is $0.0025/share a good average over the course of a month? Tiered Vs Fixed (low volume): Tiered Vs Fixed, Medium Volume (300K-3M)
  11. Our Fixed pricing for stocks, ETFs (Exchange Traded Products, or ETPs) and warrants charges a fixed amount per share or a set percent of trade value, and includes all IB commissions, exchange and most regulatory fees with the exception of the transaction fees, which are passed through on all stock sales. https://www1.interactivebrokers.com/en/index.php?f=1590&p=stocks1 A key difference to note between the tiered and fixed pricing is that tiered commissions don’t include regulatory, exchange and clearing fees. The fixed pricing factors those fees in. https://www.magnifymoney.com/blog/investing/interactive-brokers/
  12. You guys are overlooking the fact that ECN and other pass through fees are included in Fixed per-share price. That’s about $0.0025 per share on average. So add that to $0.0035 and now you’re looking at $0.006 per share. Again, this is the whole point of Fixed pricing. At least per IB website. Looking for real world confirmation if someone here actually has an account. Tiered is only going to be cheaper for sizes of about 150 shares and less. I’ll send graph and Excel later.
  13. Interactive Brokers Fixed commission structure, if I understand it correctly, looks dirt cheap for traders that are usually in the lower volume tiers (<300k share monthly). Anyone have an IBKR Pro Fixed pricing account? Can you share a couple lines from your statements so we can confirm the commissions? Does that commission rate ($0.005/share) really include everything except SEC and FINRA TAF?
  14. Awesome! I was looking for way to get something like that...
  15. Jina, did you update your BUY/ENTRY hotkey too? You have to update that hotkey as well. You need to add "Price=Ask;" at the end of the entry hotkey. That command stores the price in the montage window, which is retrieved later when you need to sell to capture $100. My post from Friday gives more details. The "can't get valid price" error message sounds reasonable if you didn't update the entry hotkey.
  16. Jina, what problems did you run into? The hotkeys I mentioned worked for me today in sim.
  17. FYI, this hotkey will fail if you don't have >$100 in Unrealized P&L. Since it approximates entry/exit prices using best Bid/Ask prices, it may even fail in some cases around $100. So don't delete your other hotkeys in case that happens!
  18. I think I have found a way to do this. It requires modifications to both your entry and exit hotkeys. For the entry hotkey, you need to add "Price=Ask" at the end: Buy (long position): Price=ASK+.10; Share=BP*.98; TIF=DAY+; ROUTE=LIMIT; BUY=Send; Price=Ask; "Price=Ask" stores the purchase price in the montage PRICE field. This may not be the actual purchase price (your order is ASK+0.10 in this case) but I don't think the hotkeys have a way to actually retrieve the real price your order was filled at. (It'd have to see into the future.) Sell/Partial: Price=Price-Bid; Share=100/Price; Price=Bid-.10; TIF=DAY+; ROUTE=LIMIT; SELL=Send; The commands in bold are essentially doing this: number_of_shares = $100 / (sell_price - current_price) Remember it's an approximation since the hotkey doesn't now what price your orders are actually being filled at. So it just assumes the best Bid and Ask prices in the Level II.
  19. To be clear, you're looking for a hotkey that partials a fixed dollar amount, e.g. $100, $50, or whatever. The amount you partial has nothing to do with the total amount of Unrealized P&L, correct?
  20. I'm wondering if your hotkey is accurately calculating the position it needs to sell. If it's trying to sell more shares than you have, I think you can get that error. Here is my "sell 100%" hotkey for you to compare to: CXL ALLSYMB; Share=Pos; Price=Bid-.10; TIF=DAY+; ROUTE=LIMIT; SELL=Send; Another possibility- is it possible the wrong montage window was in focus? could it have been trying to sell a different symbol, for which you were not in a position, and was also not shortable? I've certainly run into that error when I first setup my hotkeys. But it's been too long now to remember how I fixed it.
  21. @Nperez13 You can use hotkeys to trade with a fixed risk. i.e. Wherever you double-click on the chart, that becomes your stop loss and can be equivalent to any amount you choose ($50, $200, $500..) The hotkey can calculate how many shares to purchase (and equity to risk) based on that stop loss you define. So if your stop loss is $0.50 away from the current price, and you program the hotkey for a 1% risk (a.k.a $100 on your $10,000 equity account), then it will automatically purchase $100/$0.50=200 shares for you. Unless the stock is too expensive and you cannot afford 200 shares, then the hotkey can simply purchase the maximum number of shares you can afford, in which case your risk is something under 1%. So your risk can be under your max risk, but never over.
  22. Yes, the Weekly Practice here: https://bearbulltraders.com/simulator/
  23. Matt, the replay feature is a $15/mn add-on to the base DAS Trader demo subscription. You can email DAS trader support and they can add it to your subscription. During the work week they did it for me within a couple hours.
  24. In other words "BP * .25 * Price" will give your total equity (account size) if your margin is 4:1, assuming you haven't done anything to "Price" yet in your hotkey.
  25. Ah, but there is... look for the blue "Alternate Formula" in my post "Share = BP *.25 *Price *.01;" That is DAS speak for DOLLAR RISK as percentage of EQUITY (i.e. not buying power). I know it looks insane but my post explains what is going on there. So if you have an account with $30,000 equity, it will calculate shares based on a 1% ($300) risk.
×
×
  • 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.