Registered User Joined: 10/7/2004 Posts: 36
|
What is the difference between the following decalrations for indicators used in realcode:
'# TMF = chart.TwiggsMoneyFlow
'# TMF = indicator.unlinked.TwiggsMoneyFlow
The chart versions works in backscanner while the indicator.unlinked does not
|

 Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The chart.TwiggsMoneyFlow version is linked to the Chart. When you change the settings on the Chart, the settings for TMF in the RealCode will change as well.
The indicator.unlinked.TwiggsMoneyFlow is no longer linked to the Chart and is not bottled into the RealCode in which it is contained. This is normally because the RealCode in which it is contained has been saved or the Indicator on which it has been based has been removed from the Chart. Changing the Indicator on the Chart will no longer change the settings for TMF in the RealCode. You would now need to Edit the Indicator or Condition containing TMF to edit the TMF settings.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|