Re: [amibroker] NEURAL ANALYSIS IN AMIBROKER

2007-10-06 Thread jaramdenee-trading
PLease bare in mind that this is only the source code to the NN in C++ You would still need to create the function and feed data in. Thsi network is based on an example network i built a while back to predict the log return of the Aussie Dollar futures contract over the next 50 days. It

[amibroker] Does anyone care to port this indicator?

2007-10-06 Thread nikkunayar
Hi guys Here's something from Elite Trader that someone here would be interested in, I'm sure of it. Problem is, it's in Easy Language Code (That's the TradeStation code, right?), and I don't know how to port this. This looks like a very useful bit of code for people trading intra day. To

Re: [amibroker] AmiBroker 5.01.1 BETA update (fixed)

2007-10-06 Thread Tomasz Janeczko
Hello, Absolotely NOT! The final v5.00 release is available here: http://www.amibroker.com/download.html and announced here: http://www.amibroker.com/devlog/2007/09/13/amibroker-5001-official-release It is stable, tested and has no code changes compared to RC1. It did not have any problems.

Re: [amibroker] Re: test

2007-10-06 Thread Tomasz Janeczko
so, can I say, that Metastock will tell how much you can make but not how much you have to invest in it? No. You will get results that have nothing common with reality. Use www.google.com and you will easily find why MS tester is flawed. One of hits: http://searchwarp.com/swa18259.htm (This

[amibroker] Re: test

2007-10-06 Thread metastockv10
Hi Tomasz, thank you for that link. I just can't belive it. Making my research (based on opinions of other users - I am not experienced enough to have my own opinion) it appeared that MS is one of the best AT programe. Since system tester is found as a one of the most important features in that

[amibroker] Help withUp/Down Volume composite

2007-10-06 Thread areehoi
Yahoo data does not provide an indicator of the Up/Down volume for NYSE, NASDQ or AMEX exchanges. To accomplish I'm considering making AddtoComposites for the Up/Down Volume. To do so I need help in developing a formula that can do this. For example NASDQ is Market 3. The formula would

Re: [amibroker] NEURAL ANALYSIS IN AMIBROKER

2007-10-06 Thread Ton Sieverding
Thanks John. Most important part for me is to hear that you got AB running a NN. Please let me know the Intermaket data you were using. Also what's the learning procedure for the NN ? In other words, can you please give us a little more background music ? Regards, Ton. - Original

RE: [amibroker] Help withUp/Down Volume composite

2007-10-06 Thread Don Lindberg
Dick, Take a look at the indicator code below. This came out of the AFL Library someplace, but I can't remember name. This might satisfy your needs. UpVol = ValueWhen(C O, V); DownVol = ValueWhen(C O, V); Period = Param(Period,3,2,10,1); UpVolAvg = EMA( UpVol, Period ) ; DownVolAvg = EMA(

[amibroker] New Yahoo US-Stocks Database

2007-10-06 Thread jrswindle2001
Greetings all, I have posted a new Yahoo US-Stocks database out on my site. Data is effective as of 10.05.2007 (Friday). The Excel spreadsheet is updated and I have also added an updated US-Stocks database for anyone that wants to download a loaded one, data is from 01.01.2000 to 10.05.2007.

[amibroker] Please help me in Title colors.

2007-10-06 Thread Mohammed
Hi all, I'm using this to show last week H and Low in the title : WH = TimeFrameGetPrice( H, inWeekly, -1 ) ; WL = TimeFrameGetPrice( L, inWeekly, -1 ) ; +\n+ LWH : + WH + EncodeColor( colorBlue ) +\n+ LWL : + WL + EncodeColor( colorBlue ) How can I use two colors Just for ( +\n+ LWH : + WH

Re: [amibroker] Help withUp/Down Volume composite

2007-10-06 Thread Ronald Davis
Dick, I bet if is real simple to do with one of these attached explorations. I suggest that you, or one of the Amibroker coders try to modify the PERFORMANCE exploration which you brought over to Amibroker from Metastock. Ron D - Original Message - From: areehoi To:

[amibroker] Does anyone use McClellan Summation Index for Market Timing?

2007-10-06 Thread samu_trading
Hi, I wonder if the McClellan Summation Index is a good indicator for turns from bear to bull market and vice versa. Does anyonen want to share his opinion? Thanks, Samantha

[amibroker] Help with AD Ratio

2007-10-06 Thread smithkt9675
Hello, I'm trying to plot the Advance/Decline Ratio so that advancers show up 3:1 for example, and decliners show up as -3:1, so that declining days appears as a negative breadth thrust and advancers positive...all along a zero line in histogram form. The formula looks right, but when

Re: [amibroker] Help with AD Ratio

2007-10-06 Thread Ara Kaloustian
I think you need to break the program into 2 parts. part 1 - complete creation of ATCs. part 2 - process ATC and plot - Original Message - From: smithkt9675 [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Saturday, October 06, 2007 8:04 PM Subject: [amibroker] Help with AD Ratio

Re: [amibroker] Closed Trade Equity Curve

2007-10-06 Thread Keith McCombs
David -- If you are already using CBT, it should be rather easy. A lot of the 'standard' CBT code is used to combine the closed and open results, so it should be easy to spot. -- Keith David Smith wrote: Hi Keith, So it's not an easy answer then. I do use the CBT for some custom

[amibroker] Re: New Yahoo US-Stocks Database

2007-10-06 Thread marketmonk777
Hi Jim, Thanks for creating this file. I am considering trying out Yahoo as an EOD data provider. Before I do take the time to setup AB with a new database, what are the pro's and con's of using Yahoo? Do you get what you pay for? Free - so it means you have a lot of database maintenance,