SymbolMapper. Txt file details

Hi,

Someone please explain me how to use of SymbolMapper.txt and if we have prepared file to use.

Thanks

Hi Karthik…
Assuming that U have very well Knowledge on AmiBroker Charting Basic,AFL Codind Basic and PiBridge
Download the File From https://drive.google.com/open?id=0B-AWKNHhYByLaEplVEZuQkg2b3M
Install the Exe File as Administrator…Once Installed…
You 'll find a AmiBridge_Help.pdf File in C:\Users\Public\Documents Folder…
Go Through the PDF File…It has Details on How to use…
FoR Example…To Place a Buy Order in Pi

After your BUY Condition, add the Below Code
if (LastValue(Buy))
{Order = CreateObject(“AmiBridge.Pi”);
Order.PlaceOrder(Name(),LastValue©,“BUY”);}

If are new to AmiBroker…then U have to Learn basics of AmiBroker Charting,
AFL Coding, PiBridge etc before u use SymbolMapper.txt

For Basic Idea what amibroker and Pi Bridge Does…
Please refer the below link…

http://tradingqna.com/13682/what-is-ami-broker-what-is-pi-bridge-how-they-help-us-to-trade

1 Like