Indicator Lock

 

Can I, somehow, use a code lock so an indicator is limited to only a specific broker ( ex. pivot points can be used only with FXCM, or MACD cam be used with only forex.com) .

Please let me know . Thx

 

Yes there probably is


Yes: you Would Need the Source Code Listing for the Indicator you are Using

Then Add the Code to Determine who the Broker is :


The Src Code: AccountCompany () is Supposed to Identify the Broker

ex. The Source Code would be something like this .........


if (AccountCompany () == "brokers_name")


Process: the Indicator logic HERE



if (AccountCompany () == "brokers_name_2")


Process: Indicator_2




Sincerely Yours

MRGLENN


ps. Im at ====> glRoss3@yahoo.com