PureBytes Links
Trading Reference Links
|
Get off it …
This is a discussion not necessarily a request to do this right away …
If you want a project description, it’s very simple.
Any and all functions should be able to process any and all arrays as input whether they are original data arrays or arrays that have been calculated previously in the AFL and all of them should allow variable period inputs.
In part the problem stems from what I discussed months ago and still hasn’t been addressed … DOCUMENTATION … I’d be happy to fix the documentation myself but I can’t because I don’t know how half these things work because the coding for them is hidden.
If you look at the description for AMA it’s pretty clear it takes variable or time variant periods or factors as input.
If you look at the description for MA or some of the others that supposedly do it does state any such thing, does it ?
SYNTAX ma( ARRAY, periods)
RETURNS ARRAY
FUNCTION Calculates a periods simple moving average of ARRAY
EXAMPLE ma(CLOSE, 5 )
SEE ALSO TEMA() function , AMA() function , AMA2() function , DEMA() function , WMA() function , WILDERS() function , EMA() function
--- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx> wrote:
> Frankly speaking, I would like to read the description of a project,
> IF(or WHEN) variable RSI period was already available.
> All the people who ask this feature have already prepared everything
> else and the only missing thing in the world is Tomasz variable input
> implementation ??
> It would be more polite to ask : I want to do *this* and I need
> variable RSI period, because there is no alternative.
> This would show what is really missing and, perhaps, would give some
> priority.
> It is easy to ask a whole list in vote request, but, the author of
> the vote text does not speak for AFL, perhaps he has some other,
> problematic language in mind. Nearly half of the requested items
> already accept variable input, as the author sould know BEFORE
> posting this list.
> Upgrading is a serious story in one way or another.
> If a guest or a newcomer reads the last two days messages, would
> think that amibroker is full of missing functions and the creator
> should begin from the beginning. It is not true and it is not fair.
> Dimitris Tsokakis
Yahoo! Groups Sponsor
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|