Jump to content
Medved Trader Forums

3acor

Members
  • Posts

    284
  • Joined

  • Last visited

Everything posted by 3acor

  1. I see. But my issue is not when the market opens at 9.30 or not. Let's say I have GME in portfolio A using Quotestream data and then I open Portfolio B using IB data and I add GME. This is where the volume gets crazy. Even though I have IB data "Smart Source Priority" set as "Never", Charts backfill as Quotestream and Rawdata/Level II as Quotestream. I would assume that GME is portfolio B using IB data wouldn't interfere with anything else since everything else is using Quotestream. I stopped the quotes from running in Portfolio B but the tickers that are in Portfolio B that are also opened in Portfolio A still get updated. I am using IB gateway so I have no other option to see if the stock is shortable or not.
  2. The backfill is fine, its just when the stock data is updated, it updates the volume wrong. It multiplies the volume by significant amount. If I have the same stock on 2 different portfolios with 2 different datafeeds, MT is getting confused I think? The level 2 quotes and backfill are coming from Quotestream
  3. This is what I am talking about. Even though I have Quotestream as backfill. The volume gets messed up
  4. I think you need to add this to your IB subscription.
  5. Im just getting Volume Spike bugs when I do it though
  6. Hey. I have multiple portfolios open and I am using Quotestream as my datasource. On one of the portfolios, I have IB datafeed running so that it shows me the "Shortable" column. I also set IB data "Smart Source Priority" to "Never" so as the charts do not backfill using IB. I have the charts default backfill as Quotestream. Is this the correct way to do it?
  7. Is it possible the volume on the chart shows 1M instead of 1,000K. It is a bit confusing that way
  8. Hey, Is TWS Market Scanner implemented in Medved via API? It would be a great feature so that we can scan Premarket Gappers and those who have limited symbols on datafeeds to be able to scan more symbols such as low float stocks since there are many and no datafeed allows to scan that many symbols. Here is a link https://interactivebrokers.github.io/tws-api/market_scanners.html Thanks
  9. 3acor

    Data Source

    I will let Jerry or Mike answer that. I am just a user and I am using Quotestream.
  10. 3acor

    Data Source

    Maybe ask for a refund from Quotestream explaining the situation I am not sure why Level 2 is not support. Maybe Jerry or Mike can answer you. I am just a user. But I have been using Quotestream for a couple of weeks and it is very good
  11. I see. So even if I uncheck it and change order types, when I restart Medved it goes back to the default order type. In my case LMT. Is that by default?
  12. Hey, For some reason it always reverts back to LMT when I restart/login to Medved. I am talking about the Order Types on the chart
  13. 3acor

    Data Source

    You have to subscribe using this link specific to Medved. I assume you subscribed directly from Quotestream website https://client.quotemedia.com/qscreg/medved/index.php
  14. The first one was the High/Low for the current day. I use paintbars/scanners on the 120min frequency so if fixed please send me the update if you can. Thank you
  15. The previous High on the 120min and 240 min Timeframes are wrong. They are including ETH Yesterday High is 15.8 but it is showing 17.89$ and I have "Regular Sessions Only" checked
  16. Thanks for mentioning, I thought it was just from my side. When you double click the capsule to change the price or quantity does it do it right away? Sometimes I have to press multiple times for it to work
  17. Which checkboxes should be checked? I have them messed up. I am using IB. This issue happens on both my PC and my laptop and I even uninstalled Medved completely and downloaded it again with the default settings and same issue. It happens only when I change the price from the capsule by double clicking. It doesn't happen when I drag the capsule
  18. I am still seeing this error after the two BETA updates, is this just from my side?
  19. I am not sure why it is not working. This is my code applied to NNDM on Jan25 on the 120min frequency at 7am premarket //PM_Low variable is Horizontal Line, Low, including premarket //Prev_High variable is Horizontal Line, PrevHigh, Reg. sessions only double PM_Low_now = 0; int DayNum = -1; public void MainCalculation() { if (DayNum != TradingDay.DayNumber) { DayNum = TradingDay.DayNumber; PM_Low_now = PM_Low; } else { PM_Low_now = Math.Min(PM_Low_now, PM_Low); } if (PM_Low_now > 0.98 * Prev_High) { SetColor("green", Color.Green); } }
  20. So what is Last in Horizontal Line, same as SymbolData.Last? I could use High and Low instead but I would like to use the High/Low for the current timestamp such as in the post below. But I am not sure how to do it if I want to apply it for multiple trading sessions for backtesting.
  21. In Indicators on the chart there is LimitUp/LimitDown
  22. I formatted my laptop and its a huge difference. Very fast and smooth now no issues
×
×
  • Create New...