In the last tutorial we had seen a simple trick to access fundamental screener inside the Amibroker EOD database. Now how about accessing trading intraday charts, indicators and trading ideas inside Amibroker. We will be using Amibroker Web research feature to achieve this simple task.
Requirements
1)Amibroker v4.9 or above
1)Realtime/EOD Amibroker Database which supports NSEIndia symbols.
How to Integrate Screener with Amibroker?
1)Open Amibroker and Goto Tools Menu ->Customize
2)From the Customize Dialog box goto the tab Web Pages
3)Now press the New button Type the url and description as shown below
URL : https://www.tradingview.com/chart/?symbol=NSE:{t}
Description : Tradingview Charts
URL : https://www.tradingview.com/symbols/NSE-{t}/
Description : Tradingview Ideas
where {t} represents the ticker symbol
4)Now goto File->New->Web Research
5)And Select Tradingview Charts/ Tradingview Ideas from the Address combo-box
6)Bingo! you are done. Now select any NSE Stock Symbol and you will get access to intraday charts from Trading view and Trading Ideas from the Tradingview trading community.
RAJENDRAN SIR, GREAT GUIDANCE FOR AMIBROKER USERS. WHILE I WAS TRIED, I GOT MESSAGE
Oops, your browser is not supported!
Please update your browser to the latest version, or use one of the following:
PLEASE LET ME KNOW TO COME OUT FROM THIS ISSUE.
Amibroker uses IE browser by default. Some of the trading view components supports only modern browsers in such a case IE8 or above is recommended. It is always recommended to have a recent IE browser.
I have IE 11 installed with Latest Updates but still i m getting the same error
When i replaced URL by “start chrome.exe https://www.tradingview.com/symbols/NSE-{t}/”
the page opens correctly for 2 seconds and then disappears and same error comes again
Whats the error you are facing?
Hi Rajendran,
Thanks for the recent idea. I have IE11 installed on my system but its still give me the same error saying browser not supported.
can you help in any other work around?
Thanks in advance.
Oops, your browser is not supported! …I have IE 11 installed with Latest Updates but still i am getting the same error…
No idea! kindly raise the concerns in forum.amibroker.com
Amibroker gets shipped with IE7 browser by default due to which this issue occurs. If you have 6.20 and version below you will notice this issue for the above urls mentioned. Update to their latest beta version based on when you purchased your amibroker they allow a free update(Note these are Beta versions which means you can expect crashes as beta versions might contain bugs)
From their release notes in 6.25.0 Beta
Web Research: many HTML5 pages did not display properly because of the fact that web browser used old IE7 mode. Now browser uses IE11 mode at minimum for proper HTML5 rendering
If you are having problems you can do the following:
Open RegEdit (registry editor)
Locate/create this key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
Create DWORD value with name Broker.exe and value: 11001 (decimal)
This instructs the OS to use IE11/HTML5 engine instead of some older one.
Excellent. This technique works.
Hi srikanth sir
can u pls load a video in youtube or a word which has step by step explanation..will be usefull fir layman
Hi Mr. Srikanth,
Thank you for your advice, It is working but I am unable to use my local amibroker data and symbol. Please give the solution for Plot my local Amibroker Data and Symbol apply to TradingView Charts
Thank you
Dear Rajendra Sir ,
The following procedure is working. But unable to get my AMIBROKER DATA with TRADINGVIEW.
Please give me solution
Locate/create this key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
Create DWORD value with name Broker.exe and value: 11001 (decimal)
This instructs the OS to use IE11/HTML5 engine instead of some older one.
NICE SIR, IAM NEW HERE ,BUT REALY AWSOME.SIR PLZ TELL ME IF I WANT INVESTING.COM CHART HERE THEN WHAT i HAVE TO DO?