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 Message ----- From: [EMAIL PROTECTED] To: [email protected] Sent: Saturday, October 06, 2007 11:05 AM Subject: Re: [amibroker] NEURAL ANALYSIS IN AMIBROKER 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 needs to be fed the log returns of 6 intermarkets to provide a relevant output. the reason i posted the code was not so someone could use it as a NN, but to emphasise teh fact that a NN built using a 3rd party tool COULD be integrated into AB using ADK and used in a trading system. John Prashanth <[EMAIL PROTECTED]> wrote: Hello Ton, Attached is the AFL that a person by name John had posted in this forum on 23-09-07. Cheers Prashanth ----- Original Message ----- From: "Ton Sieverding" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, October 06, 2007 12:11 AM Subject: Re: [amibroker] NEURAL ANALYSIS IN AMIBROKER > Prashanth do you still know where to find the code for a NN ? I really would > like to see how this works because I just don't understand what AB has to do > with NN ... > > Regards, Ton. > > ----- Original Message ----- > From: "Prashanth" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Friday, October 05, 2007 7:49 PM > Subject: Re: [amibroker] NEURAL ANALYSIS IN AMIBROKER > > > > Hello Vinay, > > > > I think this question of you rs was answered a while back. As far as my > > belief and knowledge is concerned, No, you cant create a Neural Network > > using just AB. > > > > Someone had posted a formula which he said that proved that NN can infact > be > > coded in AB, but since my C++ files have a compliation error, I havent > been > > able to test out the same. > > > > There are a lot of NN based trading products in the market though I am not > > sure as to whether they really can make money for the buyer since if it > > could, it woudnt be for sale in the first place. > > > > Cheers > > > > Prashanth > > > > ----- Original Message ----- > > From: "Vinay Gakkhar." <[EMAIL PROTECTED]> > > To: "amibroker" <[email protected]> > > Sent: Friday, October 05, 2007 3:40 PM > > Subject: [amibroker] NEURAL ANALYSIS IN AMIBROKER > > > > > > > Dear Prashanth, > > > > > > Can you please tell me whether there is any formula or add-on for > > > Amibroker which analyses the available past data like a neural network > > > does, finds the common pattern, and shows the result like neural > network? > > > > > > Thanks, > > > > > > vinay > > > > > > > > > Please note that this group is for discussion between users only. > > > > > > To get support from AmiBroker please send an e-mail directly to > > > SUPPORT {at} amibroker.com > > > > > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > > > http://www.amibroker.com/devlog/ > > > > > > For other support material please check also: > > > http://www.amibroker.com/support.html > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > Please note that this group is for discussion between users only. > > > > To get support from AmiBroker please send an e-mail directly to > > SUPPORT {at} amibroker.com > > > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > > http://www.amibroker.com/devlog/ > > > > For other support material please check also: > > http://www.amibroker.com/support.html > > > > Yahoo! Groups Links > > > > > > > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > >
