Hello,
I’m coding an indicator and I need to retrieve the open and close values for a specific stock that isn’t the stock processed by the indicator.
I found this example, but it doesn’t work.
openp = open(“AAPL”)
Do you have a solution?
Thanks.
JSParticipant
Senior
With the instruction “EquityFrame,” you can call a “ticker” other than the “default ticker”… unfortunately, this instruction can only be used for “screeners”…
Short answer: not possible for “ProOrder/ProBuilder”…
Thanks for your quick response JS,
it’s really appreciated but unfortunate 🙁