GoNoGo Trend Pro

Author: Optuma Team Last updated: Apr 6, 2023 10:45

Overview

Expanding on the existing GoNoGo Trend indicator, this tool adds additional Icons.

GoNoGo Charts highlight low-risk opportunities for trend participation and alert investors to short-term countertrend corrections with intuitive icons directly in the price action.

The resurgence of momentum in the direction of the trend is an excellent entry opportunity, or the chance to scale up positions. GoNoGo Icons illuminate these events on the chart with green or red solid circles.

When GoNoGo Trend is painting blue bars, a green solid circle will appear above price each time GoNoGo Oscillator finds support at zero.

When GoNoGo Trend is painting purple bars, a red solid circle will appear each time GoNoGo Oscillator hits resistance at the zero-line from below. Contrarily, within a “Go” trend, a security’s momentum may reach overbought levels, then fall back toward the zero-line.

While in a “NoGo” trend, a security’s momentum may fall to extreme oversold levels, and then cool. As the momentum calculations retreat from extreme overbought or oversold levels, GoNoGo Icons highlight the possible countertrend correction in price.

Capture

To add the tool to your chart, select the tool from the GoNoGo tool group, and left-click on the chart to add the tool. Optuma will then draw the tool using the default settings. You will see the bars change colour, as well as the addition of Go and NoGo labels and Icons.

Scripting: GNGTRENDPRO()

There are lots of outputs for the Trend Pro indicator: one for each colour (Blue, Aqua, Orange, Fucsia, and Purple) and one for each icon (Red Circle, Red Arrow, Green Circle, Green Arrow).

The following will display a value in a watchlist corresponding to the colour, ie Blue=1, Aqua=2, etc).

V1 = GNGTRENDPRO();
V2 = V1.Blue ;
V3 = V1.Aqua;
V4 = V1.Orange;
V5 = V1.Fucsia;
V6 = V1.Purple;

IF(V2 == 1,1,0) + IF(V3 == 1,2,0) + IF(V4 == 1,3,0) + IF(V5 == 1,4,0) + IF(V6 == 1,5,0)

The columns can then be formatted under Custom Labels to display the colours and label depending on the value. Clients with the tools enabled can click the links below to save and open the example workbooks with a formatted watchlist sorted by new GoNoGo signals on the current data:

Click here for Australian ASX200 example

Click here for US S&P500 example

GoNoGo Watchlist

Actions and Properties

Actions

GnGTrendAction1

Add to Toolbar: Adds the selected tool to your Custom Toolbar

Apply Settings to All: When multiple GoNoGo Trend tools have been applied to a chart, page or workbook, this action can be used to apply the settings of the one selected to other instances of the tool. This is a great time saver if an adjustment is made to the tool - such as line colour - as this allows all the other GoNoGo Trend Pro tools in the chart, page or entire workbook to be updated instantly.

Copy Tool: Allows you to copy the selected tool, which can then be pasted onto a different chart window.

Move to Back: If the tool is displaying in front of other tools or indicators clicking this action will move the tool view to the background.

Move to Front: If the tool is displaying behind other tools or indicators on the chart, clicking this action will bring the tool to the forefront.

Restore Default Settings: Click this action if you have adjusted the default settings of the tool, and wish to return to the standard properties originally installed with Optuma.

Save Settings as Default: If you have adjusted any of the tool’s properties (colour, for example) you can save the adjustments as your new default setting. Each time you apply a new GoNoGo Trend Pro tool to a chart, the tool will display using the new settings.

Delete: Deletes the tool from the chart.

Properties

GnGTrendProperties1

Tool Name: Allows you to adjust the name of the tool, as it’s displayed in the Structure Panel.

Size: Use this slider bar to increase or decrease the size of the Go / NoGo labels and icons appearing on the chart.

Tool Transparency: Use this slider bar to adjust the transparency of the tool. Moving the slider to the left will increase the transparency of the tool.

Visible: Un-tick this checkbox to hide the tool from view.

Lock Tool: When this checkbox is ticked the tool can’t be deleted from the chart and none of the tools properties can be modified.

Discussion