[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: Wolf Wave.



PureBytes Links

Trading Reference Links

It's quite simple Johnny. Just check if you're coming in the loop. Yes of no. Simply by putting a _Trace in the loop or even a simple but slow Say("I am in the loop"). If you're not coming in the loop, the code does nothing at all ...
 
Regards, Ton.
----- Original Message -----
Sent: Monday, May 19, 2008 10:11 AM
Subject: Re: [amibroker] Re: Wolf Wave.

One interesting thing happens. after modification its give that error. but u again insert n chart will be there. but still no wave. plez chk. I request members if they can help

 

johnny



----- Original Message ----
From: Ton Sieverding <ton.sieverding@xxxxxxxxxx>
To: amibroker@xxxxxxxxxxxxxxx
Sent: Monday, May 19, 2008 12:34:58 PM
Subject: Re: [amibroker] Re: Wolf Wave.

Thanks. I do not believe that this code will work. Check the follwing lines :
 
// Only interested in the visible bars
lastbar =
Status("lastvisible barindex" ) - 3
;
startBar =
Status("firstvisibl ebarindex" );
 
This should be :
 
// Only interested in the visible bars
lastbar =
Status("lastvisiblebarinde x" ) - 3
;
startBar =
Status("firstvisiblebarind ex" );
 
Also see help file :
 
"firstvisiblebar" , "lastvisiblebar" , "firstvisiblebarind ex", "lastvisiblebarinde x" - return bar number or bar index of first/last visible bar. Available in indicator mode only.
 
In your version of the code, the AFL will never run the loop because both lastbare and startbar variables are empty. That's the reason why nothing happens. You're only getting the price. But when running the AFL with the above mentioned modification you're getting following error message :
 
 
 
Regards, Ton.
 
 
 
 
 
----- Original Message -----
Sent: Monday, May 19, 2008 7:52 AM
Subject: Re: [amibroker] Re: Wolf Wave.

attached
 
johnny

----- Original Message ----
From: Ton Sieverding <ton.sieverding@ scarlet.be>
To: amibroker@xxxxxxxxx ps.com
Sent: Saturday, May 17, 2008 1:03:21 PM
Subject: Re: [amibroker] Re: Wolf Wave.

Can you please send me your AFL because I have subscript out of range problems with my code ...
 
Regards, Ton.
 
----- Original Message -----
Sent: Friday, May 16, 2008 4:04 PM
Subject: [amibroker] Re: Wolf Wave.

hello booker_1324 ,
The code you given is working fine but I can't understand how does it
find the wolf wave? as there is no filter line in the code.
please elaborate on this matter.
waiting for ur reply
Regards
Debdulal Bhattacharyya



__._,_.___

Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html




Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___