Not really, still learning. I built the macd crossover strategy from the github source files. Just as I did for the MACrossover. It performs identically to the installed macd crossover on the platform. Backtested with identical numbers.
My next goal is to use the Kinetic indicator I posted here in a crossover strategy.
Does anyone have a clue to offer as to how to use a custom indicator that is installed on the platform but not a stock tickblaze indicator, in a custom strategy. I know that I could just hard code it into the strategy but I would like to use a more elegant method.
Another way to say it, how do I make a custom indicator in one file visible to a strategy in a separate file.