Hi,


Say I have a custom candle function

myfunction (a,b,c)

Can the same USER DEFINED function name be used inside various time intervals?

timeframeset(4*inhourly);
abcresult=myfunction(a,b,c);
timeframerestore;



timeframeset(indialy)
defresult=myfunction(a,b,c);
timeframerestore;

Thanks,Padhu

Reply via email to