what the quickest way to see the profit and lose
If you are using Linux just grep the log file for the word profit:
grep -i profit aidoatp.logIf on Windows I suppose you can do something like the following from a DOS prompt:
type aidoatp.log | find /I "profit"This will allow you to use the log timestamps to compare profits/losses made to what market conditions were at a certain time, helping you pick the best trading logic.
How exactly would you, personally, go about choosing the best logic? I mean, could you elaborate a little more? I'm really trying to learn as much as I possibly can about markets, but I'm new to this... I'm actually going to try and get into a class about all this in the fall. What class would this be?