PureBytes Links
Trading Reference Links
|
Thanks all - Bill Barnard and William Peters for the great recommendations-
I have a friend who uses FastRube to a good effect by displaying multiple panels/panes to show the underlying value of a signal like RUTTR (stochastic, MACD, moving average) for example and I've reproduced this with AB but with the way I described it...reproducing all the forumulas 5 or 6 times and attaching them to all the panes and AA window. In a way I think that's how Windows work best and it maybe a difficult piece of code to generalize the launching of multiple panes from one unit of AFL, then placing and sizing panes or windows, then directing the data and displaying graphical lines in each pane.
I have used Styleownscale quite a bit in working on this but still it got cluttered - in one case I moved the ADX plot with it's PDI and MDI crossing on another pane away from the Price Moving average pane. Of course the ADX parameter and the moving average parameter were defined in the backtesting forumula.
I like William Peters idea of using includes to contain a common set of parameters/data statements(I believe I understood you to say) I believe there was a discussion about Caching versus not Caching of these INCLUDEd functions/data statements, wasn't there? I think the #pragma nocache will always bring up the most recent copy of the function Will take some planning but then there's no free lunch is there?
Best regards
JOE
----- Original Message -----
From: William Peters
To: Joe Landry
Sent: Saturday, September 18, 2004 3:10 PM
Subject: Re: [amibroker] Chart sheets and default display period
Hi Joe,
Link to the Include command: http://www.amibroker.com/guide/afl/afl_view.php?name=%23include
If you place all your functions in an external file then you can
call them (using the Include command) from Indicator Builder, Automatic Analyzer etc
Regards,
William Peters
www.amitools.com
Saturday, September 18, 2004, 8:37:43 AM, you wrote:
JL> Tomasz:
JL> DON'T READ THIS AS A CRITICISM. I love the flexiblity of AB -
JL> but read this as a RECOMMENDATION for additional functionality.
JL> While you're considering changes in the display
JL> area/indicator builder area, an improvement I'd like to see is
JL> the ability to address different panes from one formula
JL> file/indicator builder file.
JL> For example I like to display the five components of a signal
JL> for example 1) moving average cross over, 2) stochastic, 3) MACD
JL> of OBV, 4) MACD of Advancer Decliners, 5) Trend2 - that are coming
JL> from one relatively long trading formula file.
JL> Since these arrays were all being calculated in the trading
JL> AA file, my approach was to replicate the same formula trading
JL> file 6 times ---1) where I ran it in the AA window, and the 5
JL> others in the indicator builder area under five different names
JL> with five different plot statements attached to five panes in each
JL> specific area. And if I paramatize the coefficients of the 5
JL> plots I have to go to five panes to change each one when I run a
JL> different conditions. A global variable type of thing for
JL> indicator panes would be grand.
JL> Is there a functionality of AB that would make this smoother,
JL> but one that is overlooked by me?
JL> Best regards
JL> JOE .
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
------------------------------------------------------------------------------
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|