Trying to simulate crypto assets, f.i. for BTC on Binance the minimum amount of BTC you can buy is 0.000001.
The manual says that fractional LotAmount is supported, but it doesn't seem to work for me. I set it to 0.000001 in the Assetlist and confirmed in the script using a watch statement that LotAmount is indeed that value right before trading, but then it still buys and sells a full Lot, the entire Bitcoin, which I can see in the log file. Using a simple enterLong/enterShort with the default Lots of 1.
What am I missing?

Last edited by MegaTanker; 10/03/21 22:15.