How about the famous NR7 and the IDNR4. Is there an EFS for that? I would want the NR7 to have a pink diamond shape on top of the bar and the IDNR4 to have a blue circle on the bottom of the bar...
From mestastock NR7:
HIGH-LOW<Ref(LLV(H-L,6),-1)
From mestastock IDNR4:
HIGH-LOW<Ref(LLV(H-L,3),-1) AND
HIGH<= Ref(HIGH,-1)
AND LOW>= Ref(LOW,-1)
From mestastock NR7:
HIGH-LOW<Ref(LLV(H-L,6),-1)
From mestastock IDNR4:
HIGH-LOW<Ref(LLV(H-L,3),-1) AND
HIGH<= Ref(HIGH,-1)
AND LOW>= Ref(LOW,-1)
Comment