PureBytes Links
Trading Reference Links
|
hello Tomasz,
I have the following question. I created custom indicator:
prd = Param("period",14,5,50,1);
Plot(RSIa(C,prd),"RSI",colorRed);
then Window->New and put this custom indicator there. now I change
interval on one of these windows, so I have for example two windows with
price&indicator but with different intervals.
and now, when I change *prd* value at one window it affects the second,
so that there can't be different, independent periods for windows with
independent intervals, right?
the only workaround I've found was creating indicator with different
name, but with the same content..
will this bahaviour remain in future versions of AmiBroker?
regards,
BM
------------------------ 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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|