I have a strategy which places about 1 trade per day according to [Test] mode. But when I deploy it in [Trade] mode, it never makes a trade. I see messages like this:
Loading HKD/JPY prices.. 2865 h
Loading USD/DKK prices.. 2863 h
Loading USD/NOK prices.. 2865 h
Loading USD/SEK prices.. 2865 h
[AUD/NZD::S] Skipped: Lots/Margin = 0
[HKD/JPY::L] Skipped: Lots/Margin = 0
[584: Tue 04.03. 20:00] 90.359
[AUD/NZD::S] Skipped: Lots/Margin = 0
[HKD/JPY::L] Skipped: Lots/Margin = 0
[585: Wed 05.03. 01:00] 91.462
[AUD/NZD::S] Skipped: Lots/Margin = 0
[HKD/JPY::L] Skipped: Lots/Margin = 0
I have Lots left at default, and I have Margin set like this
Margin = OptimalF * Capital * sqrt(1 + (WinTotal-LossTotal)/Capital);
following a suggestion in one of the workshops.
Where should I look next to diagnose this?