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") )...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.