Hi Ron, ADX, MDI and PDI are actually fairly lengthy series of calculations as they use the stock's True Range, summing and some other voo doo a'la Wilder. To...
How do you define a variable that will, upon a condition met, take the current value but if the condition is not met then it will keep using the value it has? ...
If in your example you only want it to keep the highst value then use Highest function. It will keep the value at the highest until a new higher highest occurs...
Thanks Graham, but i am looking at the Formula Name window in the Editor window, not the symbol name. My filenames are always truncated so I would like to make...
check out ValueWhen() herman ... From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com]On Behalf Of dsb_mac Sent: Wednesday, March 01, 2006 3:20 AM...
Thank Michael. I think that is the way to go. Why addtocomposite cannot be used in Chart mode is not clear to me. I'm going to look at your portfolio builder...
Hi, Is there an option to make the backtest report pop-up maximized everytime a backtest is run? I find myself clicking the Report button over and over and...
Well by now anyone who did not attend knows they missed something really great. Thank you all for all your positive comments and for coming to the conference. ...
On Sunday Afternoon, Tomasz visited a DisneyWorld Toy store in the Galleria and supposedly left with about 4 big bags of things for his kids. What did you buy...
Or you can work from here among other places ... http://www.linnsoft.com/tour/techind/adx.htm ... as they ... Wilder. To ... have come ... frequently to ... ...
What is this? I can't find any info about it on amibroker website. And I dont want to install it before I know what it is. Can anyone tell me? Regards, ...
Hi, I'm very new to AmiBroker and having a conceptual problem with the coding language. I've implemented some code based on an alertif. However, I now want to...
From V4.7 all of the tools on the bar are floating tools. So, grab the double vertical line to the left of the symbol field and drag it off the toolbar, now...
Dear Friends, Cond1 = MA (Close,5)> MA (Close,13); Cond2 = MA (Close,8)> MA (Close,13); Cond3 = MA (Close,8)< MA (Close,13); Cond4 = MA (Close,5)< MA...
Pass it an URL and it will download the page to your disk. d _____ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of wolfgang...
See AmiBroker website: http://www.amibroker.com/download.html ... From: wolfgang mrazek To: amibroker@yahoogroups.com Sent: Monday, February 27, 2006 2:22 PM ...
Hi, from a first view it should be correct. I would plot the averages so you can better view when and if your conditions appear. Then you could also add an...
In your loop this and other components like this would appear to be problematic ... LLV(z[i],5) LLV operates on an array, not on an individual element of an...
not that I know of but this might help: Run the Report Explorer and keep it running whilst doing your backtests. The results will appear on the last line and...
No problem. You can also set the cursor to any function and press F1 for detailed help about this function. This is very helpful. Regards - - - - - - - - - - -...
Chuck and Others Interested in the Houston Conferrence. Turns out that I did leave out a name that should have been mentioned that was instrumental in getting...
Patrick, thanks for this very definitive reply. After seeing this your excellent discussion of yours, I will just continue using my modifications of the...
If I do the following I get an error message. 1. I open a DOS window in windows XP Pro 2. In DOS I change my directory to the location of URLGET.EXE 3. CD...
Read this: http://www.amibroker.com/newsletter/02-2001.html d _____ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of Ed Hoopes ...
Hello, i have found the following about param parameter in the help: sincr - automatic section increment value (used by drag-drop interface to increase default...
Mac, I am trying to size the "Formula Name" field-window in the Formula editor, not the "Symbol Field". I guess the customize option does not apply to the...