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);
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)
This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.