Search results

  1. R

    Is this stop behavior normal?

    Trusting the trigger method is correctly set, there are conditions that can produce the issue you have suffered. Per example, if the wick above your stop-loss is result of a trade executed thru FINRA the SL will not be triggered.
  2. R

    Adding studies to a TWS chart

    Hi all, Does anyone knows if it is possible to add (new) studies to the TWS charts or, via API, place horizontal lines automatically , like the prior's day high, low, or pre-market levels. Thanks
  3. R

    TWS - Group Window's Feature Removed in latest version

    gaz0001, In the login window, go to more options, select STABLE version and apply & log-in On my end it fixed the problem
  4. R

    Real time OHLC intraday data (API) provider

    Hi, Can anyone recommend a API market data provider were I can get intraday OHLC for 1 min, or 5 min candles in real time (i.e. getting the last completed candles before the request). Thanks
  5. R

    Candlestick pattern in IB API on c++

    Hi Sivon, In order to make use of the reqHistoricalData function, you must change the TestCppClient script which I suppose you are using to return the requested data into a list or, preferably into a data frame instead of printing it to the console. Only after storing the data (OHLC) you can...
  6. R

    TWS - Group Window's Feature Removed in latest version

    Doesn't work on my end as well. It is in fact a huge down step change.
  7. R

    C# TWS API - get position information

    Hi Topper, First of all I must say that I'm a C# newbie that picks some program routines in forums and then adapts them to my needs. Regarding to your issue, the way I found to get around the position problem was direct the reqPositions() return - of all open (and opened) positions in the...
  8. R

    PDT for IBIE

    Thks for the info
  9. R

    PDT for IBIE

    Does anybody knows if the PDT applies to IBIE accounts? Since the account transfer from IBUK to IBIE the "Day Trades Left" are not shown in the account window.
  10. R

    Delay on requesting contract details

    The delay happens only on CFD contracts, not on stocks.
  11. R

    Delay on requesting contract details

    Probably the problem is on my side. Thks for the feedback.
  12. R

    Delay on requesting contract details

    Hi, Is there anyone experiencing today a delay on the reply to the reqContractDetails enquiry via API? For some contracts (like AAPL and AMD) I get the reply after 30s or more, but the last value and ticker info is as usual. If anyone knows what could be causing this issue I would appreciate...
  13. R

    Any platform that shows pre market RVOL?

    Indeed there's no RVOL indicator in TWS, however you can configure a scanner to show the pre-mrkt volume ("volume") and the opening volume Average. With those values you can easily compare the current pre-mrkt volume against the average.
  14. R

    Adjustable Stop-Loss

    The "update" confirmation only occurs if the order is sent via a API program and although it requesting a confirmation, the adjusted order is active and it works.
  15. R

    Adjusted stop TWS

    Mattzigs, according to the images, you are only setting the default parameters in the global settings and not placing any order instructions. For that you can place a normal stop-loss order in the order entry and then modify it thru the order ticket. In that menu you fill the Adjust stop /...
  16. R

    Adjustable Stop-Loss

    Hi guru, before posting I searched the Global Configuration settings and didn't find anything. Thanks
  17. R

    Adjustable Stop-Loss

    Hi, Does anyone knows a way to override the "Update" confirmation shown in order box to accept a stop-loss value update adjusted automatically? I'm sure there is something I'm missing because it makes no sense to confirm manually something that is designed to be automatically. If anyone knows...
  18. R

    Hotkey/Hotbutton for partials

    Hi patan, To my knowledge there are a few 3rd party software to integrate with IB, as DAS, Ninja Trader, Kinetic and IQFeed (all payed). I didn't tried any so I can't give a recommendation.
Back
Top