Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

amibroker-ts · AmiBroker Trading Systems

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2998
  • Category: Trade
  • Founded: Oct 3, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

HI, I have stock data in my NASDAQ AB database that has ceased trading ( no more OHCL data after say eg. may 2006 ). When back testing sometimes my trading...
7 Oct 4, 2006
4:00 pm

Terry
magicth
Send Email

Does anyone have any ideas on how difficult it is to predict the position of the Open and Close relative to each other. For example an Open at 650 and a Close...
8 Oct 3, 2006
6:38 pm

fglaustin
Send Email

i am a newbie...can anyone help? can i code in automatic analysis where i can just check levels of certain stock specified in the scan (hard coded) e.g. GOOG >...
2 Oct 3, 2006
2:13 pm

moztrader
Send Email

I am looking for some help regarding automatic order generated by AB. My problem is that I have redundant orders that are sent to IB based on signals. I don't...
3 Oct 3, 2006
2:11 pm

moztrader
Send Email

Hi All, Thank you for time and support. Quick ques: Can anyone point to AB code that allows me simulate exit after n-bars if a position is unprofitable? i.e,...
5 Oct 3, 2006
11:36 am

office97
Send Email

Hello, I try to put an automated trading system with Amibroker+IB plugin database+IBController linked to TWS. Actually all is ok. Problem is just i need to...
1 Oct 3, 2006
11:33 am

tomy_frenchy
Send Email

I was doing a little "simple", or so I thought, trading system work this weekend and was reminded once again how it is not simple. System: StochRSI fixed...
9 Sep 21, 2006
3:42 pm

quanttrader714
Send Email

I have a trading system that uses a loop methodology in its implimentation. Ie. <..> For(i = 100; i < BarCount; i++) { //Stuff } </..> It generates all the buy...
4 Sep 4, 2006
7:40 am

da_pbear
Send Email

Hello, Does anybody know how I gave to implement a trailingstop which starts at a certain profit level? Say when de price is 10% above my buyingprice the...
1 Sep 4, 2006
7:39 am

optiekoersen
Send Email

dear senior members, i think we should create a section under files section. in which everyone can post their formulla in easy alf code,which r ready to copy...
9 Aug 27, 2006
9:28 pm

Yuki Taga
yukitaga
Send Email

Hello! With great respect to Fredīs work I installed and tested Batman. It could really help me to automize my backtests and periodic scans. But...I was...
9 Aug 23, 2006
8:12 pm

Fred
fctonetti
Send Email

I have posted a new version of IO in the AmiBroker TS files section ... http://finance.groups.yahoo.com/group/amibroker-ts/files/...
2 Aug 18, 2006
6:21 pm

the_bear_98
Send Email

Hello-New to the group, have read all the documentation, and need some help getting pointed in the right direction so I can figure out how to do the following:...
2 Jul 12, 2006
10:33 pm

Terry
magicth
Send Email

I am using the following code and I am having trouble with the exit code. I want to use a maximum stop loss at entry of close below the lowest low value of the...
2 Jul 12, 2006
1:43 am

Keith McCombs
keithmccombs
Send Email

Hello, This code for Long DEFINITELY works: SetTradeDelays( 1, 1, 1, 1 ); Buy= MACD()>Signal() AND RSI() > Ref( RSI(), -1) AND Ref( RSI(), -1) > Ref( RSI(),...
3 Jul 6, 2006
3:47 pm

Terry
magicth
Send Email

Was there some talk at some point of allowing AFL to be encrypted or written to a plugin? Is this now or going to be possible. I might like to share some...
1 Jul 6, 2006
4:11 am

cstrader232
cstangor
Send Email

Hi, I'm just looking around for various ways to integrate an AB strategy with a broker other than InteractiveBrokers. Has anyone any experiences they would...
5 Jun 23, 2006
2:05 pm

Tomasz Janeczko
amibroker
Send Email

Profit per trade dilemma Can anyone point me to books, articles or references concerning profit per trade and trade length as it relates to strategy...
1 Jun 17, 2006
11:50 pm

jas0501
Send Email

Hello All I am attempting to add a per trade custom metric to the backtester report that shows the Van Tharp style `R' profit/loss value for that trade. R is...
1 Jun 10, 2006
3:51 pm

Keith Erskine
erskine_keith
Send Email

Can anyone recommend a book about developing a trading system. Perhaps with Amibroker in mind and all the terminology used within the backtester....
9 Jun 7, 2006
3:08 pm

dingo
dingodigital
Send Email

Hello, I am going to admit that my programming experience is less than adequate but I'm getting better. I tried several methods and have searched the AFL...
5 Jun 2, 2006
12:03 pm

jim_wiehe
Send Email

Hello, I use Amibroker and trade with MB trading. I want to automate my trading system. Do you know which is the better option (tradebullet, ninjatrader,...
1 Jun 2, 2006
12:01 pm

cagigas00
Send Email

Hi, I am trying to do some backtesting with the following types of stops: 1. On trade entry, take the low of the previous bar (ref(L, -1) and make it my stop...
1 May 28, 2006
8:26 pm

packraider
Send Email

Hi - trying to calculate the time in bars (or days) since a trade was exited in the custom backtester. So what I would like to do is: maxBars = 30; for(bar=0;...
1 May 27, 2006
6:14 pm

tiedemj
Send Email

Hello all, I have a question to experienced day traders. What systems / techniques do you use? Is Amibroker propper tool for that? Thanks a lot for patience ;)...
1 May 19, 2006
12:37 pm

wojciech.kaszycki
wojciech.kas...
Send Email

Has anyone tried to create an exploration that links to an Excel or CVS file and as it is running imports fundamental data. I can get fundamental data free,...
4 May 13, 2006
11:24 pm

cstrader232
cstangor
Send Email

Hi, I want to do the following trades in ONE share: Buy #1, Buy #2, Sell #2, Buy #3, Sell #1, Sell #3 HOW? Thanks, Joel...
3 May 7, 2006
5:19 pm

joelamibroker
Send Email

Hi, Amibroker 4.76.0 added functionality to the ExitTrade method in the Portfolio Backtester Interface. Tomasz kindly included sample code for ONE security. I...
1 May 7, 2006
5:15 pm

joelamibroker
Send Email

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the amibroker-ts group. File : /BO System...
18 May 4, 2006
3:01 am

Fred
fctonetti
Send Email

I've posted an upgraded version of BatMan in the files section ... New features and functions include: - Results section now has full foreground / background...
1 May 1, 2006
3:03 am

Fred
fctonetti
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright Đ 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help