I ran the BasicTemplateAlgoFramework sample, feeding in 4 currency pairs as data. The results are a bit confusing. Hopefully someone could help explain:

1. The algo on the whole makes a loss (based on equity), however, has $2,445 unrealized profit. However, The Overview says all 110 trades resulted in a loss (average win = 0. loss rate = 100%). How does this stack up with the overall equity and the equity curve which made a V shape ?

2. How do I see the direction score by assets ? i.e. which currency pair performs best / worst ?

3. Is there anyway to plot a normal curve for probability of wins so that we could find out the optimal values for a specific parameter ?

Author