My initial thought is to to build two strategies, and when 30 min chart's moving averages cross up, I write a true value into a text file, so that the 5 min chart strategy can read the text file and tell if the 30 min is at cross up status.
But I wonder if there are smarter ways to do the same.
1) is there a better way to let two strategies to communicate with each other? like in memory?
2) or better, is there a way to have one strategy run on two time frame data?
Thank you!


Comment