Comment on Pi bridge - gateway to trade using other programs
Can we apply this coding in Zerodha PI & How?
a = hhv(close, 200);
b = ((a / close) – 1) * 100;
filter = b < 1; // Near all time highs
Can we apply this coding in Zerodha PI & How?
a = hhv(close, 200);
b = ((a / close) – 1) * 100;
filter = b < 1; // Near all time highs