PureBytes Links
Trading Reference Links
|
Greetings, I have tried various REF functions to tell the damn computer to signal only after 10 indicator bars have been above pointer 5. From my picture (circled examples) it shows that the signals are generated after every change from above pointer 5 to pointer 1 as per the "G" statement. Good.
R = pointer > 5; G = IIf(BarsSince(R) == 1, pointer < 2, 0); Q = Ref ; ???
Buy = G && ???;
But what I need is the signal only after at least 10 indicator bars have been above pointer 5. Please.
">[IMG]http://i967.photobucket.com/albums/ae154/Henry_The_Eighth/untitled-3.jpg[/IMG]
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|