Jump to content
Medved Trader Forums

Jerry Medved

Members
  • Posts

    9,202
  • Joined

  • Last visited

  • Days Won

    450

Everything posted by Jerry Medved

  1. thanks. Just fixed it up so it does not happen again. will be in next update
  2. I will need to contact you via email to go deeper.
  3. I checked the log you sent. It seems to be working now, BUT the login you are using seems to have one account and the status is "unopen". Are you sure that live account is working?
  4. MT was having problem reading accounts. I sent you an update via email earlier today
  5. it could be. If you still have a problem., send me the log file and I can check
  6. leave the alt quote source as none, and that would not impact login anyway. basically same thing just that you must have all 3 and you must enter the same userid/pass onto the webpage that pops up. sorry about that extra step but their login page is convoluted as heck.
  7. Ameritrade transactions update way faster than Fidelity when you place an order, Particularly noticeable if you have many transactions on the given day. Positions and balances on fidelity are also a bit delayed (at least a few seconds) compared to Ameritrade and Fidelity. Purely on technical, Ameritrade is better. But Fidelity Price Improvements are dramatically better, thus making it worth dealing with the disadvantages :). I do not know about Tradestation
  8. I have not used TradeStation for daytrading. Do use Fidelity and their price improvements are great. Definitely better than TD Ameritrade (my other go to). I would say Fidelity is the one to beat. Their systems are not as good as Ameritrade or some others, but the PIs definitely make up for it
  9. in MT the login for quotes is separate from login for trading. sounds like you have the quotes working. but not trading. So...... on SETTINGS / TRADING / ACCOUNTS, click ADD and select WEBULL PAPER TRADING (NOT the other one - that other one is for live accounts only). Now enter the email and password. when you click verify & Get accounts, you should get another login window with the Webull Login page. You will need to select EMAIL tab there and enter the same info again. Make sure to enter the SAME login info there that you entered in MT. Let me know if that works OK for you
  10. well, that would be 2 independent orders placed at the same time. What if it never executes the buy?
  11. use of POS and PosAbs would require for the hotkey to be hit after you are in a position. If you want it to be combined with the entry, you would have to do a OTA order so the logic would be different. The Quantity would be the same for both orders and you would just set the price to be the offset. But in that situation you would know if you are going short or long - would not have to code for it, no?
  12. 0.1% is not a valid thing. You can just multiply... so Ask*1.001 or Bid * 0.999
  13. lets say you want the stop order 5 cents above the ask or below the bid depending on direction. you can set it to be Pos < 0 ? Ask + 0.05 : Bid - 0.05 So if you are Short, position will be less than zero, so the stop will be Ask+0.05. if you are Long, position will be greater than zero, so the stop will be Bid-0.05.
  14. sure. the action field can be an expression. you can do stuff like Pos<0 ? "Buy" : "Sell" similar stuff for price - can add or subtract the offset from the bid or ask depending on POS being < or > 0.
  15. We do not manage the order. MT just sends it to the broker. So if the broker supports OTA orders with trailing stops, sure you can do that.
  16. y, kind of did. NOTE: our replay just replays the data you see in raw data window. Stuff is not saved separately and Level II is definitely not saved. The problem is making it User Friendly - right now we have stuff that can replay from one symbol to another, so I would commonly do stuff like replay from AAPL to TEST (a dummy symbol). But that is not practical for public release.
  17. yes but everything about the PB/scan stuff is setup around the charts and candles and iterating through that. What you are suggesting is not just a little feature update
  18. its just that what you are suggesting is so "putting a square peg in a round hole". The scans are definitely not intended to be used for that type of persistent data.
  19. we do not support the crypto symbols via IB at this time. you can get BTC futures quotes though
  20. we may add filtering in the future. The above stuff is for now. As for multiday high/low - that may be doable since we have current day high/low and Prev Day high/low, but as a general thing, most other data would not be available like that since that filtering must occur on data that we have for EVERY symbol.
  21. Hmm, that would definitely mess things up - both P&L and the indicators since that means you sold more than you had, thus the reverse position indicator. I will go back to the other screen shot and log you sent to see what's up
  22. no, do not have something like that.
×
×
  • Create New...