Reply

pseudo code mangled upon editing strategy

1 replies

murty

Customer, bbp_participant, community, sq-ultimate, 99 replies.

Visit profile

9 years ago #113092

1. If I edit the strategy with following pseudo code:

 

Close Below BollingerBands(…)

 

and save it, SQ changes the code to the following INCORRECT code:

 

close(1) < BollingerBand_Up(…)

 

The correct code be: close(1) < BollingerBand_Down()

 

 

2.  Unbalanced parantheses in pseudo code:

 

Move Stop to (LowestInRange(1, 0, 2, 0) + (0) * 0.0 pips)) on bar close;

0

Mark Fric

Administrator, sq-ultimate, 2 replies.

Visit profile

9 years ago #128290

thank you for reporting it. but we’ll not fix it in the current version, new version 4 will have different and improved strategy editor.

Mark
StrategyQuant architect

0

Viewing 1 replies (of 1 total)