Antwort

Custom block condition problem

2 Antworten

SerkanS

Abonnent, bbp_participant, Kunde, Gemeinschaft, sq-ultimate, 3 Antworten.

Profil besuchen

vor 2 Monaten #285430

Hallo,
I’m trying to formulate following as a signal but having an issue in SQ, could someone help me, please?
RangeHL = High[0]-Low[0];

Inputs = StDev(2), RangeX(25);

Signal = RangeHL > 2.00*StdDev(RangeHL,RangeX) + Average(RangeHL,RangeX);
Ich danke Ihnen.

0

tomas262

Administrator, sq-ultimate, 2 Antworten.

Profil besuchen

vor 2 Monaten #285538

Hallo,

this is currently not possible to do you cannot compute StdDev of HL range. You can only use Open, High, Low, Close, Median, Typical price, Weighted

0

SerkanS

Abonnent, bbp_participant, Kunde, Gemeinschaft, sq-ultimate, 3 Antworten.

Profil besuchen

vor 2 Monaten #285555

Thank you Tomas, I will try different way.

0

Ansicht von 2 Antworten - 1 bis 2 (von insgesamt 2)