Search the web
Sign In
New User? Sign Up
amibroker · AmiBroker User's List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 104750 - 104779 of 143781   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
104750
This is particularly peculiar, though. A screenshot is shown at http://members.cox.net/~ramdom2/indexvol.bmp <http://members.cox.net/~ramdom2/indexvol.bmp> ....
sdp_51
Offline Send Email
Jan 1, 2007
8:16 am
104751
friends searching for a code to ami, for elliot waves . if any body has pl help. ravi qatar...
ravinikil
niklravi
Offline Send Email
Jan 1, 2007
8:32 am
104752
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(...
Ton Sieverding
amsiev
Offline Send Email
Jan 1, 2007
10:04 am
104753
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...
Tomasz Janeczko
amibroker
Offline Send Email
Jan 1, 2007
1:19 pm
104754
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...
petler1
Offline Send Email
Jan 1, 2007
1:59 pm
104755
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...
itmwh
Offline Send Email
Jan 1, 2007
3:22 pm
104756
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
psytek2
Offline Send Email
Jan 1, 2007
3:49 pm
104757
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...
toxutao
itmwh
Offline Send Email
Jan 1, 2007
4:27 pm
104758
Wouldn't have been needed. The method closed out any position at the end of any trading day that it entered the market....
Randy Harmelink
rharmelink
Offline Send Email
Jan 1, 2007
4:57 pm
104759
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...
Herman
psytek2
Offline Send Email
Jan 1, 2007
5:55 pm
104760
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...
davelansing2004
Offline Send Email
Jan 1, 2007
7:07 pm
104761
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...
Terry
magicth
Offline Send Email
Jan 1, 2007
8:18 pm
104762
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...
M. Smith
greeninkphd
Offline Send Email
Jan 1, 2007
8:53 pm
104763
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...
ymtrader1
Offline Send Email
Jan 1, 2007
8:55 pm
104764
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...
Graham
kavemanperth
Offline Send Email
Jan 1, 2007
9:14 pm
104765
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...
steesehwy
Offline Send Email
Jan 1, 2007
9:24 pm
104766
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...
Edward Pottasch
ed2000nl
Offline Send Email
Jan 1, 2007
9:28 pm
104767
Adheer, Thank you for your comments. As Randy mentioned, the hold period is 1 day. Ignoring for a moment the fact that the ^DJI highs and lows are ...
kevinoversby
Offline Send Email
Jan 1, 2007
10:08 pm
104768
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...
kevinoversby
Offline Send Email
Jan 1, 2007
10:51 pm
104769
Herman, Bill, Marshall, Excellent feedback, perhaps we should continue discussion on the -ts board. As Herman stated, longer term systems would suffer less...
kevinoversby
Offline Send Email
Jan 1, 2007
10:55 pm
104770
Does your definition of default layer include weekly and monthly? Joseph Biran ... From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf...
J. Biran
jbiran
Offline Send Email
Jan 2, 2007
12:34 am
104771
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...
ianjw2
Offline Send Email
Jan 2, 2007
12:46 am
104772
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...
ianjw2
Offline Send Email
Jan 2, 2007
12:50 am
104773
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...
cstdc5588
Offline Send Email
Jan 2, 2007
5:31 am
104774
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...
Graham
kavemanperth
Offline Send Email
Jan 2, 2007
10:09 am
104775
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,...
RajeevM
rajeevmundra
Offline Send Email
Jan 2, 2007
12:59 pm
104776
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,...
palmharbor7
Offline Send Email
Jan 2, 2007
3:35 pm
104777
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. ...
Terry
magicth
Offline Send Email
Jan 2, 2007
3:49 pm
104778
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...
Lester Vanhoff
lesv99
Offline Send Email
Jan 2, 2007
4:47 pm
104779
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...
joeemmett2000
Offline Send Email
Jan 2, 2007
4:51 pm
Messages 104750 - 104779 of 143781   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help