[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

My Mistake on Foreign()



PureBytes Links

Trading Reference Links

Hi, all,
to avoid the mistake I have done with foreign function,
there is a big difference if you want the ref(L,-1) of a foreign 
between ;
AB is right,
Coclusion, I suppose we can call only array H,L, O, C, V with foreign
and built the indicator outside the "".

stephane

Aa= Foreign("999150","ref(L,-1)");
Ab= Ref(Foreign("999150","L"),-1);

Graph1=Aa;
Graph1Color= 7 ;
Graph1Style=1;
Graph2=Ab;
Graph2Color= 8 ;
Graph2Style=1;