There is a very interesting application of OscP() function. Increase n1, n2 by +1 and take the difference of the respective OscPs with //Price Oscillator...
Hello, Exactly, "allow pos size shrinking" shrinks the position to fit available cash, but if the resulting number of shares would be less than "min shares"...
Hi Ken, what's the 'AL categorized list'? thanks -john ... From: Ken Close To: amibroker@yahoogroups.com Sent: Saturday, January 31, 2004 6:25 PM Subject: RE:...
Alphabetical list of functions Anthony ... From: john gibb To: amibroker@yahoogroups.com Sent: Sunday, February 01, 2004 10:41 AM Subject: Re: [amibroker]...
Say I have a function that I'd like to have return two arrays. As far as I know, there's no direct way to do that, but I'd like to confirm this for certain,...
Dave, Yes but you should use global keyword inside function to make sure it is treates variables as global and you don't need to declare them before function...
My "buyprice" and "shortprice" during backtesting is calculating as a factor of the close, high, & low, of the signal day (I use a 1-day delay). What I am...
It's a little cumbersome, but I needed to do this in one application. You can pass in the variable names to a function and have it set those multiple...
Hello, The recent TASC (February 2004) describes the Heikin-Ashi Charting method. It is a most interesting and informative visual chart. Has anyone written any...
Jim, If you are a member , it is in the members area of amibroker... Anthony ... From: "jnk1997" <jnk1997@...> To: <amibroker@yahoogroups.com> Sent:...
Of course I am a member Anthony! I already have the Chart and Indicator formula. I was looking for Trading/Scans/Exploration formula's if someone was willing...
Yes. See "SetOption" in the documentation. One of the options to be set will turn off the range checking. b ... __________________________________ Do you...
Thanks for clarifying Tomasz. I'd noticed that I couldn't pass the arrays in and give the function parameters the same names as the globals, and that's why --...
Thanks for your quick respond. However, when this option set to false (SetOption("PriceBoundChecking",False)), amibroker will always execute your trade at your...
Hello, OK, this is basic "0 cross" for the Heikin Ashi Indicator. Can be used as Scan, Exploration, or Trading. Needs work to improve profitabilty. Regards Jim...
Buy = Buy AND (BuyPrice < H) and (BuyPrice > L); Short = Short AND (ShortPrice < H) and (ShortPrice > L); Dave Thanks for your quick respond. However, when...
I've been trying to get the hang of this charting program. I tried last night and again today but ran into problems. I tried to change the color of a...
You should be able reject those trades by using a "look ahead" feature. Here is some pseudo code to give the idea. Leave delays = 1; (ie buy or sell tomorrow...
Welcome to the list Right click o the trendline. Select "delete study" to delete. Select Properties to chage colours or other variable. Regds Gerard ... change...
To delete trend line: Click on trend line, a box will appear on each end indicating it has been selected (these can be grabbed to move that end), then hit your...
Sorry for the lack of explanation. You must have the indicator formula present first in your AFL before adding the scan/exploration/trading formula I provided....
Hi Dave, To echo Tomasz points, I've done this and it works very well. So, in essence, you can get your hands on any array in the function as long as you...
Hi, Does anyone have any opinions about this backtesting company: www.tradeoptimizer.com ? They are presenting at a local users group and I want to know if it...