I am trying to write a custom indicator in Quantopian. This formula is below and it would be used properly under daily data.
DD:=(EMA(((CLOSE-AA)/(BB-AA))*(4),4))*(25);
LL:=(((DD-LLV(DD,21))/(HHV(DD,21)-LLV(DD,21)))*(4))*(25);
I don't know how it can be wrote in the platform.