Hi
Lets say I have Strategies a and b, in a MetaStrategy called c.
If I change Strategy a, will its version in MetaStrategy c be changed also, or I do I have to put a fresh copy into the MetaStrategy ?
Thanks:)
Rod
Lets say I have Strategies a and b, in a MetaStrategy called c.
If I change Strategy a, will its version in MetaStrategy c be changed also, or I do I have to put a fresh copy into the MetaStrategy ?
Thanks:)
Rod
Rename
MetaStrategy only contains links to the original child Strategies so changing its code or Blocks will be reflected in the MetaStrategy.
If the MetaStrategy is open, you'll need to close and reopen it to get changes saved to its child strategies.
Awesome! Thanks both
Your Response
Post
Edit Post
Login is required