Jump to content
Medved Trader Forums

Doug Hayman

Members
  • Posts

    293
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Doug Hayman

  1. Easy for you to say as the Designer! I wasn't aware of that feature. Much better, and safer. Thanks again!
  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. Hi Jerry, I use Pivot points on my intraday chart which are DAILY Pivots. If I want to access these pivot values in Paintbar code, should I be creating variables that are either: 1) Pivot Points (Intraday) and select DAILY; OR 2) Pivot Points (Historical) and select DEFAULT Thanks in advance.
  5. Wow, you're on fire! Great again, wasn't aware of this. Thanks!
  6. 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.
  7. OK thanks, I'll try that. I interpreted "None Seconds" as an immediate clear.
  8. 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?
  9. Awesome again, thanks! Vaguely remember this from years ago from QT days, and didn't know of its availability. This will save me hours/days of work over writing a program to parse tick data file and construct OHLCV.
  10. 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.
  11. Is there a way to export quote data (tick data) in ASCII or CSV format, or is that a violation of data feed vendor's agreement?
  12. Ok, fair enough. It was a fast moving market at the time, and I didn’t execute my desired Sell Stop in time. I’ll shake the mouse next time. Thanks.
  13. 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?
  14. 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?
  15. 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.
  16. Not a major big deal, but if it would be easy to implement, I would like to see custom upper/lower thresholds to be allowed to be defined and displayed graphically for RSI. Thanks in advance.
  17. Dang! That's it. I didn't know I had to set the port # on Settings / Data Sources / Config Accounts. I thought my selecting the Source to Interactive Brokers, it took care of itself. Thank you very much for setting me straight! I had been running with existing accounts for so long, before accidentally deleting my Simulated acct, that I forgot about that setting.
  18. OK, I think I'm going nuts, and can't figure this out. Per above, I changed my TWS IB Simulated account to Port # 7495 (from default 7496). I changed Simulated Config session on TWS to match that port #. When I fire up TWS Simulated and try to connect MT to it, I'm not getting any data feed data. If I look in Sources in MT, IB Simulated is listed as "Streaming", and IB Live is listed as "Faulted". When I switch back TWS Live/MT Live all works fine. When I go back to TWS Simulated/MT with port # restored to default port 7496, it appears to be working fine. I'm sending you my log file; if you get the chance, I'd appreciate if you can tell me what I'm doing wrong. TIA.
  19. OK, I just wanted to be sure, because I regularly use both Live/Demo. Bottom line is if I'm logged into TWS demo on the back-end, and MT connects, there is no way I can submit a trade to the Live back-end TWS in that scenario, correct? The reason I ask is that the MT account config looks exactly the same to me, except for the possible enabling of the "read-only" flag. Again, I've been using this for awhile, but I inadvertently deleted my MT IB demo account somehow. I tried changing port # for the IB demo acct (just to be safe), but couldn't connect with MT last night. I'll try again, after hours today.
  20. Just want a confirmation on this to be sure please: I had 2 MT IB accounts set up (Live and Demo), and somehow I must have deleted the IB Demo Account in MT. So, I re-created the Demo account in MT. I seem to remember in the past that the Live and Demo IB versions had distinct API Port #'s, but logging into IB Live/Demo back-ends respectively, they seem to use the same API port # now, by default. Just want to make sure - there is a "Read-only" flag associated with accounts. By setting this flag for my IB Demo acct, will that ensure that any trades made against it, when my IB Demo account is the selected acct for trading in MT, will: 1) Go to my IB Demo account? 2) Allow me to simulate trades against this account? Thanks in advance. P.S. As an aside, I tried changing the IB Demo account API Port # to a different # from the default 7496, but MT didn't connect to it. Maybe you guys are always assuming the default API Port #.
  21. LOL, thanks for humoring me! I do grab news from my TD Ameritrade feed, so that makes sense. Thanks again!
×
×
  • Create New...