Hi jcl,

There appear to be a couple of bugs or my misunderstandings happening with the Simulate script. Either way, I could use your help! laugh

1) I was trying to reconcile using my trades.csv in Simulate with the account's values. The only way I've been able to achieve this is by replacing "ThisTrade->fProfit = tProfit;" with "ThisTrade->fResult = tProfit;". Should it be fResult? If fProfit is correct, how do I reconcile? The calculated return is also very different between the two...

2) The plot produced by Simulate when clicking Result is missing the last few bars on the right side - almost as if the right Equity scale is overwriting those last bars. I've tried all the parameters I can see in the manual but none of them have caused these bars to appear. How can I get them plotted?

Thanks.