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

Input box using VBscript



PureBytes Links

Trading Reference Links

Tomasz:

What is wrong with this:

EnableScript("vbscript");
<%
Dim Input
Input = InputBox("Enter your MOV period")
AFL("pds")=Input
%>;

/*Gann HiLo5/10 Cross*/
/*pds=10;*/
HL=IIf(CLOSE>Ref(Ma(H,pds),-1),

Thanks

Steve