How to iframe Autochartist’s News Sentiment into your website
There are two possible ways of implementing the News Sentiment Component into your website:
https://news-sentiment.autochartist.com/news-sentiment?theme=<theme>&broker_id=<brokerid>&account_type=<account_type>&user=<user>&expire=<expiry>&token=<token>&language=<locale>
Parameters are as follows:
<brokerid> – the broker id provided to you in the onboarding pack.
<account_type> – This parameter governs whether this report is slightly delayed or not. Valid values are LIVE or DEMO
<expiry> – Unix timestamp of when this links will expire.
<locale> – Report display language. Browser language preference will be used if not specified. For example en = English, ru = Russian
<user> – a userid of the person accessing the link.
<token> – md5([UserID]|[Account Type]|[Expiry][Secret Key]). See this article for details.
<theme> - use light or dark
Notes: