Is it possible to detect the time frame of the chart within the efs code?
I want to be able to do different things depending on the time frame.
i.e.
IF TimeInterval = "5 Min" THEN Do "A"
IF TimeInterval = "Daily" THEN Do "B"
I want to be able to do different things depending on the time frame.
i.e.
IF TimeInterval = "5 Min" THEN Do "A"
IF TimeInterval = "Daily" THEN Do "B"
Comment