[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: testing signal correlation



PureBytes Links

Trading Reference Links

William,

You can use Copy to clipboard.
Or if you are interested in ticker list Symbol->Watch List->Export

Hope this helps.

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "William Peters" <williampeters@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, January 21, 2004 10:09 PM
Subject: [amibroker] Preventing code output with AA Export Results


hello,

Is there a way to prevent the output of code with the AA grid contents when exporting from AA window.

Ideally I only want to output the list of ticker codes without any other information.

Here is the formula i'm using:

Filter = 1;
SetOption("NoDefaultColumns", True );
AddTextColumn( Name(), "" );

Regards,
William



-----Original Message-----
From: y0h0070815 [mailto:fjdobelmann@xxxxxx]
Sent: January Wednesday 21, 2004 3:28 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Aroon and ATR


Hello,
I need two indicators for testing a new trading system and i am new
in programming AFL.
So i need the following indicators and i hope somebody can help me:

1. Aroon Indicator
###############################################
Market Maker Formular
###############################################
{Market Maker Version byWolfgang Lindner}
$Timeperiod2:=$Timeperiod+1;
$high:=ZcHigh;
$HH:=$high.PeriodenMaximum[$Timeperiod2];
$aroon_up:=100*($Timeperiod-
Map(#[](if($high.Before[object]=$HH;object;$Timeperiod2));
MakeList($Timeperiod2)).Fold[#Min;$Timeperiod2])
/$Timeperiod;
$Low:=ZcLow;
$LL:=$Low.PeriodenMinimum[$Timeperiod2];
$aroon_down:=100*($Timeperiod-
Map(#[](if($Low.Before[object]=$LL;object;$Timeperiod2));
MakeList($Timeperiod2)).Fold[#Min;$Timeperiod2])
/$Timeperiod;
LinesMulti($aroon_up;$aroon_down)
.LineNames["AROON_up";"AROON_down"]
###############################################
TradeStation 4.0 / 2000i
###############################################
The Aroon up:
Input:Len(21),DivLen(21),Down(25),Up(75);
Vars : Return(0),AroonUp(0);
AroonUp = 100 * ((Len-HighestBar(High,Len)),DivLen);
Plot1(AroonUp,"AroonUP");
Plot2(Down,"Down");
Plot3(Up,"Up");
The Aroon down:
Input:Len(21),DivLen(21),Midline(50);
Vars : Return(0),AroonDown(0);
AroonDown = 100 * ((Len-HighestBar(High,Len)),DivLen);
Plot1(AroonDown," AroonDown ");
Plot2(Midline," Midline ");

2. Average True Range (ATR) Wilder's Volatility
###############################################
MetaStock Custom Formula Collection
###############################################
In his book New Concepts in Technical Trading Systems, J. Welles
Wilder Jr. talks about volatility and describes his Volatility Index
and Volatility System. Both of these can be performed in MetaStock™
for Windows. This document describes how to construct both the index
and the system.
The Volatility Index (VI) is described by Wilder as:
VI Today = (13 * VI Prev + TR1) / 14   where TR1 is today's true
range.
He defines the true range as the greatest of the following:
The distance from today's high to today's low

The distance from yesterday's close to today's high, or

The distance from yesterday's close to today's low.
In MetaStock version 5.0 or higher you would use the following
function.
VI Today = ATR(14)

The Volatility System is:
Enter Long
Cross(C,Ref(LLV(C,7),-1)+(Ref(ATR(7),-1)*3))
Enter Short
Cross(Ref(HHV(C,7),-1)-(Ref(ATR(7),-1)*3),C)




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/




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/




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 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
---------------------------------------------------------------------~->

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/