Jump to content
Medved Trader Forums

Jerry Medved

Members
  • Posts

    9,131
  • Joined

  • Last visited

  • Days Won

    446

Everything posted by Jerry Medved

  1. It was the download specifically, not the auto. I just made it auto update. Didnt update the change log yet
  2. I updated the beta version: http://www.medvedtrader.com/beta Please close MT and install the update from that page.
  3. I updated the beta version: http://www.medvedtrader.com/beta Please close MT and install the update from that page.
  4. this issue will be addressed in the next release
  5. We did add the HTTP API that in theory, should be the what AmiBroker is expecting, same as QT, in the beta version of MT: http://www.medvedtrader.com/beta in the program you would enable the API on SETTINGS / APPLICATION /API However, one of our users tried it with AB and said that it wasn't working. I am waiting on Tomasz to get back to us about that. Maybe you can give it a try and if it does not work, contact him too?
  6. Note that you don't really need to recreate the ATR - you can just reference the ATR indicator
  7. Close/reopen the news window after changing the default to sunny
  8. The news window uses the system default color set. You can go to SETTINGS / APPLICATION / Appearance screen, and in the GRID section, change the Default Color Set to the one you like.
  9. And if it happens again, I will need to get the log file to see what the problem is. Please do the following: go to FILE / Export/Backup menu (from Dashboard or Portfolio) Select “To share with others” export file protection option on top right Leave the checkboxes already checked, and also check LOG FILE. Export, then email me the exported file please. Jerry Medved 2GK, Inc. / Medved Trader
  10. did you change login email or something like that? PC power went off? NOTE: MT makes a backup whenever it starts. you can just restore from that. Go to FILE / Import/Restore. Open the Backup folder and select the last backup file prior to the issue
  11. y, I probably would have done that if I didnt have to install tons of stuff again. Didn't want to spend weeks setting everything up again
  12. BTW, as far as VM and performance, I have plenty of memory but when I upgraded my HD to SSD, that made a HUGE difference as both with overall system performance and with VMWare in particular.
  13. You can implement that now relatively easily. in Advanced mode, you can have variables. Just specify a variable outside of the main method DateTime LastTriggeredTimestamp = DateTime.MinValue; In the code, when you are ready to trigger alert, do if (LastTriggeredTimestamp != Timestamp) { .... trigger the alert LastTriggeredTimestamp = Timestamp; }
  14. by default, typing on the portfolio starts the popup for adding symbols, so you can just type symbols in. You can change it to where typing a letter would take you to the first symbol starting with that letter. To do that, go to SETTINGS / APPLICATION / GENERAL. In the first section on top, change "Typing on Portfolio will: .." to "Find Symbol"
  15. double arrow - that means there wasn't enough room to just show it. NOTE: you can also hide other icons in the QAT that may already be there that you don't use.
  16. there is a pretty easy way to get around that issue. right click on the SAVE Template button and select "Add to Quick Access Toolbar". Now hide the ribbon and save the template via the button on the QAT. QAT is not part of the template so if you now remove the button (same way) then use the template, the save button will not be in the QAT
  17. MT should be communicating over the same ports. We do not have control over that. Don't know why things would be different as far as the firewall
  18. Just login on the website - http://www.medvedtrader.com/login and on top right click on MY ACCOUNT and select cancel.
  19. Jerry Medved

    Alerts

    MT does not repeat the alert sound automatically. I don't remember QT doing that either. You can however do it via the alert settings. Lets say the sound plays for 5 sec. Set the alert to auto clear after 10 sec and leave it set to arm immediately. It will trigger, play the sound, then after a few seconds clear and arm itself. Assuming the alert condition is still triggered, it will trigger the alert again and play the sound again. Select ALERT EDITOR on the dashboard or click on the yellow alert exclamation point on the bottom left of the dashboard or portfolio window and select the option to show the alert editor.
  20. it was always that way. Maybe you had the chart open for the same symbol. If so, it would cause the stream to continue.
  21. raw data window is passive. It only shows what is in the system. For it to get updates, one of the other windows must be open and getting quotes on that symbol. Can be either a Portfolio or an Intraday Chart.
  22. alert on weekend - may trigger -depends on if a new quote gets read in.
  23. you can set it to turn on at 9:30 assuming you have MT running all the time by then. Or, just add a trade size alert with the trigger of 1
×
×
  • Create New...