I've defined a number of FunctionParameters for my Backtest study.
When I Edit Studies, they show up correctly with the defined default values.
But when I Backtest the study, no default values show up. How do I get them to show up?
Thanks
I figured it out. Tried to delete this post but it wouldn't let me. I had a problem with variable naming between FunctionParameter instantiation and vars in main(...) - they weren't spelled the same.
When I Edit Studies, they show up correctly with the defined default values.
But when I Backtest the study, no default values show up. How do I get them to show up?
Thanks
I figured it out. Tried to delete this post but it wouldn't let me. I had a problem with variable naming between FunctionParameter instantiation and vars in main(...) - they weren't spelled the same.