Ticker

6/recent/ticker-posts

Ad Code

Neuroshell Trader Example 2, Crossover Alert. Stock, Forex, Trading System

 


In the previous post, I have been publishing Neuroshell Trader Example 1, how to create a moving average, and implemented subtract to create bars mode in the subgraph.
Today I will discuss how to create Crossover Alert, like an example 2 chart.

  • Open Chart Example 2 - Crossover Alert. Click File -> Open -> navigate to the directory C: \ NeuroShell Trader 5 \ Charts \ -> select Example 2  - Crossover Alert  -> Open. 
  • It might open the tutorial window. To remove the page Help -> Interactive tutor.
  • In Example 2 we will create an Alert or give a sign that it meets the conditions.
  • Open the Previous Example 1 Chart in the Exercise folder. So it looks like this :



Now let's try to create Alerts on chart 2
  • To Create a Buy Alert = click Insert -> New Alert -> Add Condition -> click the Indicator Button -> Crossover & breakout Identification -> Avobe Crossover (Cross Above) -> Time Series # 1 fill with Avg (close, 5) and Time Series # 2 fill with Avg (close, 22) -> Finished -> Next -> TextBox Name fill with Buy Alert, Description fill with Time to Buy and Sound File select DrumRoll.wav -> Finished.then change the Buy Alert color to Blue. Done . This alert shows if there is an upward intersection if Avg (close, 5) crosses above Avg (close, 22).
  • To Create a Sell Alert = click Insert -> New Alert -> Add Condition ->  click the Indicator Button -> Crossover & breakout Identification -> Crossover Below (Cross Below) -> Time Series # 1 fill with Avg (close, 5) and Time Series # 2 fill with Avg (close, 22) -> Finished -> Next -> TextBox Name fill with Sell Alert, Description fill with Time to Sell and Sound File select Explode.wav -> Finished. then change the Sell Alert color to Red. Done . This alert shows if there is a downward cross if Avg (close, 5) cuts down Avg (close, 22).
  • Next, drag Sell Alert to the Subgraph where it is Buy Alert 
  • Save your custom chart by clicking File -> Save As -> Name = Example 2 save it in the Exercise folder -> click Save
Now we have finished creating the indicator like in Example 2. The last display is :










Post a Comment

0 Comments