PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Hello Corey,
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Perhaps you can write your signals to a composite:
AddToComposite(Buy,"~Buy","X"); and access the composite with
Foreign().
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2><FONT
face=Arial color=#0000ff size=2>wrt the EqCandle code, we have several new
functions that can be use to make Equity Candlesticks in a more effcient way,
most importantly: PlotOHLC(); Using this function you don't have to tamper with
the regular OHLC price arrays.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>best regards,
<FONT face=Arial color=#0000ff
size=2>Herman
<FONT face=Tahoma
size=2>-----Original Message-----From: CS
[mailto:res1wgwl@xxxxxxxxxxx]Sent: December 2, 2003 5:04
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Transfer signals from AA to IB?
Please excuse my ignorance, I do try to keep up with
improvements but...
I have a system that I backtest (regular mode) in AA. I
then do further analysis on the buys, sells, shorts, and covers and the
prices they occur at with other formulas in IB.
The problem is, how do I import the buy and sell signals,
along with their buyprices and sellprices into my formula in IB?
I can get the equity line with <FONT
color=#0000ff>eq = Foreign("~~~EQUITY", "C");<FONT
color=#000000> but how about the signals and
prices?
<FONT
color=#000000>
So far, every time I
make a change to the formula in AA and backtest it, I have to copy the entire
formula to my analysis formula in IB and re-run it.
<FONT
color=#000000>
Maybe a <FONT
color=#0000ff>GetAASignals(Buy)<FONT
color=#000000>? and/or a <FONT
color=#0000ff>GetAASignalPrices(Buy)<FONT
color=#000000>?
If anyone is interested, included is a version of
Herman's Equity Candlesticks that is helpful.
Thanks,Corey Saxe
Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|