but also I noticed that it happens only sometimes, not in all cases. Maybe because I'm using paper trading account and tws has some lags
They are independent, have different order id and have their own parent order. And when one stop loss triggers another being canceled (take profit...
Hi everyone, noticed an interesting thing. If I have 2 bracket orders (with take profit and stop loss) on the same contract and one stop loss...
Thought about that, but I need not only closing price, but also low, hight and open prices. That's why I need historical data. I read their rules...
Hi, I'm developing a trading bot based on IB api (actually, I almost finished and it's working jast well), but jast found out that I can make only...
void MyEwrapper::historicalData(TickerId reqId, const Bar& bar) { cout << "Open: " << bar.open << " Close: " << bar.close << endl; } You...
Thank yoy very much! It's working! Interesting fact: I never used Python but figured out how to connect to TWS and get hisyorical data in less...
Hi, there is no errors and evetyrhing is working well but after calling C->reqHistoricalData(100, contract, "", "1 D", "1 hour", "MIDPOINT", 1,...
Thank you! This is sad. I didn't found any 3rd party who can provide a functionality at list like Pine Script. There are some libraries for python...
I wonder if there some way to use c++ IB API for canndlestick patterns. There are functions like "get historical data" etc but they dont return...
Separate names with a comma.