PureBytes Links
Trading Reference Links
|
Yuki,
custom indicators have their own Id number, unique per indicator
[visible in the upper part of ind. builder window and accessible via
GetChartID() function].
Indicator Id.=153 may be included in Layout1 and not included in
Layout2.
But, from the moment it is included, it will give exactly the same
results in any sheet/layout.
In other words, layout accuracy settings are not available [for now].
You should write another indicator with format 1.0 to avoid the
undesirable 302.00.
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, Yuki Taga <yukitaga@xxxx> wrote:
> Hi Tomasz,
>
> Wednesday, September 10, 2003, 8:21:48 PM, you wrote:
>
> TJ> Layouts are stored PER DATABASE, therefore there is no obstacle
> TJ> in using different set of indicators/charts/formulas in
different databases.
>
> TJ> Please check Tutorial: Working with chart sheets and window
layouts
>
> I have looked at this "tutorial" in the past, but it doesn't put
> things in a way that I can understand, and I am very reluctant to
> start playing around with settings that I do not fully understand,
> having put tremendous time and effort into getting things set up
> reasonably the way I like them for my Japanese database.
>
> Question for you or anyone:
>
> 1) If I modify a custom price chart, then save that as a local
> layout, is the global default layout then immune to this
modification
> when I change databases?
>
> For example, in one of my custom price charts, I have the following:
>
> Title = Name() +" - "+ WriteVal( DateTime(), formatDateTime )+" -
> "+"Open: "+EncodeColor(colorYellow)+WriteVal(O,1.0)+"
> "+EncodeColor(colorBlack)+" - Hi:
> "+EncodeColor(colorRed)+WriteVal(H,1.0)+" "+EncodeColor(colorBlack)
+"
> - Low: "+EncodeColor(colorBrightGreen)+WriteVal(L,1.0)+"
> "+EncodeColor(colorBlack)+" - Close:
> "+EncodeColor(colorYellow)+WriteVal(C,1.0)+EncodeColor(colorBlack)+"
> - Volume: "+WriteVal(V,1);
>
> This is perfect for the yen, which is indivisible. But I'd like to
> modify this for the dollar, which would mean changing all the '1.0'
> settings to '1.2', I believe. (This also affects the pop up values,
> of course.)
>
> But I doubt if I can modify a formula for a custom indicator, and
not
> have the change take place globally. Am I wrong? The tutorial
> doesn't speak to this, or at least not in a way that I can
> understand.
>
> Yuki
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/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/
|