Hello everybody.
Is it possible to create a code that compares any security with the Spy stock?
I used the right click menu, then pressed “compare to security” ->(SPY) but cannot use it in the code.
Is there another way to do that?
Thank you
Indeed, that it is still not possible with custom code but only with internal default indicator of the platform.
What does “internal default indicator” mean? Could you elaborate?
I thought that you were talking about Relative Strength Comparison? Because there are dedicated indicators in the platform for that.
I’ll try to explain myself more clearly.
I’m trying to create a screener code that is based on the relation of a stock to SPY etf.
Is that possible?
Yes, that seems possible, look at this example with EQUITYFRAME instruction: EQUITYFRAME
(your topic is in the ProOrder section and titled with “backtesting” word ..) 🙄
Thank you, and sorry for the mix-up:)
I’ve noticed that EQUITYFRAME works only on the screener.
Is there a way of doing the comparison above with probacktest as well?
Is there a way of doing the comparison above with probacktest as well?
No – it is an instruction that is only currently used in the ProScreener engine.