Can I use private indicator's signals in Strategy Tester?
Posted: Tue May 17, 2022 5:39 pm
I have a private indicator that gives me buy/sell signals. Is it possible to use the indicator's buy/sell signals as points of trade entry with Pinescript to create a Strategy Tester?
I was looking at this, but not quite sure if this is the right way to import my indicator.
Also, unsure of how to access the buy/sell value. Is this even possible?
I was looking at this, but not quite sure if this is the right way to import my indicator.
Code: Select all
signalFromStudy = input(close, "Input", input.source)