PureBytes Links
Trading Reference Links
|
Hello
If I make a function called >> nHigh << with the following code, would it
work (realising the directory path is correct)?
DefineDLLFunc: "c:\omega\prog\ANYOHLC.DLL", int, "MyHigh", multiple;
Inputs: ForeAft(NumericSimple);
nHigh = (MyHigh((LPLONG)&High,(Int) ForeAft))/PriceScale;
(Then in any code I might for eg. put .... If nHigh(-5) then.... )
Before I damage my installation, thought it best to ask,
Regards and Thanks
Jon Macmichael
|