Reply

adding multiple conditions in one

1 replies

traderthomas

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

Visit profile

1 year ago #282083

How to add multiple conditions in one like

O+H+L+C/4 and this value is greater than x buy. 4 weights OHLC

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

11 months ago #282124

Hi,

you can do this in AlgoWizard. Setup a comparison “>”. On the left side first setup a division (#left#) / 4

Under the #left# part add multiple additions (using nesting) like

((Addition 1 + Addition 2) + (Addition 3 + Addition 4))

The final formula will be:

((Addition 1 + Addition 2) + (Addition 3 + Addition 4)) / 4 > x (input variable)

0

Viewing 1 replies (of 1 total)