Code Profiler generating future quotes warning with composite symbol

Why does this code generate future quotes warning when running the code check???

FOO = 123;

// Create a composite symbol to use in backtesting or exploration
AddToComposite(FOO,"~FOO","C",atcFlagDefaults|atcFlagEnableInBacktest);

Please read this document:

(scroll down to SPECIAL CASE: AddToComposite function)

2 Likes

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.