Quote from Bob111:
one more time i'm asking IB for certain features that can be actually beneficial for ANY trader. not some nonsense that no one is using ,but something that might help us. let's get back to my favored 'greatly improved' T&S window.
please bring back the total volume column. put it back where it was before. it was very useful,specially in premarket(i did post examples while ago,why it's important)
allow customers to change columns and their positions. make sure they are saved and next time customer opens T&S window-everything should be in same order as he placed it.
allow customer to change colors. SPECIFICALLY-prices and sizes in this T&S window. having only 1 option-grey on black ain't even funny(great color combo btw! really easy to see). same for grid.
allow customer to choose number of digits AFTER DECIMAL POINT.
if there is a sub penny trades-i want to see them! why on chart price iare reported correct and in T&S all trades are rounded to 2 digits after decimal point?
and finally- please, ADD EXCHANGE NAME,where trade did take place.
all those fields\columns should be optional and customer should have an ability to add or remove them.
i'm not asking some complicated or unique or hard to implement features. those are common things and every decent broker or data provider has them
Thank you!
Quote from chris743:
IMO there is a bug in the calculation of the EMA for different time periods on the same time frame.
eg: the EMA(78) in my example has a different value at the last bar when i look at the 5day chart (hourly bars) compared to the 15day chart (when i look at the hourly chart).
interactive brokers wants me to believe that this is correct. but the guy from the helpdesk didnt seem to copy and paste. he wants to explain me thats correct but his formula just says it must be the same.
----------------
IB Support:
I understand your point that both chart are hourly bars with the EMA (78). But the EAM(78) values are different with the time period 5 days and 15 days. As I said the EMA is expected to have different values for the same bar over different periods. EMA takes into account all past data and dependent on past values "forever", not only k items, while SMA(k)/WMA(k) only take into account k past data points. So the calculation over different periods will not produce the same results for the overlapping period. Please refer to the below EMA formula.
EMA formula:
i = the index of the bar
n = the number of periods to use for EMA
factor = 2 / (n + 1)
EMA(1) = SUM(price(i)) / n, where i = 1, 0, -1, ..., (2 - n)
For i > 1:
EMA(i) = factor * price(i) + (1 - factor) * EMA(i - 1)
Quote from Bob111:
allow customer to choose number of digits AFTER DECIMAL POINT.
if there is a sub penny trades-i want to see them! why on chart price iare reported correct and in T&S all trades are rounded to 2 digits after decimal point?
and finally- please, ADD EXCHANGE NAME,where trade did take place.
all those fields\columns should be optional and customer should have an ability to add or remove them.