PureBytes Links
Trading Reference Links
|
Graham,
Don't read between the lines, I only want the product to work as it
is described to work or to at least understand how it does work. I
am at a loss to understand how the rest of you apparently write
systems and trade real money not knowing what the calculations are
actually doing or how large the drawdowns are for trading a portfolio
of stocks.
I was not the one who requested variable periodicity although I did
state when the topic came up that it would be a good idea to have not
ASAP or IMMEDIATELY or that it was URGENT. This was followed by my
being told that this functionality already existed in some of the
indicators which would have allowed one to build a lot of ones own
variable periodicity based systems and/or indicators. However when
tested 3 work as expected (REF/SUM/MA), 4 clearly don't work
(HHV/LLV/HHVBars/LLVBars) and I have no idea how the other MA related
indicators work, do you ?
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> I too find the #include valuable. I have a base formula file and
reference
> this from explorations and indicators. Saves a lot of time making
changes,
> only one file to modify.
> But I do have to giggle a little at your comments. Just looking at
what is
> written why would a person trading LARGE sums have any more say
than someone
> trading in small sums in regards to program development. The fee
for AB is
> the same for all. Are you suggesting that there be a scale of fees
for
> different people, giving them greater say in how the program is
developed.
> Yes this is a discussion forum, but I do get tired of some
expecting more
> and more all the time.
>
> Cheers,
> Graham
> http://groups.msn.com/ASXShareTrading
> http://groups.msn.com/FMSAustralia
>
> -----Original Message-----
> From: Ken Close [mailto:closeks@x...]
> Sent: Saturday, 26 April 2003 8:57 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Value of INCLUDE was: Poll results for
amibroker &
> versatility
>
>
>
> Fred said: "Regarding #INCLUDE maybe I'm missing the power of this
that
> you
> suggest but I don't see the value of a preprocessor per se."
>
> Fred: I am not sure you will find this informative, but I have just
> completed a project for a FTer in converting a collection of signals
> into a "Master Signal", all the while contending with tweaks and
changes
> to various parts of the components of the Master Signal.
>
> I coded the segments into their own AFL files and assembled the
master
> signal into a collection of INCLUDES
>
> INCLUDE(Signal 1)
> T1=variable
>
> INCLUDE(Signal 2)
> T2=variable 2
>
> Etc
>
> Sum the Ts for a Master signal.
>
> Used the same technique to plot the component parts.
>
> When the logic of a component changes, I alter the one file
containing
> the logic and everything else changes with it, without any
additional
> code changes.
>
> Valuable to me, whether you have a use for it or not, or consider it
> "piggy".
>
> I would never do optimizations thru this mechanism however for the
> reason you suggest.
>
> Ken
>
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/O10svD/Me7FAA/AG3JAA/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/
|