Jump to content
Medved Trader Forums

Jerry Medved

Members
  • Posts

    9,221
  • Joined

  • Last visited

  • Days Won

    451

Posts posted by Jerry Medved

  1. 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.

    • Like 1
  2. 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)
     

  3. 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.

  4. 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

  5. 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)
    .....

     

  6. 4 hours ago, zemuss said:

    My account was switched and the person said there was nothing they could do. 

     

    I did see this beta site https://beta-developer.schwab.com/products

    hopefully we get the api sooner rather than later.

     

    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

     

  7. 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.

×
×
  • Create New...