Jump to content
Medved Trader Forums

Doug Hayman

Members
  • Posts

    298
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Doug Hayman

  1. Mike (or Jerry),

    I have an old Wealthlab system (Pascal-based) that I still use for back-testing, but unfortunately it doesn't support Range Bars, which has become a favorite in my trading.  I'm looking into trying to accomplish this in MT, if possible.

    Paintbars are great for real-time trade alerts, but if I want to test my logic over 120 days, it is cumbersome to have to manually inspect trades, profit, etc.

    I am intrigued by your post above, where you suggest that Paintbar logic can simulate trades and alerts.  As far as I can see, Alerts in Paintbars can only add visual or audio alerts, but cannot record/simulate trades.

    1) Could you provide any examples on how I could send simulated trades (using a simulated acct) to the Alert Mgr, which in turn, could be fed into the Account View screen, which could then automate the calculation of P/L?

    2) As an aside, are there any plans for any sort of crude back-testing facility being released in MT, or is your focus in developing a trading API that can be accessed in Paintbar logic?

    Thanks in advance for any advice you can provide on the above.

  2. Hi Jerry,

    No personal harm done today, but this is the 2nd time I've done this.  I recognize that you auto-center price on the DOM in a slow fashion to avoid whipsaw re-centering, but in a fast moving market, it is sometimes necessary to manually re-center price on the DOM.

    That said, when I manually tried to center price on DOM, I inadvertently pressed "11 contracts" by accident, which is way more than I trade with.  Fortunately I caught the error before my trade was executed.

    Suggesting that a setting option be made to keep the re-center button where it is (for those that like it there), but also have option to move it to the center of the Grey areas on both sides of the DOM on outside border, which is where we would want prices center, and which isn't used for any mouse click action currently.

  3. Good morning.

    Is there a way to suppress the displaying of active Paintbar names (and Indicator names) from appearing on the MAIN portion of an Intraday Chart?

    When I have smaller chart windows on my MT desktop, these names tend to display across top of chart which can be disruptive to visualizing bars and/or indicators that are at the top right portion of these screens.

    Thanks in advance.

  4. A nice addition to the Draw Line feature would be to specify a horizontal line to be drawn at a specified value.  For example, on a daily basis I draw a line for the prior day's High/Low.  Of course, it can be done manually now, but sometimes with scaling, it can be a little tedious.

  5. I have a paintbar that assists me with trading that works well graphically, but not in sound.  In the code, I have Trigger Alerts defined in code for both a Buy Stop and a Sell Stop.  I paint bars in the same block of code as the alerts, and the painting of the bars work fine 100% of the time.  For these 2 alerts, I also have Sound alerts defined, with the following settings:

    When Triggered, clear after None Seconds (default setting)

    When Clear, restart after "Immediate" Minutes (default setting)

    Everything else checkbox-wise is turned off except for "Play Sound", and i have respective 'Buy Stop' and 'Sell Stop' audio sound .m4a files defined for them.

    The audio alerts are going off sporadically, but not consistently.  There are times when my Paintbar result is displayed graphically, but no sound alert.

    Have you seen this before?

  6. Follow-up question please:  Is there any way to generate CSV or ASCII files for TimeBar data (1 min, 5min, etc) containing OHLCV data, from within MT?

    I could write a program that uses the tick data CSV file discussed above that parses and constructs this type of data from it, but I was hoping that it somehow can be generated from within MT.

    My interest in this is to facilitate the importing of this data into a backtesting system of mine, but this system requires tick data to be in OHLCV format.

  7. Sorry, I have AUTO->OTOCA selected.  What I'm saying is that my cursor is position on Sell Side of DOM and Sell Stop is displayed in the bubble (but I haven't executed trade yet).  Market price goes below this Sell Stop price, but I still haven't executed trade.  On the Cursored price, it still says Sell Stop in the bubble as the order. 

    My question is once market price dips below this original price, and I'm still cursored on the original price, should MT change the potential trade executed at this price to be a LIMIT STOP instead of a Sell Stop?  When I execute trade at this original price, once market price is lower than this price, it executes as a Stop Market at the current market price.

    Does my explanation make sense?

  8. Hi Jerry,

    Trading MES futures, and have my cursor on the DOM for an OTOCA Sell Stop, but have not entered order yet.  While my cursor is on a specific price on the DOM (but not yet executed) the price runs below the price I am cursored at for the Sell Stop.  I execute trade, and am I filled at approximately current market price.  So my question is, should I have been executed as a Sell Stop, or should I have had order submitted as a Limit Order at the price my DOM cursor was at (which is what I was hoping)?  To change that Stop Sell order to a Limit Order I would have had to move my cursor off the Sell side and repositioned at the same price to make it a Limit Order.

    Comments?

  9. Don't knock yourself out on this one.  Purely a nice-to-have.  I typically use 68/32, instead of 70/30.  It really won't make a major difference to me either way, except for the shading part, but I'm using a paintbar to provide me with the RSI check anyway (among other things).  Thanks anyway.

×
×
  • Create New...