Example Charts

Top  Previous  Next

The example charts are installed in the default directory of c:\\NeuroShell Trader 5\AIS3 Examples.

 

The Agilent and Analog Devices Pairs chart uses the PairEntry and PairExit indicators to build a hedging Trading Strategy based on the crossover of the Agilent and Analog Devices close values, which are in the same range and follow one another.

 

The Cisco and Verizon Proxy chart creates a pairs Trading Strategy for two stocks not in the same price range by use of a neural network prediction.

 

The Conditional Indicators chart uses the FindInclusive indicator to calculate the standard deviation between the Peak and Valley conditions in Apple.

 

The CountInclusive and CountSinceInclusive chart uses a CountInclusive indicator to find the number of times the RSI was greater than 50 between a pair of Peak and Valley indicators (the two conditions).  The indicator uses a reset value of 0, which means that it recalculates every time a new valley (condition 2) is found.  The CountSinceInclusive indicator counts the number of times the RSI was greater than 50 every time after a new peak is found.

 

The FindInclusive and Find SinceInclusive chart finds the Max value of the high between Monday (condition 1) and Friday (condition 2).  The inclusive version of the Find indicator is used to allow the Max value to take into consideration the highs from the Monday and Friday bars (the condition boundaries).  The two instances of the FindSinceInclusive indicator find the Max value of the high for both Monday and Friday.  Comparing these indicators to the FindInclusive indicator allows you to determine whether the Max value occurs during the middle of the week.  

 

The Remember 2 Spy chart shows how the value of the indicator changes based on two different conditions.   The Remember value recalculates any time either condition is found, without regard to order of occurrence.  The Remember indicators may be used as variables whey they are included in indicators, Predictions or Trading Strategies.

 

The Toggle chart shows how the ToggleInclusive indicator is turned off and on based on changes in the Moon Distance indicator.  The ToggleSince indicator turns on the first time the condition is met (Moon Distance > 450000 kilometers) and stays on.

 

The FollowedBy chart shows how these indicators may be used for pair trading by marking when one stock crosses above another one followed by a cross below for the same pair.  The FollowedByWithin versions let you specify a max number of bars for the conditions to follow one another.  The FollowedByWithin indicator says the conditions must follow one another within 10 bars while the inclusive version only allows 5 bars.

 

The Equation of Time and Moon Distance Energy chart shows how those indicators may be used as inputs to a neural network.  They are particularly useful for predicting cyclic stocks, such as the energy stocks included in the chart.