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

Re: [amibroker] Another PREV example



PureBytes Links

Trading Reference Links


Daniel,
 
barssince( month() != ref(month(),-1) ) + 
1;
 
Hope this will help !
 
Tell me if it's not what you want !
 
Jon.
 
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Daniel Ervi 

To: <A title=amibroker@xxxxxxxxxx 
href="">Amibroker Yahoo Group 
Sent: Thursday, September 06, 200110:32 
PM
Subject: [amibroker] Another PREV 
example
Hi All,I've been struggling to figure out how to 
code an MS indicator in AFLwithout using VBScript or JScript.  The 
function is pretty straight forward,but the solution still eludes 
me.  Here is the function:      
If(Month()<>Ref(Month(),-1),1,PREV+1)It is recursive, which 
makes it very simple to understand.  It is anindicator that plots the 
current trade day number of the month.Can anybody offer any ideason 
how to get this going?Thanks in 
advance!DanielYour 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.