Reply

What does a rule with only “true” means?!

1 replies

Karish

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

Visit profile

6 years ago #200926

Does anybody know what “true” means in a strategy that SQ exports?
LongEntryCondition = true
ShortEntryCondition = true

i cant even think about what it can be..

 

 

====================================================================
== Entry conditions
====================================================================
LongEntryCondition = true
ShortEntryCondition = true

====================================================================
== Entry orders
====================================================================
— Long entry
if LongEntryCondition is true {
if No position is open then Buy on open at Market;
Stop Loss = 254 pips;
Profit Target = 140 pips;
}

— Short entry
if ShortEntryCondition is true {
if No position is open then Sell on open at Market;
Stop Loss = 254 pips;
Profit Target = 140 pips;
}

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

6 years ago #200937

Hello,

this seems to me as a strategy that always has a trade open or keep stop/limit orders active

0

Viewing 1 replies (of 1 total)