PureBytes Links
Trading Reference Links
|
First thanks William, Bob, Hans and Dennis who answered my question, I
was able to solve my problem by using the piece of code Mr. Brower
provided me, here it is:
Inputs: X(0);
If t = Addtime(sess1starttime,X*barinterval) then < your code>;
X is the input to optimize.
The function addtime is the same function (CalcTime) Dennis Holverstott
posted last Saturday.
Best regards.
|