Can’t we use a constant for the active name in the code?
It’s really a must have.
JSParticipant
Senior
Do you mean:
Once Threshold=12
If myValue>Threshold then
…
I mean any of
IF active = “NASDAQ”
or
IF active = NASDAQ
Or whatever permits adjusting on a per-active basis.
Even if the string support is limited or is not there (didn’t check), even a builtin or something like
IF ActiveIs(“NASDAQ”)
would do.
I’d program that myself if I had the source…
thanks
JSParticipant
Senior
Hi,
In PRT, the command EquityFrame(market, ticker) exists, but it can only be used within ProScreener…
Unfortunately, it’s not possible to use or reference multiple tickers in ProBuilder or ProOrder…
Sad.
Please, add it to probuilder, it’s a must have.
thx.