Jump to content
Medved Trader Forums

wendlefly

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by wendlefly

  1. So in addition to Schwab not getting feeds, I cannot find feeds from E-Trade, or once again cannot login to E-Trade through MedVed. It just came up with the error for E-Trade again. Nothing changed on my side.
  2. I understand that. I still cannot access my E-Trade account adding it through settings. E-Trade has been acting very wonky for several weeks. It worked for a little while after the update, but now I have no access to the account and no error to correct as far as I can see. It used to at least give me a error stating wrong user information, now I don't even get that error. Just a inability to access at all.
  3. Well now I logged on and E-trade was gone and could not access my account. It still shows up in settings, but as a data source or logging in no longer there. It does not fail authentication, it seems to not even try to logon to E-trade. Thanks Ron
  4. It would be nice to be able to track previous trade to keep track of gains/losses instead of having to use a different program. Seems like a easy thing to do, lots of other programs do it.
  5. Would not let me login to etrade. verified user/password multiple time, now I have a white error box I cannot clear too many repeat login failures only way to fix is a reboot of system.
  6. App Error: The remote name could not be resolved medvedtrader.com when trying to login Thanks
  7. I just deleted account and re entered it. Working now, but ty!
  8. For some reason, E-Trade will not let me logon. What changed?
  9. Duh market is closed. NM Smart like rock!
  10. After this latest update, I'm not getting and streaming data. I don't get any errors just no data
  11. Think they may have a API by now, or no way. A shame seems like a good broker.
  12. That's what I'm looking to do. No luck yet. Should be easy, but Have not got it to work? Any ideas? Thanks!
  13. Hi, Thanks for the great replies. Thanks for working with me on this. Without a doubt, I'm doing something wrong, just not sure what LOL
  14. When looking at the historical charts. Specifically the SS 14,7 indicator, it shows gradient lines at 20% 50% and 80%. I wanted to flag a ticker when it goes through that line (20%) , but is under the 50% line. Now the scan does flag stocks, but when I look at their historical charts (SS 14,7) they are all over the place some way over 80, some in range and some under 20, so I'm confused as to what data is what ie scan results vs historical charts.
  15. The line when it would be going in a uptrend. The green line I think. However, yes that is what I am trying to do.
  16. Hi, Well looking at the historical chart I wanted to flag SS when it goes over the 20% line, but be below the 50% line with 50% of the average volume. That's what I want to do. I tried to define it as 20% as a line or a signal. Neither seemed to work. IT seems like a simple thing compared to what others are trying to do, so I am sure I am making a bonehead mistake.
  17. Hi, This is what I'm trying to do, but again when I look at historical it doesn't match Thanks!! public void MainCalculation() { if (SLOWST_Signal > 20) { return; } if (SymbolData.Volume24 > 50) { return; } if (SLOWST_Signal2 < 50) { SetColor(Color.White); SetScanResult(true); } }
  18. thanks for the quick reply. I will try it and get back with you!!!! TY!! Oh BTW I tried historical and realtime did not see any change but I will post the scan.
  19. Hi, I had a question. Trying to scan for when Slow Stochastic breaks above 20 and is below 50. The scan works, but when I look at the historic charts the numbers are not right. This is using the default Slow Stochastic parameters. For example, if I setup a simple scan to flag any ticker that are under 50, I get all kinds of different results. Nothing consistent. This seems like a simple thing to do, I must be making a simple mistake, or the historic charts are not the same numbers that the scans use. Could someone help me out?
×
×
  • Create New...