PureBytes Links
Trading Reference Links
|
Friend,
>From what I know, there is no way to do ASCII backup of each custom
indicator automatically.
However, there is a sort of work-around. For (almost) every
indicator I have, I simply use #INCLUDE statement within AmiBroker's
indicator formula window. Therefore, the actual text of indicator
resides in the form of ASCII file on the disk, that gets included by
AmiBroker. All that AmiBroker has is something like ===>
#include "c:\\indicators\\myCustomIndicator.afl"
So I can back-up/archive/edit ASCII file 'myCustomIndicator.afl' in
the manner I prefer. This work out pretty fine for me. For your
existing indicators this work-around may be of no use, but perhaps
for your future indicators this may come-in handy ...
Regards,
- Salil V Gangal
--- In amibroker@xxxxxxxxxxxxxxx, "newnow02" <newnow02@xxxx> wrote:
> Is there an easy way to back up all your customer indicators, i.e.
> some way to query/print out all of them and put them into a file?
I
> don't want to go into each one by hand and copy/paste, copy/paste,
> etc.
------------------------ 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/mOAaAA/3exGAA/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
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/
|