Jump to content
Medved Trader Forums

Jerry Medved

Members
  • Posts

    9,202
  • Joined

  • Last visited

  • Days Won

    450

Everything posted by Jerry Medved

  1. SETTINGS / APPLICATION / GENERAL - Date & Numeric formats section.
  2. Sure. Open the alert editor On top left, click the ARROW on the ADD button and select FILL ALERTS. Select what you want there - you can pick accounts, or select buy, sell, etc.. In the notification area select that you want to be notified by sound NOTE: you will want to set the alert to auto clear after 10 sec or so. Otherwise, once triggered it will not trigger again unless you explicitly clear it.
  3. I would need to get the combination of those screenshots AND the log files to match, but basically MT tries to fill in those gaps best it can to make up for that little deficiency in Fidelity's systems - their POSITIONS updates are horrible. And yes, sometimes the transactions/orders show, but because of the delayed nature of their updates I am hesitant to base stuff on that - as you said there can be situations where you get out of the position before they end up updating it and I can't assume what stage the updates are at.
  4. won't know that stuff until I get done implementing everything it will be done before then. Everyone's transition date is May 10 - that is when all remaining TD Ameritrade accounts are moved.
  5. yep. Its all good. we got the API. working on it.
  6. Jerry Medved

    Schwab API

    it always has been. Just a matter of when we can release.
  7. Jerry Medved

    Schwab API

    that is the date all remaining TD Ameritrade accounts are moving
  8. MOC in current implementation is not working right - Fix for that, as well as addition of MOO and LOO are in the next build
  9. Jerry Medved

    Schwab API

    The May transition is expected. We just got the API stuff last week. we are working on it now. Seems that we have plenty of time before May. There should not be any issues and we will have the Schwab integration well before then.
  10. ok actually, MOC is implemented in MT for Fidelity as an Order Type. I will look at MOO
  11. the Fidelity interface mimics what is on their website, not their App, and their site does not have MOC option.
  12. MAY Transition was expected - initially was Match and then they updated it to May. So everything is going as planned this time
  13. we just got the API stuff yesterday. I am working on it now. Seems that we have plenty of time before May.
  14. if you have the BETA option selected, then whichever one is latest is the one that will be returned. In your case, there is only prod version right now (194) which is why you are getting that.
  15. lets say your paper trading account login is luc123 You would have to login to R|Trader Pro with luc123 as a paper trading account and check the option about addon's. You would need to leave R|Trader Pro running after logging in (can minimize it) in MT, you would setup the quotes with: Username: PAPER:luc123 Password: (whatever your password is) and same for trading: Username: PAPER:luc123 Password: (whatever your password is)
  16. since scans basically operate on the last candle, yes, those two are the same, unless of course you had some calculations that accumulate data or one candle result impacts the next candle. But if you were to use the same scan in a paintbar, it would definitely be different. SymbolData.* is the "current" value of whatever field, regardless of which candle is currently being computed for the scan/paintbar.
  17. TStop - stop parameter is a fixed amount, like 0.50 TStopPT - stop parameter is specified as percent, so 2 would be 2% Bracket - is just a quick interface for entering OCA LIMIT + STOP MARTKET order.
  18. no, the indicators do not know about the frequency of the chart. The period of the indicator is # of candles so whatever the chart is set to, that is what it will refer to. So EMA 20 on a 1 minute chart will be for 20 minutes where as on a 5 min chart, it would cover 100 minutes. if you want to reference EMA 20 as it would be on a 5 minute chart, but on a 1 minute chart, you can just refer to EMA100
  19. if using "Simple" mode, you do one condition and if true, do nothing. if false, exit. Then in 2nd condition, you just trigger if true. It will only get to the 2nd condition if first one is true. If you convert to Advanced, well then you have full C# syntax capabilities, so you can do stuff like if (aaa condition and BBB condition) .....
  20. I think i see where the issue is coming up. its a bit convoluted. Sorry for the delay - got tied up... a lot.
  21. we have not received the API yet. As for nothing you can do, you can open a TD Ameritrade account for the time being. Specifically using this link: (otherwise the links on the site point to opening a Schwab account and make it difficult to find the link for TD Ameritrade) https://start.tdameritrade.com/select?entity=103
  22. The color sets for raw data and for portfolio grid are predefined only. Best I can do is give you the config file that defines them so you can manually modify the colors for your own color set. If you want that, email support and I will send you the details.
  23. you can duplicate the portfolio on the portfolio editor screen to get a 2nd portfolio with the same symbols. You can duplicate the scan definition on the Scan/Paintbar editor screen.
×
×
  • Create New...