assuming you have your settings right like Terry explains in some cases it will not take all positions you expect it will. For instance if the amount of $$ you...
I tried to stay close to the example code in the documentation. And leaving everything else at default. As a further explaination of the issues I am having,...
Fred, posqty = 2; says Position quantity = 2. Used in conjunction with Position size = -100/posqty; saying 50% of equity in each position. This is the same...
your settings allow two simultaneous positions. But this does not mean you will always have two positions at the same time because it also depends on the buy...
I would like to discuss the following suggestions: 1) Setting the page size for printing charts. 2) At the bottom of the chart window there is a scroll bar...
Thanks Ed. The buy signal is set using a Foreign fund behavior. Therefore, when the signal says buy, the backtesting should not be dependant upon individual...
yes that's what I also was thinking of but forgot to mention. I always use position size shrinking. I think this way Amibroker allows to take a position...
Ed, What you say is true. However, in this case, the position size was 2 and the detailed report showed enough cash to buy shares in the 2nd position. That is...
Hello, 1. File->Page Setup 2. Against Windows Standards (scrollbars are common user-interface elements and they should operate the same in every application). ...
Hello, Does anyone have the formula for Heikin-ashe charts they wouldn't mind sharing with me? I wanted to compare it with my current candle charts to try and...
Thanks to Fred and Dalengo for getting Twitch converted to Amibroker. Here is the completed code that appears to be working as intended. //----------------...
On December 3, 1005, I asked AmiBroker Support for help with the following. Since then, I have received 3 emails from Marvin stating that he needs help from...
Is it possible to cut out one line so the full report prints on one page?? At present the K-Ratio prints on the second page. I have a Canon ip4000 printer,...
Hi TJ, Since we are talking about "cosmetic" changes... 8 - ) Do you think that someday soon we might be able to rearrange chart sheets by dragging them? I...
Tomasz, I observed with your help in another thread of this board that also the number of bars in the history (daily charts) is limited by the setting "Number...
Terry, Thanks for continuing to help me find my way through this. I did use a watchlist. I think I have found the problem and why checking "allow position size...
Dear Tomasz, thank you for your kind reply. 1) Sorry, I find only File->Print setup (4.70.5) 2) You are very correct about the common user-interface elements. ...
OK, Fred, we converged... :) I use scalars (y1, y2) instead of array elements (y[i-1],y[i-2]), which is equivalent, but may be a bit faster (old habit). ...
Here is a version - modified by TJ - I think it is the best of the group - I have others that don't work as well - post if you want them. ReefBreak // Heikin -...
Remember though that if you use log, you probably want to convert all other prices in your formula to log prices as well: log(C) instead of C etc. Then again,...
I think you are right. I also think the fix is right...allow position size shrinking. You could also check "allow fractional shares" if you really want an...
Hi Randy - Would you happen to know if the XLTraders group is closed? I went over to look at the code you mentioned but I can't find XLTraders by searching the...
Wow, that is quite a link, and now my newest bookmark. 8 - ) This guy knows all about everything! Since he has a bit about statistics, it reminded me that I...