PureBytes Links
Trading Reference Links
|
On Thursday 17 April 2003 09:43, CS wrote:
> Since converting some of my systems to dynamic parameter input, my success
> (profits) has increased dramatically. Unfortunately, most people don't know
> the difference between dynamic (variable) and static (constant) parameter
> inputs. Simplistic Hint: Static- RSI(14); Dynamic- RSI( ATR(3) );
>
> I have asked TJ to go back and re-work indicators and functions to accept
> dynamic inputs, but he said that only three other people had asked for the
> same thing, so it is low on his priority list. So, I have had to resort to
> manually coding each indicator/function in script, and script sucks. Error
> messages while debugging are so vague, that they are useless. The recent
> inclusion of native AFL looping and flow control will help.
>
> There are some functions that accept dynamic input such as HHV, LLV, Sum,
> Ref, AMA, AMA2, WMA, DEMA, TEMA and MA.
>
> It would be nice if all new functions/indicators created would accept
> dynamic inputs.
CS,
Why don't you create folder on yahoo or 3rdparty and describe the idea. You,
as a project manager, will describe what and eventually how to do, and
coordinate all things. I think for this project there are more than just
three people to work on.
The way of developing software is taken from Linux world, where when something
is needed than the project is created and the community works to get the
final stage of the project [v1.0]. Then just impriving goes forever. Usually
such project has its own www page and mailing list.
See an example: http://www.gnucash.org/
Regards,
--
Marek Chlopek
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get a FREE REFINANCE QUOTE - click here!
http://us.click.yahoo.com/2CXtTB/ca0FAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|