No, when you import the executed trades in a day or an hour (it doesn't matter),you get the trades that have been executed by sellers and buyers,I want to import the traders that only have been executed by sellers or by buyers.
No, when you import the executed trades in a day or an hour (it doesn't matter),you get the trades that have been executed by sellers and buyers,I want to import the traders that only have been executed by sellers or by buyers.
To my knowledge, the easiest way to obtain the "Trades at Ask" and "Trades at Bid" is to export the whole data set using the Tick Downloader (Tools --> Tick Replay --> Tick Downloader), and then run some kind of VBA script on the data set to parse out the trades that were filled at the last best bid or ask.