Jump to content
Medved Trader Forums

Mike Medved

Administrators
  • Posts

    1,539
  • Joined

  • Last visited

  • Days Won

    123

Everything posted by Mike Medved

  1. Ok - I changed code so that it gives a buffer of the middle 1/3 of the scale. If the rightmost point on the chart goes out of that 1/3, it adjusts. Could be 1/2 - don't know what is better. Try it and see.
  2. Mike Medved

    ABS

    One thing I would add is adding the if (High==Low) check - since otherwise you could be dividing by 0.
  3. Troder - here is the easiest way for you to show me something that is wrong with P&F charts so I can look at the specific thing and see what I can do... You gave me your data files. Here are two charts using that data: same time period... Can you point me (either describe it to me or make a copy of that image and put an arrow to it) exactly which boxes on P&F chart are incorrect? Thanks Mike
  4. MT allows you to open a lot of different windows scattered all over your desktop. Docking would help you manage them. By pressing SHIFT while moving a window you would be able to "dock" it to another window, and from then on, until you undock them by pressing SHIFT while moving again, moving one window will move the other(s) in tandem... There are some tricky scenarios to be resolved, but that is the gist of it. This is almost done and will probably be in next beta.
  5. Troder - can you try P&F at StockCharts for some symbols and tell me if those match your expectations? Also - I am really not sure what you're trying to achieve - but have you tried 2 reversal with .005 box?
  6. 1. Why not do 1 reversal and .01 box size? 2. Can you try the same exact chart with StockCharts P&F - http://stockcharts.com/freecharts/ and see if they match what MT plots?
  7. Watchlist is just a list of symbols. Portfolio is a list of symbols and other information - like what you bought it at, the amount, and a note for each entry. There is a separate entry for "Watchlists" in help file under "Features".
  8. 1. We could add a column in portfolio that shows ask-bid, that's trivial, would that be useful? 2. Where in LII would that be shown? 3. Where in DOM would it be shown? AFAIU, especially in DOM trading (which is mostly for highly liquid futures) the bid/ask difference is always one pip/tick.
  9. In Simple paintbar editor, on the right, after the "candles ago" there is the a field that by default contains "Bar" for the Volume indicator. Click on it and select "EMA". or, in Advanced paintbar editor, when setting the variable for the Volume indicator, in the rightmost column called "Value Name" select "EMA".
  10. We will be putting that in. We don't want to do it same way QT did it, since it required details such as your SMTP server and its authentication parameters and confused people who were not techie. It's on the list. First, DOM trading and window docking. Then we will tackle email (and twitter and facebook etc. etc.)
  11. Sleep is for wimps.
  12. Sorry about the frustration. I noticed that Import/Export are not in our help file - just added that topic. Will be in next release.
  13. Dashboard File menu - Import/Restore is 4th from the top.
  14. Do an Export to a file on flash drive, including everything. On the other PC, do an Import from that file.
  15. This "spam-blocking" thing's "false positives" is getting ridiculous. Too many lazy sysadmins are relying on services that are not discriminating enough and blocking too many legit emails.
  16. In the latest beta, there is an option to invert the price chart's scale (in View/Options on the Chart window). This was a fairly tricky thing to do, involving many parts, and I may have missed some. So - please check it out and if you see any weirdness please report it. Thanks. And feel free to tell us if this is a useful feature. I myself never use that but we had several requests for it.
  17. The scroller for charts is special - we coded it specifically for charts, it has functionality that is specific for charts (like being able to drag the edges) etc. The other scrollbars are generic OS scrollbars. Their widths are set by the OS, globally, for all programs. Here is how to change those for win10: http://winaero.com/blog/how-to-change-the-size-of-scrollbars-in-windows-10/ For Win7, go to you Control Panel/Personalization/Window Color click "Advanced Appearance Settings", set Item drop box to 'Scrollbars" , set Size spin control.
  18. Do a search for "Scrollbar Height" Anyway - the setting is in Settings / Charts / Display - under "Dimensions/Sizes". What other frame elements? The window borders and caption height are set by the OS...
  19. They changed their login process. Jerry is working on changing MT to reflect that. Will notify here when that's done.
  20. C# is one of the languages that requires a variable's explicit declaration (unlike something like Lua) So, before the line public void MainCalculation() you need to add this line: DateTime LastTriggeredTimestamp = new DateTime(0); that would declare the variable and eliminate the error.
  21. True range: Max of the three values: Candle High - Candle Low Absolute value of Candle High - Previous Candle Close Absolute value of Candle Low - Previous Candle Close Average it either by using SMA or EMA.
  22. I will add a few pixels to the current position so that it is distinct from the top / bottom of the candle.
  23. Don't get me started on big companies' management....
×
×
  • Create New...