Any Text-file Editor specialists here ? (having some trouble editing a tickdata fil)

Quote from WinstonTJ:

I'm no programmer but I can tell you that sub-second prints make a huge difference with regards to a backtest/simulation.
as long as your backtesting platform supports sub-second timestamp.
 
You can use Excel functions: 1. to get sub strings of what you need, and then 2. to concatenate those sub strings to one single string.
 
Quote from loltrader:

gawk and yes.

thank you. how exactly do i make a call to gawk from the cmd window ?
i do need to point to the directory ?
i have been able to find alot information and tutorials about gawk but what they dont tell you is how to install gawk on windows
 
There's a lot of unix based tools that will make your life a lot easier if you put in a bit of effort. I'd recommend installing it inside a VM and playing with it if you have some free time.
 
Back
Top