[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Margin Bug?



PureBytes Links

Trading Reference Links

I have written a script to simulate buy and hold:

Buy = 1;
Sell = 0;

I have tried this script using various account margin settings. Using 
50% margin the results are as predicted. Using a margin setting >= 
56.1, the system does not trade.

Has anyone else encountered this?