Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Test6 for Amibroker (AFL)

Copy & Paste Friendly
///////////////////////////////////
//////////////////////////////////
/////////////////////////////////
layer_2_0=0;
layer_2_0+=(0.161037)*layer_1_0;
layer_2_0+=(-0.193903)*layer_1_1;
layer_2_0+=(-0.33177)*layer_1_2;
layer_2_0+=(-0.466253)*layer_1_3;
layer_2_0+=(0.474174)*layer_1_4;
layer_2_0+=(0.269552)*layer_1_5;
layer_2_0+=(0.430182)*layer_1_6;
layer_2_0+=(0.359958)*layer_1_7;
layer_2_0+=(-0.4144)*layer_1_8;
layer_2_0+=(0.394195)*layer_1_9;
layer_2_0+=(-0.261749)*layer_1_10;
layer_2_0=tanh(layer_2_0);
layer_2_1=(1);
output0=((layer_2_0-(-1))*((5.4017)-(-2.51325)))/((1)-(-1))+(-2.51325);
//End of neural network code generated by the WiseTrader Toolbox


Plot(output0, _DEFAULT_NAME(), ParamColor("output0 Color", colorRed), styleLine);

EnableProgress();
RestoreDefaults();
ClearNeuralNetworkInputs();
_SECTION_END();
Back