Jump to content
Medved Trader Forums

bcavender

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by bcavender

  1. Thanks Mike! That one really had me scratching my head ... LOL! Appreciate your good help!!!
  2. I knew C# was case sensitive, but my reading had seen stuff like this that used upper case "If" ... but use lower case in real code. Knew this had to be something simple. The semicolon error was a pretty good distraction ... Thank you for your good help ... I would have wasted a lot more time on this nuance without your assist. Best regards, B
  3. public void MainCalculation() { If (HMA_Line[1]>HMA_Line) { SetColorAndShape(SysColor.MainIndicator3, PBShape.ArrowDn); TriggerAlert("HMA10Down", @"HMA10Down"); return; } else if (HMA_Line[1]<HMA_Line) { SetColorAndShape(SysColor.MainIndicator2, PBShape.ArrowUp); TriggerAlert("HMA10Up", @"HMA10Up"); return; } }
  4. Fixed that, but the change added an 'else' error to the list ... I have got to be missing something really dead dumb simple here ...
  5. C# Noob Error - I've tried adding semicolons and searched examples trying to figure this basic error out for an hour, but can't figure out how to clear the two CS1002 errors. Need an experienced eye that sees what I am missing ... maybe a suggestion of a resource to study to get up to speed. Thank You! B
  6. bcavender

    Alerts

    Jerry, I wanted to check in about alerts. We've emailed several times about mobile alerts over the years. You expressed issues about the difficulty of software issues they present. ThIs thread goes back to 2014 where you still seemed open to the idea, but we are still not able to get MT alerts out of the room. I've been very impressed by your innovative work since the QuoteTracker years and I would be quite happy to be a paying customer again if only I wasn't forced to sit in the same room with the computer. I think there are a number of swing/longer term traders in your target market that would appreciate the mobility also Is there ANY way that you can give us at least ONE way to get mobile alerts out? Thank you! Bruce
  7. Jerry, Intraday Trendline Alerts were a big leap in making day to day trade tending 100X easier. I like the way it works! To make the process complete though, we really need the ability to bounce out Alert Notifications texts to our smartphones (like QT did). Invariably, I am in ... the bathroom, a conference, a take out run, distraction X, etc only to return to find I am a trade behind again. I bet there are a number of folks that could use this to convert face palms to high fives . Best regards, Bruce
  8. Jerry, I am charting Royal Dutch Shell (Class A) "RDS-A" using Yahoo data & Smartsource for Intraday/Historical Backfills. Charts work fine, but I noticed one anomaly in that the Bid-Ask prices are not showing up in the Portfolio Window. They are blank. Last, Change, etc are there. Possibly Yahoo is not passing along bid and ask numbers for some reason? Thanks! Bruce
  9. I have had reasonable success in developing high probability trades with Single Regression Channels. Usually that involves major and minor trend changes by combining longer periods (IE as far back as 2008) and medium or short channels that go months to days. With a couple dozen charts and two SRCs each, it doesn't take too long each day to go through each chart and simply increment the Period Parameter for each SRC. While it is only a small amount of time to reset the channel back to where the last trend change occurred, it does get tedious day after day. It struck me that it would be time saving and more accurate if there was a radio button in the SRC Parameter box that could be selected to "Anchor" the current channel starting date at its present position (the beginning of a price trend) so that each day following would automatically and accurately extend the channel from the last trend change point to the right without daily operator intervention. (Likely this would even be more valuable for someone using SRCs on intra-day charts.) If "Anchor" is not selected, the SRC functionality could be exactly as before. If this was available, a trader would only need to review the chart for a trend change ... and if found, the "Anchor" could be then be deselected and a new Single Regression Channel be initiated. The speed and accuracy for those using single regression channels would be nicely improved. Thanks for all your good work guys! Bruce
  10. Will MVT run on an Win8.1 Asus XT205TA with an Atom Processor Z3735F (just a couple charts only). Best regards, Bruce
×
×
  • Create New...