other bug

Questions about MultiCharts and user contributed studies.
gregorio123456
Posts: 117
Joined: 08 Nov 2005
Been thanked: 3 times

other bug

Postby gregorio123456 » 24 Mar 2009

try this is only test

inputs:trend(-1),
test(0.01),bestprice(0), Price( Close ), Length( 5 );
variables: var3(0);

if trend=-1 then
begin
var3=close[5];
if trend= -1 then Sell Short ( "S" )next bar 2 contract at var3 limit ;


end;
if currentcontracts=2 and marketposition=-1 then buytocover next bar 1 contract at entryprice -test limit;
if marketposition=-1 and currentcontracts=1 then buytocover ("test") next bar at entryprice +test stop;

---------------------
in the version 4 and version 5 beta4
why beta enter sell before of buytocover ("test")

only w fixed contracts.......no allow up trader entry order(properties)


why any new release you make..... have bug in place don´t have before it is crazy....... we want any thing stables....

maybe is better you make new version one time for year where last bug no happen and new bug happen in the only news features.......

v3 no bug w total contract......V4 bug w total contract .....now in beta4 no bug w total contracts but bug w this....is crazy .....we don´t know what version is right.........

why do you make workspace w all bugs for test before you make new realese????

thanks
juu

User avatar
Andrew Kirillov
Posts: 1589
Joined: 28 Jul 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Postby Andrew Kirillov » 25 Mar 2009

Thank you for the bug report.

You should understand we release betas to debug. It is impossible to cover all situations in our regression testing, but we do it carefully.
MultiCharts is a gigantic program consisting of millions of lines code. We find majority of new problems in our internal alpha testing, but some issues are discovered by users in beta testing stage.
Please read more information about software development process in Wikipedia if you are interested in this subject.


Return to “MultiCharts”