PureBytes Links
Trading Reference Links
|
Alan,
If you search on "Insert Linked" in the Help, you'll find the page "How to use 'drag-and-drop' charting interface'.
That's the best and fullest explanation. I recommend you experiment until you understand it. Always after you put something in a Layout you can right click and choose 'Edit Formula' to see the actual formula, its path and its text. You'll be able to observe what I've described.
I have written a bit more about this in a multi-machine context here:
http://codefortraders.com/phpBB3/viewtopic.php?f=38&t=104
- Progster
--- In amibroker@xxxxxxxxxxxxxxx, Alan <alan@xxx> wrote:
>
> progster,
>
> Thanks for the explanation, however I don't know how to create a Layout
> using Insert, or Insert Linked. For example: If I go to File>New>Blank
> Chart and then go to View>Charts and drag and drop Price into my chart
> how do I then go about saving this chart? I guess the correct wording
> would be how do I save this chart as a Layout using Insert which is most
> likely what I want. Could you also explain how to save this chart as a
> Layout using Insert Linked so I will know how to do that as well.
>
> Alan,
>
> progster01 wrote:
> >
> >
> > Alan,
> >
> > AB Layouts (which is probably what you mean by a chart here) are
> > constructed from AFL code, which is inserted into the Layout in one of
> > two ways: Insert, or Insert Linked.
> >
> > Layouts constructed with Insert Linked AFL are all pointing to and
> > using the very same AFL file. If that file is changed by any operation
> > at all (editing, drag-drop, ...) then _all_ the Layouts using that
> > file will be impacted by the change.
> >
> > OTOH, when Layouts are constructed with Insert, the originating AFL is
> > copied to the Drag-Drop folder and a number is appended to the file
> > name. This is where the Layout then points. Layouts so constructed are
> > pointing to different AFL files, and (at least in this respect)
> > changing one will not change the others. But, again in this case, if
> > you want to apply a correction to all such charts, you need to edit
> > each of the files in the Drag-Drop folder individually.
> >
> > IOW, Layouts are not self-contained. The AFL which draws them is not
> > "inside" the Layout, it is "outside". The implications of this are
> > profound.
> >
> > - Progster
> >
> > --- In amibroker@xxxxxxxxxxxxxxx <mailto:amibroker%40yahoogroups.com>,
> > Alan <alan@> wrote:
> > >
> > > Please excuse my ignorance as I am a new user of AMIBroker. I am trying
> > > to save a stock chart with trendlines, text, etc on it so I can
> > retrieve
> > > it at a later time and be able to continue working on it. At the same
> > > time I want to save other charts as well. Some charts will have the
> > > same stock symbol but different time frame. I cannot figure out how to
> > > do this properly. When I tray to keep each chart as a layout it seems
> > > that when I change the layout with the daily chart another layout with
> > > the weekly chart using the same stock symbol is also changed. When I
> > > try to save the layouts with different names the same problem. Can
> > > someone help me with this problem? Alan,
> > >
> >
> >
> >
> >
> > __________ Information from ESET NOD32 Antivirus, version of virus
> > signature database 4520 (20091018) __________
> >
> > The message was checked by ESET NOD32 Antivirus.
> >
> > http://www.eset.com
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|