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()

파인 라이브러리

트레이딩뷰 정신에 따라 오써는 이 파인 코드를 오픈 소스 라이브러리로 퍼블리쉬하여 당사 커뮤니티의 다른 파인 프로그래머들이 쓸 수 있도록 하였습니다. 오써에게 찬사를! 여러분은 이 라이브러리를 프라이빗 또는 오픈 소스 퍼블리케이션에 쓸 수 있지만 퍼블리케이션에 재사용은 하우스룰을 따릅니다.

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

이 라이브러리를 쓰시겠습니까?

텍스트를 클립보드에 카피한 뒤 님의 스크립트에 붙여 넣기.