PureBytes Links
Trading Reference Links
|
At 7:57 AM -0500 9/17/02, Steve Gibbons wrote:
>Why do you say the behavior would be the same in both the system and indicator? If I understand this correctly the reason it is not being called on every bar in the system is because it is within an "IF" statement. But the code to plot the indicator would not be conditional.
We do not have the code for the indicator so I am just guessing, but
I assumed he put the Plot statement in the indicator at the same
place as the Buy statement in the system:
if C > xaverage(C, L3) then Plot1(....);
Bob Fulks
|