Hi All,
I have been struggling to understand the different sale conditions for US stocks.
(https://www.interactivebrokers.com/en/trading/tradeConditions.php)
I am referring to sale conditions such as:
* Acquisition ({"UTP": "A"})
* Average Price Trade ({"CTA": "B", "UTP": "W", "FINRA_TDDS": "W"})
* Automatic Execution ({"CTA": "E"})
* Bunched Trade ({"UTP": "B"})
* Bunched Sold Trade ({"UTP": "G"})
* CAP Election ({"CTA": "I"})
* Cash Sale ({"CTA": "C", "UTP": "C", "FINRA_TDDS": "C"})
...
I can see that TradingView or Interactive Brokers have different highs and lows than what I have in my PolygonIO data. I am guessing that they exclude some of these order types.
Question 1: If I want to recreate the same charting UI, which sale conditions should I also exclude?
Question 2: Which of these types would not affect my stop or limit orders? For example, if the condition is Acquisition, would that trigger my stop or fill my limit order?
Question 3:Is there any free or paid tutorial regarding these types?
If someone could help me out with this, I would really appreciate it.
I have been struggling to understand the different sale conditions for US stocks.
(https://www.interactivebrokers.com/en/trading/tradeConditions.php)
I am referring to sale conditions such as:
* Acquisition ({"UTP": "A"})
* Average Price Trade ({"CTA": "B", "UTP": "W", "FINRA_TDDS": "W"})
* Automatic Execution ({"CTA": "E"})
* Bunched Trade ({"UTP": "B"})
* Bunched Sold Trade ({"UTP": "G"})
* CAP Election ({"CTA": "I"})
* Cash Sale ({"CTA": "C", "UTP": "C", "FINRA_TDDS": "C"})
...
I can see that TradingView or Interactive Brokers have different highs and lows than what I have in my PolygonIO data. I am guessing that they exclude some of these order types.
Question 1: If I want to recreate the same charting UI, which sale conditions should I also exclude?
Question 2: Which of these types would not affect my stop or limit orders? For example, if the condition is Acquisition, would that trigger my stop or fill my limit order?
Question 3:Is there any free or paid tutorial regarding these types?
If someone could help me out with this, I would really appreciate it.