Jump to content
Medved Trader Forums

Mike Medved

Administrators
  • Posts

    1,543
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by Mike Medved

  1. You're absolutely right. I inverted the last step. Will fix it and it will be in next beta.
  2. Will be in next beta. Not today's - but next one.
  3. Yes. Market data sources for charts and portfolios and trading are separate and independent in MT. The only time the market data source and trading site are related is in places like the Account View's Positions or Transactions - but even for that you can have a separate market data source specified for this trading site n the Settings for the trading site.
  4. The beta Jerry is putting out today has it flashing. Audio would be a bit much.
  5. Mike Medved

    Rounding?

    Not that Math.Round(A) rounds A to an integer. If you want to round to 2 digits after decimal point, do Math.Round(A, 2)
  6. Pressure Bars may have a problem in code that would not make it useable in paintbars. Will look and fix.
  7. New beta Jerry put out today should have a "Zerolag" option in MACD indicator.
  8. Give us a link to clear descriptions of the algorithms, and we'll add them.
  9. We're in the process of improving our API.
  10. I understand, Vic. We researched this quite extensively and it would require redoing a LOT of MT in order to render things natively in DPI-aware mode. Windows really does not make it easy.
  11. Riker66, can you expand on this a bit. What do you mean by min/max candles? If you just want to show local minima and maxima, that really is not an "indicator" per se, at least not one that MT would do. MT has to be able to calculate the indicator on the last candle being plotted. Having a minimum or a maximum is inherently a backwards-looking calculation.
  12. Can you link to a clear explanation of the algorithm?
  13. I am looking. I can implement that, but I would do it as an option inside the VMA - as in "VI type" selection. The current one would be "Efficiency Ratio". Have to find out which one is the one that that LazyBear used
  14. Again, thanks for the report. This is now fixed and will be in next beta.
  15. You're correct. I am looking into it. Basically, you're doing OHLC data and the volume charts apparently developed a bug that stopped splitting a "tick" (and in OHLC data there are 4 "ticks" per minute) across several candles. And that's a problem. Will fix.
  16. So he's using some other kind of Volatility indicator as the input to VMA. I wish I knew what it is called - so if I make it an option inside VMA, I'd know what to put in the selection box.
  17. The definition of the pattern is: two trend-continuing candles, with a low-to-high downside gap between them< The reason the pattern doesn't show is that the two gapping candles are not trend-continuing. If you lower the Trend Length in the parameters of the Candle Patterns window, it will catch it.
  18. Ah ok it would be easier in an advanced one but: You could have two rules. For brevity, let me just use HMA. First one would be if HMA[1] >= HMA[2] then stop and second would be if HMA>=HMA[1] then show arrow this way the arrow would only show on the change
  19. L W. You're not the only one We had quite a few queries about why prices were not moving.
  20. The color of the line just looks at the current value of the indicator vs the value one candle back. If > - one color, if < - the other.
  21. Are you by any chance using the Black theme for the application?
×
×
  • Create New...