PureBytes Links
Trading Reference Links
|
Herman,
Thanks, and sorry I hadn't responded sooner. Orders and
records for tomorrow come first.
I was trying to avoid ATC but I guess there is no alternative.
With so many changes lately, I assumed that transferring signals and prices was
doable and that I had missed the procedure.
It has been awhile since I updated my version of your formula.
Guess it's time.
BTW, brilliant concept. It is my first look-see to decide
whether to pursue something further.
I colored the equity line between the candlesticks depending
on whether the signal was a buy or a short, so I can tell at a glance what
signal created the equity line.
Thanks,Corey Saxe
----- Original Message -----
<BLOCKQUOTE
>
<DIV
>From:
Herman vandenBergen
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Monday, December 01, 2003 2:19
PM
Subject: RE: [amibroker] Transfer signals
from AA to IB?
<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><SPAN
class=920560922-01122003>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.
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.
|