Jump to content
Medved Trader Forums

Roger

Members
  • Posts

    54
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Roger

  1. Mr. Medved, could you add a P&L % column next to the P&L $ column in the DOM ? This would provide us a percentage value for placing a sell order. Or make it an column option, like the P&L $ column. Thanks, Roger
  2. Mr. Medved, could you enlarge and bold the (position, upl, ppl, tpl, value, gain, %gain) data at the bottom center of the DOM? It is difficult to read. Thanks, Roger
  3. Mr. Medved, I am trying to create this scan: $Change% from 7:00 AM (or any other timestamp). Symbol.Data.Last - SymbolData.Last(7:00 AM timestamp) / SymbolData.Last(7:00 AM timestamp) * 100 And create a Column for this: Change7 How do I get SymbolData.Last at specific time? (7:00 AM timestamp) Thanks, Roger
  4. Hello, is it possible to get all symbol's real time bar volume from the API? I am using AMTD for API data. Thanks, Roger
  5. Mr. Medved, I want to create a scan only on symbols that I am currently have a position. Is this possible? Maybe if SymbolData.PositionHeld = T/F or a count Thank you.
  6. Jerry, hello. In my Symbol News and All News, the Date Column cannot be resized. Other Columns can be resized. When I try to resize it always remains a fixed size, just enough space for the time. Made font smaller/larger and removed/added the Date Column several times, but still cannot be enlarged or made smaller. Let me know. Thanks, Roger
  7. Hello, in Symbol News and All News, in the Date Column: 1. Currently only the time is shown, can you also add the Date of the News? 2. Is it possible to scan for a count of the number of news items for each Symbol? example: SymbolData.NewsCount ?? Thank you.
  8. Mr. Medved, I have created alerts in the MT alert editor, how can I make them into paintbar? and show them on charts? Thanks, Roger
  9. Mr. Medved, I cannot get the Alert News Filter to filter. It was working several weeks ago. I can get the All News window filter to work. My news filter format is: not Acquire and not Alert and not Analysis I am trying to filter words that I do not want in the News. I tried many combination and settings, but the Alert News Filter will not filter out any words. Any suggestions. Thanks, Roger
  10. Hello, In the API what is the dxFeed code abbreviation, tried every combination, caps/no caps, etc; nothing works. AMTD works fine. Please check the API, thanks. Also I noticed that dxfeed has share FLOAT and COUNTRY available in their data feeds on their website. I would gladly pay extra to get this data in MT, if you make it available to use in scans and paintbars. ie: SymbolData.Float and SymbolData.Country. Thanks for a great product.
  11. I thinks it works ok, discovered dxfeed does not provide Day Range or Range Percentage in PreMarket. I was trying to get that in Premarket scan alerts Notes, but it was just showing Last and 0. Also can you give me hint on coding for Previous Volume? I am using dxfeed and it has Prev Vol available. Having difficulty in getting any data from a specific Timestamp. Thanks, Roger
  12. Ok, I will try to calculate Prev Vol with TimeStamp code. Also, can you check the settings for Alert Parameter Note: DayRange and DayRange %. It appears to be incorrect data. Thanks, Roger
  13. Hello, I see Prev Vol as a column in the portfolio, but where is when I create scans? And what is SymbolData.Volume24 ? Thanks for your help.
  14. Hello. How can I create post market change and post market change change % ? This would be from 4:00 pm to 8:00 pm(or 12:00 Midnight). Would not include the next day premarket data. I cannot seem figure this out. Thanks, Roger
  15. Hello. I have been using dxfeed for a while, until now it worked great. I can log into dxfeed, but when I start dxfeed on the portfolio, it starts for about half a second, then goes to back red. Error code pops up: dxfeed faulted. Market Data will not update. I have tried different settings and different portfolios, and dxfeed support responded that everything on their end was working. Also I have downloaded MT and reinstalled several times. Please help. Thanks, Roger
  16. Happy Holidays, Is there any way to get the current symbol position quantity for use in a scan? Could you maybe create a SymbolData.CurrentPositionQuantity = 0-??? I want to include this data in my MT scan, for my new auto-trading bot. Thanks, Roger
  17. In a scan: SymbolData.News = (True or False) or (1-?) (What ever will work) 1. True/False = if a news item has been received for a symbol for current day since midnight, like the News Bulb and in the Detailed Quote window (resets at midnight?) 2. Or a count: 1-? of news items received for for a symbol for current day since midnight.... 3. Or deluxe model: Be able to filter the incoming news for keywords, then creates the T/F or counts. For creating scans that include symbols that have received a news item for current day since midnight. Thanks.
  18. Mr. Medved, could you create SymbolData.News, so we can use news in a scan? This would be of great benefit to many users. Thanks, Roger
  19. Mr. Medved, Hello. In my Detailed Quote Window, in the Real Time Data box, the font size is very small. The current Price is OK, but can you increase the size of all the other data? Also could you make more columns, so the box takes up less vertical space? And could you add the notes column data to the box? You continue to make this the best trading program on the market. Thanks, Roger
  20. Got it. json.Description. When { } then you just skip all that is in between.
  21. Hello, I am able to get most other values from the API, but having trouble formulating code for the following: alertTriggerUpdate fromScan; "Description" alertTriggerUpdate fromNews: "syms" and "Description" Example: When sending the request to alertTriggerUpdate: the code-- json.result.triggerValue, will return the triggerValue from a scan, ......etc. but json.result.Description or json.result.[0].Description will not return the Description value (just blank), tried many other combinations. Same problem when requesting "syms" and "Description" in the alertTriggerUpdate for News. What are the correct codes? Thanks, Roger
  22. Mr. Medved, can you place a Boolean T/F flag for news in the variable list for creating a scan. Thanks for a great product.
×
×
  • Create New...