Fixing Symbol Name Errors between Multiple Brokers
I am using the three different brokers accounts. Suppose for broker 1 sends the symbol as NIFTY26APR22500CE, but Brocker2 expects a specific numeric Token and a Broker3 wants a different format.
My trades are failing because I can’t keep updating the symbol names for every broker in my Pine Script.
Is there a way to send one simple name and have it work everywhere?