neural network

Questions about MultiCharts and user contributed studies.
User avatar
Smoky
Posts: 518
Joined: 03 Dec 2010
Location: Thailand
Has thanked: 99 times
Been thanked: 121 times

neural network

Postby Smoky » 28 Feb 2024

On this forum, only seven answers about neural network research !

did someone use a neural network with ddl in multicharts ?

Thanks

sptrader
Posts: 742
Joined: 09 Apr 2010
Location: Texas
Has thanked: 483 times
Been thanked: 274 times
Contact:

Re: neural network

Postby sptrader » 29 Feb 2024

While on the subject of Neural Networks, I'd love to see MC take the lead on NN in technical analysis software.
It would be a new market for them. With all of the AI rage these days, it's time someone offered it.
Make it an optional plug-in module that we could buy.
The product that I used to use was by Ward Systems Group, the software was called Neuroshell2.
I gave up using it when everything went 64bit. It was a 32 bit program that I could call from TS or MC using a DLL.
Steve

User avatar
Smoky
Posts: 518
Joined: 03 Dec 2010
Location: Thailand
Has thanked: 99 times
Been thanked: 121 times

Re: neural network

Postby Smoky » 29 Feb 2024

While on the subject of Neural Networks, I'd love to see MC take the lead on NN in technical analysis software.
It would be a new market for them. With all of the AI rage these days, it's time someone offered it.
Make it an optional plug-in module that we could buy.
The product that I used to use was by Ward Systems Group, the software was called Neuroshell2.
I gave up using it when everything went 64bit. It was a 32 bit program that I could call from TS or MC using a DLL.
Steve
i only find a c++ library "FANN" who can be used with MC.

sptrader
Posts: 742
Joined: 09 Apr 2010
Location: Texas
Has thanked: 483 times
Been thanked: 274 times
Contact:

Re: neural network

Postby sptrader » 03 Mar 2024

Smokey: Here is a .dll example that I used, to get the NN output into MC.

DefineDLLFunc:"TRADES.DLL", FLOAT, "TSGetOutput", INT;

User avatar
Smoky
Posts: 518
Joined: 03 Dec 2010
Location: Thailand
Has thanked: 99 times
Been thanked: 121 times

Re: neural network

Postby Smoky » 04 Mar 2024

Nice, what tools do you use to make your NN ?

You can build, train, test a NN with this freeware
https://firagiel.com/web/technical-soft ... l-network/

and then use FANN library code to load your NN and make prediction.

sptrader
Posts: 742
Joined: 09 Apr 2010
Location: Texas
Has thanked: 483 times
Been thanked: 274 times
Contact:

Re: neural network

Postby sptrader » 10 Mar 2024

Smokey : NNets are very difficult to get working the way we want. You need a target and inputs to predict that target. There are infinite possibilities of each. One important thing that I learned, is that you Don't predict price directly, you predict something that is correlated with the price target.
Its been 15+ years since I went down that road, so I don't remember too much detail about it. You might try a google search for NNet inputs and targets, for the price that you're trying to predict. It was a fun project but I never came up with a trading system that was reliable enough, to trade with. With today's AI however, it might be more possible today.

User avatar
Smoky
Posts: 518
Joined: 03 Dec 2010
Location: Thailand
Has thanked: 99 times
Been thanked: 121 times

Re: neural network

Postby Smoky » 10 Mar 2024

Hi Sptrader, i'am agree with you i don't want to predict price, but to find a way to select my best trades from my personal indicators.


Return to “MultiCharts”