Built in indicators

These can be de-selected, or you can force a system to use specific indicators.


The same applies to Secondary filters.

The over simplified GSB system structure is.

result=indicator1*weight*indicator2*indicator3;


SecondaryFilter=Close >PreviousDailyClose; {for buy} There are other options here to. See secondary filter mode two topics below this one.

If secondary Filter=true and result>0 then buy;

If secondary Filter=true and result<0 then sell;