gb1980be
Joined 16.10.2013
Reliable results ? Or joke ? 02 Dec 2013, 14:27
Hi,
What do you think about this ?
Old Account 02 Dec 2013, 19:30
Add this code
protected override void OnBar() { Print("Free Margin: {0}", Account.FreeMargin); }
And check it again
jeex 02 Dec 2013, 19:52
Indeed it would be nice to see the numbers the blanked-out area of the Events. There we can see the development of Balance and the pipsizes of the trades.
That's how you could really impress us, gb1980be.
rkokerti 02 Dec 2013, 21:40
"Nice" Drawdown! :D :D :D
Old Account
02 Dec 2013, 19:30
Add this code
protected override void OnBar()
{
Print("Free Margin: {0}", Account.FreeMargin);
}
And check it again
@Old Account