Hello, I am getting a output. Please re-check at your end as to whether you have selected any watchlist which is empty or if there is any run error in the AFL....
Hello, How can I plot B&H vs Equity curve on the same plot? And include the B&H stats in the backtest report? The old backtester had B&H. Regards, Kar...
Thanks a bunch. I finally found the post addressing this. Here is the code for anyone following this thread: /********************* CUSTOM BACKTEST PROCEDURE...
Is the Portfolio Trader AFL somewhere? I don't see it under the Files section? I am trying to develop a rotational trading system that I dont believe can be...
Hello, http://www.amibroker.com/f?enablerotationaltrading Assuming that your criteria give values from -100 to 100: CriterionA =.. CriterionB = CriterionC ...
put all the symbols in a watchlist and run a scan daily. you can possibly mechanise it with batman and it will backfill it for you. ... to ... without ... On...
Hello when i use this code to do the plot text, it appears for a sec on loading and disappears. not sure how to troubleshoot this one. index =LastValue(...
I know you are talking about COM, but for what it is worth, the following AFL will erase a watch list and then fill it with the Filtered symbols. It was...
Many thanks for your help. What sort of value would you use for WorstRankHeld with a set up like this? Actually, I am not entirely clear as to how Rotational...
Greetings all, I have posted a new Yahoo US-Stocks database out on my site. Data is effective as of 08.31.2007 (Friday). The Excel spreadsheet is updated and I...
Thanks, Ian and Dingo, for your suggestions. I am using 4.90.5, but I don't see a Watchlist folder, hence, I guess I can't use dingo's suggestion until I...
Thanks for your suggestion, Tomasz. Adding a check for the number of bars could be a solution. Before I implement it (I'm quite wary of adding to codes which I...
It works the first way. It is called WorstHeldRank. It is not called WorstHeldPositionScore. The "proper" value of WorstHeldRank is dependent on many factors. ...
I know using Layers I can put studys (lines, etc) only on certain layers. Is there a way to have for instance a 10 period EMA only show up on a weekly chart...
Well, I'd recommend you upgrade and then write your code. That gives you more flexibility. The old method will still work (I presume) but you'll have more...
Joseph, I zipped up with WinZip 11. The setting on it was for max compression and I would guess it was not compatible with other packages. I rezipped it using...
iif interval()==inweekly plot() seems the only way possible. insofar as i know(which is not much anyway) only line studies can be configured to display per...
Hi all, I use 5 min chart and want to add buy arrows to my chart which satisfy conditions involving two time frames, as under: 1) Price crosses moving...
Original version worked perfect for me MarkK _____ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of jrswindle2001 Sent: Sunday,...
Hello I need some help to understand the interpretation of slope. I am using this formula to understand it visually but i am getting out of context. Line = C;...
Seede, The normal interpretation of "slope" is distance Y / distance X. If X=Y it would be a 45 degree angle which would be a slope of 1. The slope can range...
That fixed the problem! Thanks. Joseph Biran ... From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of jrswindle2001 Sent: Sunday,...
Dear Group members, I am looking for an indicator related with open interest,can anybody help me regarding that? Indicator may show that open interest is...
Would be very useful if someone could modify this afl for 1-min data or 15-min data. Or let us know how this can be done. Regards ... -- Join my group...