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...
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...
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 >...
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...
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,...
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...
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...
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...
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...
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...
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...
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:...
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...
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...
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...
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...
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...
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...
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,...
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...
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;...
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 ;)...
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,...
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...
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...
I've posted an upgraded version of BatMan in the files section ... New features and functions include: - Results section now has full foreground / background...