Post
Topic
Board Trading Discussion
Re: Isis ATP [Automated Trading Platform] - Discussion
by
Aido
on 26/04/2013, 01:01:57 UTC
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.log

If 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.