This is particularly peculiar, though. A screenshot is shown at http://members.cox.net/~ramdom2/indexvol.bmp <http://members.cox.net/~ramdom2/indexvol.bmp> ....
No problem Bruce. I got the answer already. Stupid me forgot the ROUND before the Periods/2. Now I am getting the same result ... Ton. function HullMaFunction(...
Hello, Go to your aqh.format file (it is in "formats" subdir), edit it with Notepad and add $VOLFACTOR 0.001 Then re-download your data. Best regards, Tomasz...
No... I think this may be related to missing quotes from yahoo. Need to run the system only on stocks that passed purify. Maybe ami considers a gap in quotes...
Hi, I have some difficulty in setting up the trade price in the backtest report . Say I have a simple intraday system, buy when the price cross up the 10 unit...
If i understand you correctly you want to assign prices to the BuyPrice and SellPrice: S1 = MA(O,10); S2 = MA(O,50); Buy = Cross( H, S1); BuyPrice = S1; Sell =...
Herman Thanks very much for the quick reply, you are always so generous to help the other people. I did not know that I can use" buyprice" and "sell price" to...
Group efforts have failed consistently. People are ready and willing to help with programming and technical issues but when it comes to sharing serious ideas...
Hi all, I'm having trouble drawing trendlines, writing text, i.e. using any kind of drawing tool, on weekly and monthly charts.. the drawing tool works fine on...
This value 2,147,483,648 = 2^32 / 2 so you are getting overflow in AB. You can change the way volume is imported to divide by 1000 or some other number. See...
Herman, I have been trading for over 35 years. I have met many a trader who says indicators are the only way and I have met as many who say you are nuts to...
Does the Explore function (in AA window)work with DLL plugins? I am using support/resistance line (AFL & DLL) code found on this site. The code looks at the...
sounds like the codes are written for charting only and use Selectedvalue function for the bars of interest. When exploring the seletedvalue function acts like...
Marshall, I'm in group 1, I suppose. I have a good grasp of programming and trading rule development, and recently came to AmiBroker (and the Yahoo groups) to...
I think that one only can hope for technical help within the group and maybe get some ideas from code that is posted in the library or posted within the...
Thanks Ed, I'll look at this / Kevin ... and maybe get some ideas from code that is posted in the library or posted within the Amibroker groups that can...
Herman, Bill, Marshall, Excellent feedback, perhaps we should continue discussion on the -ts board. As Herman stated, longer term systems would suffer less...
Does your definition of default layer include weekly and monthly? Joseph Biran ... From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf...
Thanks to all who responded to my Hull Moving Average query. Sorry for my late response, but I'm having trouble posting and opening emails in Yahoo at the...
Thanks to all who responded to my Hull Moving Average query. Sorry for my late response, but I'm having trouble posting and opening emails in Yahoo at the...
Hi All, I have written a simple program. When MACD and Signal cross over, while MA20 and MA50 cross over, and their directions are the same, the system gives...
make one condition a cross and the other condition higher than the other -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AFL code to...
Yes I got it working But one problem still exists. while scanning in "Use Filter" if I select favourites + one more watch list... the results are much less,...
Here is some code I use to test using the optimizer to get a breakdown on either a yearly or monthly basis. The Net % Profit is accurate along with the MaxDD,...
There was some discussion on having AND / OR conditions for multiple selections. I don't recall, but apparently it is only using symbols common to both lists. ...
Here is a sample code that exports eod data from AB to "ticker.CSV" files in C:\ZZ folder (based on Graham's article in AFL Library). How to limit the number...
Happy New Year to Everybody! Am trying to do a backtest where every trade starts with a 'position size' of 10,000. If I use 'PositionSizeShrinking = TRUE' and...