Jump to content
Medved Trader Forums

gnc

Members
  • Posts

    110
  • Joined

  • Last visited

Everything posted by gnc

  1. So, what's is the functional difference between portfolio and watchlist, beside "Total" Row? I am using portfolio as watchlist, so should I be better off using watchlist?
  2. What about existing Keyboard shortcuts; would this have impact on it?
  3. Disregard, found it, new indicator. Cool!
  4. Is it added to the latest beta (if I am reading release notes correctly)? If so, how to activate it?
  5. IS this already in that last beta? Installed this morning, but still see some overlapping.
  6. Definitively, I would also like to see some solution for this. I also keep both $ US and CAN with QT.
  7. Sorry, my bad, didn't look carefully, thought those are actual indicator values.
  8. On, the left. I don't have that on any indicator and I was looking for it everywhere.
  9. I see those numbers on the left, cool!
  10. 1. Yes, but not practical with multiple charts open AND when you mostly use keyboard shortcuts 2.Yes, but from my understanding, there is only one generic size applied to all charts. 3.TV has 3 options for this: Of course, even with TV and NO overlapping, indicator height has to has to have certain height.
  11. For some indicators with more than 2 values, the same can overlap. So, how can I make them (without resizing window): 1.Both visible Or preferably 2.Show only selected value For comparison in TradingView, you can enable/disable overlapping or turn on/off desired values.
  12. Is that "Trading - Capsule Font Size"? When I increase it, it doesn't increase upper text proportionally . If possible in the future, I think it would be better if it can be pre-set. Till I click to select it on the chart, it can be already too late.
  13. Both I am with, Questrade and TradingView (with pre-market option) have Prev Close at 16:00 which is workaround for now, but I want to have it with MT. I am running 1500 scan of Webull in MT. Maybe the same could work with setting scan start time at 16:01 (have no idea how). Will try with Volume last min > 0. Thanks.
  14. Yes, looks promising, but as Jerry confirmed in another post, Webull doesn't update Prev Close till market open, so Pre Market scanning doesn't make sense
  15. gnc

    Pre market Volume

    Look ok after 9:30. Behaves weird. When I add symbol in Portfolio scanned by Questrade, it "kind of" automatically updates second Portfolio scanned by Weibull. Looks like Weibull doesn't do "Previous Close". Can it be confirmed? Need to test more.
  16. gnc

    Pre market Volume

    Looking volume (in portfolio) at pre-market and looks like it shows volume + % including previous day. Also on Hist. chart, daily bar shows previous day + current pre-market. How to set Volume + % to show only (on both Portfolio and hist. chart) : Previous dat after market + current day pre-market?
  17. 1. Font size in the capsule can be changed in Settings, but the font in small box above capsule (T. P&L, Loss, etc.) is to small, can't see values (especially on 4K monitor) Its would be good since I wouldn't need to look at Account View anymore when I have to sell quickly. 2.Also, it would be great if I can choose what to show in it: T.P&L or Gain $ for individua trade. Actually these 2 should come together.
  18. gnc

    Hot keys

    It's not the same issue as OP, but something is not right or maybe it's just specific to Ctrl+A. I have all global cleared, but when I want to assign Ctrl+A in Charts, it won't let me save it. Says "The key is already used in Global: Edit - Select All.
  19. Does anyone have any experience with Webull's data feed? I have account without any subscription, but got today promotional 3 moths L2 for Nasdaq only. Looks little bit laggy at the bell in the morning, but after that worked fine. I was comparing Webull L1 today with Tradingview and Questrade and looks ok (have paid data for both). Anything I should be aware of, any catch, since there is no "free" stuff when it comes to data feeds? At least MT scanning (1500 allowed) with Webull data source was on par with TradingView scans.
  20. Yes, and than you very much for the answer. Also, the log is sent.
  21. After 100 combinations it doesn't work. If I set "do nothing", but put "stop" it returns "return", than scanner won't run, reporting plain paintbar I am obviously missing something basic. I would appreciate if you can put exactly how the code should look like (once that shows at the bottom In Paintbar window in Code field: Doesn't work: this works, removes bellow 2 if (close < 2); //do nothing else [SetScanResult(true); return} but, this brings back again value bellow 2 if (close <=3){SetScanResult(true)};
  22. That's ok in Advanced mode. How exactly to set it up in Simple rule mode? And as soon as I put additional and different variable, only one the first one works, no matter what I do with "Stop" and "Else"
  23. Going to example above. What is the correct syntax to get price range between 2 - 3. if (Close > 2) {SetScanResult(true); return;} >>>>>> this work on its own, lists all above 2 BUT two combined rules: if (Close > 2) {SetScanResult(true); return;} if (Close < 3) {SetScanResult(true); return;} >>>>>>>>> this now again lists ALL, below 2 and above 2 - 3 !?!?
×
×
  • Create New...