BURSATRENDBANDCHART

bursamalaysianonshariah

BURSATRENDBANDCHART アップデート済   
Library "bursamalaysianonshariah"

List of non-Shariah stock for Bursa Malaysia as of Oct 2021
No parameter required
status() will return 1 if ticker in the list, 0 if ticker not in the list and 2 if ticker not from Bursa Malaysia

Example usage :
//@version=5

indicator("My Script", overlay = true)
import BURSATRENDBANDCHART/bursamalaysianonshariah/1 as b

bgcolor(status() == 1 ? color.new(color.red, 90) : status() == 0 ? color.new(color.green, 90) : color.new(color.blue, 90))

Special thanks to
wmsafwan
RozaniGhani-RG
リリースノート:
Library "bursamalaysianonshariah"
: List of non-Shariah stock for Bursa Malaysia as of Oct 2021
: fixed error
リリースノート:
Library "bursamalaysianonshariah"
: Update ! List of Shariah stock for Bursa Malaysia as of Oct 2021

status()
Now all list are shariah compliant. Up to date 974 stock including warrant.
: status() will return 0 if in the list (shariah), 1 if not in the list (non-shariah) and 2 if ticker not from Bursa Malaysia
I will keep this library name as "bursamalaysianonshariah"
リリースノート:
Latest v4
- update List of Shariah-Compliant Securities (Bursa Malaysia) as at 26 November 2021
リリースノート:
v6
Update up to 29 DIS 2021
- add ATECH
- change securities name as per Bursa Announcement
リリースノート:
v6
Update list as of 30 JAN 2022 - change name of ticker and new IPO (listed as Shariah Compliant by Bursa Malaysia)
リリースノート:
v7
add CAPITALA, SIAB into shariah list
リリースノート:
v8
Update 5 JUN 2022
リリースノート:
v9
Update 22 SEPT 2022
リリースノート:
v10
Update 17 DEC 2022
リリースノート:
Library "bursamalaysianonshariah"
: Update 27 DEC 2022 ! List of Shariah stock for Bursa Malaysia
Compiling took too long. I divided the array element into two groups.

status()

Pineライブラリ

TradingViewの精神に則り、作者はPineコードをオープンソースライブラリとして公開し、コミュニティの他のPineプログラマーが再利用できるようにしました。作者に敬意を表します!このライブラリを個人的に、または他のオープンソースの投稿で使用することができますが、、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

このライブラリを使用したいですか?

以下の行をコピーして、スクリプト内に貼り付けてください。