bursamalaysianonshariahLibrary "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
Syariah
Saham Syariah Indonesia| The Most Liquid Sharia Stocks IndonesiaA simple indicator to show the most liquid Sharia stocks in the Indonesian market based on Index JII , JII70 , and IDX-MES BUMN 17
-----------------------------------------------------------------------------------------------------------------------------------------------
Stocks included in the index are shown in light green (lime),
while the rest will be red
Information based on Indonesia Stock Exchange - Major Evaluation August 2021
-----------------------------------------------------------------------------------------------------------------------------------------------
MA 10,20,50,200Indicator consist of moving averages (MA).
This indicator make it easier for me to switch between few MA lines.
1. MA10
- used for intraday.
2. MA50 and Ichimoku
- to analyze swing trend
- display only MA50 and ichimoku cloud
3. MA20, MA50 and MA200
- to analyze the trend
- for swing trade
4. Lines 52 Week High / Low
- display both lines as guide when trading
Bursa SyariahSimple indicator to show syariah status for specific counter. This script only limited for stocks traded in Malaysia market only.
Syariah compliant stocks will be indicated by green colored pane.
Non-syariah compliant stocks will be indicated by red colored pane.
I also add secondary features to calculate lot size based on capital you have.