PureBytes Links
Trading Reference Links
|
> Interesting system.
> The System doesn't verify. The problem is that the function, "Setup",
> requires an input, "R", when it is called in the System.
> Condition3=Setup>Lvl;
> should be:
> Condition3=Setup(???)>Lvl;
> What did you intend the argument "???" to be?
> >Inputs: Price(C),R(12),S(26),Q(9),StupLn(21),Lvl(.3);
Sorry. That's what you get from typing from the top of your head.
Condition3=Setup(StupLn)>Lvl;
|