Jump to content
Medved Trader Forums

Roger

Members
  • Posts

    54
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Roger

  1. Hello, what is candle size in seconds and how can I use in my scans? How Is size measured? % or $ from what reference point? I am trying to get price increase from candle open for ? seconds. This will be added to my other scan criteria for a scan. I have searched the site, but cannot find info. Thanks, Roger
  2. Both give error in Visual Studio Code and the code will not run. addmebal (json.result.AvailableFunds~USD) addmessages (json.result.AvailableFunds:USD) The underscore _ does not give error in Visual Studio Code, so may work. addmessages (json.result.AvailableFunds_USD) Thanks.
  3. Mr. Medved, I tried addmebal (json.result.AvailableFunds~USD); Still will not work. Thanks.
  4. Hello, I am having trouble getting from websocket -- balancesUpdate -- the AvailableFunds:USD value. The colon is creating an error in my javascript code. I can access other websocket data that does not have that colon. I have tried many code variations, with no luck. Examples: This works: addmessages(json.result.accountKey) no colon This does not work: addmessages(json.result.AvailableFunds:USD) the colon causes an error Any suggestions? Thanks, Roger
  5. Mr. Medved, hello. I still cannot get the trailing stop to work on AMTD or IB websocket. Here is the code I use: { "cmd": "tradeCommandNew", "accountKey": "IB:DU1111111", "order": { "Legs": [ { "Symbol": "ZME", "Quantity": 1, "Action": "Sell", "OrderType": "TStopPT", "TIF": "Day", "TrailingParamPercentInc": 5.0 I have tried every combination with wording and numbers, please let me know what I am doing wrong. With this format, buy orders work fine and I can place trailing stop order directly from MT. On the websocket I have tried both TStopDLR and TStopPT orders with no luck. Thanks.
  6. Hello. I cannot get the trailing stop percentage setting to work in my websocket - AMTD account. Keeps giving error: r\nThe Trailing Stop Parameter is not specified or is not valid\r\n. In your docs you have "TrailingParamPercentInc" placed last in the AMTD order examples, but when requesting the AMTD setting from websocket, it has "TrailingParam" just below "StopBasis" in the websocket order list. I have tried every possible position and spelling, but always get the error. The trailing stop percent works when I send it in a MT trade ticket -AMTD account. I have not tried with IB, hope to get to it tomorrow. Thanks, Roger
  7. What is the correct coding format to connect to the websocket? { "cmd" : "connect", "password" : "something" } Reply: [2021-06-28 12:47:00] { "cmd": "connect", "success": "fail", "resultcode": 400, "result": "specify password" Thanks, Roger
  8. Mr. Medved, what is scan code for placing the symbol column data in the alert log description? It can be done in the precoded alerts in MT alert editor by right clicking on Note. I wish to do the same for my new scans. Can you provide a sample code. Also, where can I view the code for the precoded alerts in the alert editor? Thanks, Roger
  9. Mr. Medved, hello. Is there a way to send a symbol to my watchlist from the portfolio without copy/paste. Or when I drag symbol over to watchlist, it removes it from portfolio. I noticed that other programs have a one click send to watchlist function. Thanks, Roger
  10. Mr. Medved, where can I get an app that would connect to MT and Interactive Brokers API so: I can do scans within MT, and when the scan condition is met, detect that notification via an app connected via the API and then send whatever order I want, via the API. (From your previous comment last year) I have tried to code one, but having trouble. MT is a great product and would be even greater with the auto trade bot. Thanks, Roger
  11. Hello Mr. Medved, How can I sort the note column in my portfolio numerically? I have manually entered stock float values for all the stock in my portfolio and wish to sort lowest number to highest number. Or maybe even create another column "Float Value". Users can then enter float value manually and sort. Thanks, Roger
  12. Mr. Medved, would it be possible to make all or most of the column choices that are available in the portfolio column chooser also to be available in the alert log window column chooser? Price, volume, change, %change, change from open, %change from open, shares outstanding, volume, pace, and others. This would allow users to instantly see the impact of the news and possible trade opportunities. The more I use MT the more I am impressed with what you have created. Thanks, Roger
  13. Does Quotestream Connect provide news? Is Level 2 available yet? Thanks, Roger
  14. I just noticed the default settings on the scan setup. Thanks, Roger
  15. Jerry, worked great. How do I change the default period and average period of the scan results to match my chart pace settings? Also how can I eliminate the digits past the digits? Results example: 4791.08449 Thanks, Roger
  16. Hello. How can I set my default DOM to have only 2 digits past the decimal in the price ladder column? Now it always shows 4 digits past the deedcimal, causing the ladder to have to move up/down a very long distance between buy and sell. I have to set it to 2 digits every time I open a symbol that I have not opened ever before. Example: 20.15 this is better. not 20.1547 takes too long to scroll to buy or sell Thanks, Roger
  17. Hello, Would it be possible to put a Pace column in Portfolios? Thanks, Roger
  18. Mr. Medved, -- Scanz is a very fast scanner with loads of data available. Can you make a trading inter-connection with them? www.scanz.com Thanks.
  19. Mr. Medved, yesterday after I downloaded the latest upgrade, the text at the top of each window was Black, and I thought you had made a fix in that update. Now this morning the text is back to white again. Can you check this? And if possible make this text font larger? I am a 66 year old guy, with poor eye sight. Thanks for a great product.
  20. Mr. Medved, I always want to verify I am trading the correct stock. Can you place the stock symbol on the Source Name Panel in the DOM in front of the Brocker Name? Thanks for a great product.
  21. Mr. Medved, I enjoy using your program. Sometime the symbol logo makes the chart hard to read, but I like it on the screen to verify I am on the correct chart. Can you make the symbol logo size adjustable? (Larger or smaller). And can you make the symbol logo position moveable within the chart? This way I can move the logo from directly behind the candles. Thanks for a great product.
×
×
  • Create New...