Trying to merge two strategies, VSA and MACD
-
Hello Everyone! Please, How can i save the output of a strategy, and feed it into another strategy within the same project?
-
Many ways but simply, have a bool condition, and if true one is used, and if false the other is used, or save the result in a variable so the other can use it.
-
@jstap Thank you for your response. Pls how do i save the output as a variable.
-
upper left create a variable, there is more to it though, you will have to create a project, and add a shared link for any problems