PureBytes Links
Trading Reference Links
|
Tomasz,
is it easily possible to add an option when we baktest a long &
short system
to do NOT take the buy & sell as reversal
I mean when we are in a tradeLONG=Flip(Buy,Sell);
Short=Short AND NOT(TradeLong);
and vice versa if we are in
tradeSHORT=Flip(Short,Cover);
the sell = sell and NOT(tradeLONG);
Stephane
|