Australian (ASX) Stock Market Forum

Recent content by Hidden Lucas

  1. H

    Amibroker FAQ

    All works fine! thanks a lot!
  2. H

    Amibroker FAQ

    Hey! Thanks a lot! very helpful I've got other problem. I write simply code which I want backtest but they doesn't work fine and I don't know why. Code: _SECTION_BEGIN("test"); sr = MA(C, 150); Plot(sr, "Srednia kroczaca", ParamColor("Color", colorViolet), ParamStyle("Style") )...
  3. H

    Amibroker FAQ

    It's my first post, so I want say Hello, from Poland ;) I have a little question. Is possible set position size of 10% equity by not less than 1600? (damn high provision :mad: ) e.g Initial Equity: 10000 max open positions: 5 or whatever In my code I set: SetPositionSize( 10...
Top