Hi, I was testing a system in forex, with positionsize=-3/stoploss*buyprice; so that I could risk 3% of my equity on each trade. Sometimes the stoploss is just a few pips, so the position size gets larger than my equity size, but since my account margin is set to 1, I should be able to trade at maximum with 100 leverage. The problem is that the backtester doesn't generate any trade. So I started trying several values for position size, and it works fine until positionsize=-1000; (leverage=10x). If I set postionsize=-1001; or above then one of two things happen: theres no trade generated or the positionsize in the trade lsit is incorrect. Can someone help me on this? (I'm using version 5.0)
thanks
