Question about Backtest Futures mode

Good day Sirs,

I am using Backtest on Stock Futures. I want the backtest to be done with only 1 Lot. I have defined 1 Lot qty = Nos. of shares in "Information" window for all stocks in my backtest.

Please help how it can be done.

Read carefully
https://www.amibroker.com/guide/h_futbacktest.html

1 Like

I solved it by adding following line to code

SetPositionSize(1*RoundLotSize, spsShares);

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.