Dear Support,
If I run my strategy in the JForex client, the messages of the strategy can be saved to a .csv file. These messages are generated by console.getOut().println();
If I run the same strategy using the TesterMain class from the JForex SDK in Eclipse, I can see the same messages appear in Console of Eclipse, together with some other messages. I have 2 questions regarding this Console output:
1) How can I avoid messages like
2013-01-07 22:15:06.256 INFO singlejartest.Main - Running, Sun 2011.07.10 04:30 Eq: 49,785.92 UoL: .00%
2013-01-07 22:15:06.270 INFO singlejartest.Main - Running, Sun 2011.07.10 05:00 Eq: 49,785.92 UoL: .00%
2013-01-07 22:15:06.283 INFO singlejartest.Main - Running, Sun 2011.07.10 05:30 Eq: 49,785.92 UoL: .00%
2013-01-07 22:15:06.296 INFO singlejartest.Main - Running, Sun 2011.07.10 06:00 Eq: 49,785.92 UoL: .00%
2013-01-07 22:15:06.308 INFO singlejartest.Main - Running, Sun 2011.07.10 06:30 Eq: 49,785.92 UoL: .00%
to appear in the Console. I don`t need these.
2) How can I store the messages that are important for me (the ones that are coming from the strategy`s console.getOut().println()) in a .csv file, just like the JForex Client does.
Thanks and regards.