update work order case study
This commit is contained in:
@@ -1106,3 +1106,128 @@ AND
|
||||
- Waspadai false breakout, tunggu konfirmasi 1-2 hari
|
||||
- Kombinasikan dengan kondisi market dan sektor
|
||||
|
||||
# Panduan Setting TradingView Screener - MA Strategy
|
||||
|
||||
## 1. Breakout MA21
|
||||
### Filters to Add:
|
||||
- Technical > Moving Average (21) > Price/MA21 crosses above
|
||||
- Technical > RSI (14) > Between 40-70
|
||||
- Technical > Volume > Above MA20
|
||||
- Add Filter > Price > Last > Above 50 (untuk menghindari saham gorengan)
|
||||
|
||||
### Recommended Values:
|
||||
- Price/MA21: Between 1.00 and 1.02 (baru breakout)
|
||||
- Volume: Above × 1.2 MA20
|
||||
- Candle: Green (Close > Open)
|
||||
|
||||
## 2. Koreksi ke MA21
|
||||
### Filters to Add:
|
||||
- Technical > Moving Average (21) > Price near MA21
|
||||
- Technical > RSI (14) > Above 40
|
||||
- Technical > Volume > Normal Range
|
||||
- Add Filter > Price > Last > Above 50
|
||||
|
||||
### Recommended Values:
|
||||
- Price/MA21: Between 0.98 and 1.00 (mendekati MA21)
|
||||
- Volume: Between × 0.5 to × 1.5 MA20
|
||||
- Trend: MA5 > MA21 (masih uptrend)
|
||||
|
||||
## 3. Koreksi ke MA50
|
||||
### Filters to Add:
|
||||
- Technical > Moving Average (50) > Price near MA50
|
||||
- Technical > Moving Average (21) > Above MA50
|
||||
- Technical > RSI (14) > Above 35
|
||||
- Technical > Volume > Normal Range
|
||||
|
||||
### Recommended Values:
|
||||
- Price/MA50: Between 0.98 and 1.02
|
||||
- MA21 > MA50 (trend masih bullish)
|
||||
- Volume: Not exceeding × 2 MA20
|
||||
|
||||
## 4. Koreksi ke MA120
|
||||
### Filters to Add:
|
||||
- Technical > Moving Average (120) > Price near MA120
|
||||
- Technical > Moving Average (50) > Above MA120
|
||||
- Technical > RSI (14) > Above 35
|
||||
- Technical > Volume > Below Average
|
||||
|
||||
### Recommended Values:
|
||||
- Price/MA120: Between 0.98 and 1.02
|
||||
- MA50 > MA120 (intermediate trend bullish)
|
||||
- Volume: Between × 0.3 to × 1.5 MA20
|
||||
|
||||
## 5. Koreksi ke MA200
|
||||
### Filters to Add:
|
||||
- Technical > Moving Average (200) > Price near MA200
|
||||
- Technical > Moving Average (50) > Above MA200
|
||||
- Technical > RSI (14) > Above 30
|
||||
- Technical > Volume > Normal Range
|
||||
|
||||
### Recommended Values:
|
||||
- Price/MA200: Between 0.98 and 1.02
|
||||
- MA50 > MA200 (long term bullish)
|
||||
- Volume: Not panic selling (max × 2 MA20)
|
||||
|
||||
## Additional Filters untuk Semua Setup:
|
||||
1. **Market Cap Filter:**
|
||||
- Add Filter > Fundamentals > Market Cap > Above 500B
|
||||
- Untuk fokus ke saham likuid
|
||||
|
||||
2. **Volume Filter:**
|
||||
- Add Filter > Volume > Above 1M
|
||||
- Untuk memastikan likuiditas cukup
|
||||
|
||||
3. **Price Filter:**
|
||||
- Add Filter > Price > Last > Between 100-50000
|
||||
- Menghindari saham terlalu murah/mahal
|
||||
|
||||
4. **Volatility Filter:**
|
||||
- Technical > Volatility (10) > Normal Range
|
||||
- Menghindari saham terlalu volatile
|
||||
|
||||
## Column Setup yang Disarankan:
|
||||
1. Symbol
|
||||
2. Close
|
||||
3. Volume
|
||||
4. RSI
|
||||
5. Distance from MA21
|
||||
6. Distance from MA50
|
||||
7. Distance from MA120
|
||||
8. Distance from MA200
|
||||
9. Volume MA20
|
||||
10. % Change
|
||||
|
||||
## Tips Penggunaan:
|
||||
1. **Untuk Breakout MA21:**
|
||||
- Prioritaskan yang volume breakout > 1.5× rata-rata
|
||||
- RSI belum overbought (< 70)
|
||||
- Ada candle bullish konfirmasi
|
||||
|
||||
2. **Untuk Koreksi ke MA:**
|
||||
- Cek apakah MA yang lebih pendek masih diatas MA yang lebih panjang
|
||||
- Volume koreksi tidak terlalu besar
|
||||
- Ada rejection di level MA (candlestick pattern)
|
||||
|
||||
3. **Market Condition:**
|
||||
- Di market bullish: Fokus ke breakout setup
|
||||
- Di market bearish: Lebih selektif, tunggu konfirmasi kuat
|
||||
- Di market sideways: Fokus ke bounce dari MA support
|
||||
|
||||
4. **Time Frame:**
|
||||
- Gunakan Daily untuk swing trading
|
||||
- H4 atau H1 untuk trading lebih agresif
|
||||
- Weekly untuk posisi jangka panjang
|
||||
|
||||
5. **Alert Setting:**
|
||||
- Bisa set alert untuk "Price crosses above MA21"
|
||||
- Atau "Price near MA50/MA200"
|
||||
- Tambahkan volume threshold dalam alert
|
||||
|
||||
## Catatan Penting:
|
||||
- Selalu konfirmasi dengan price action
|
||||
- Perhatikan kondisi market secara keseluruhan
|
||||
- Kombinasikan dengan analisa fundamental
|
||||
- Lebih baik tunggu konfirmasi 1-2 candle
|
||||
- Perhatikan support/resistance terdekat
|
||||
- Cek juga pergerakan sektor terkait
|
||||
|
||||
|
||||
@@ -531,4 +531,238 @@ INSERT INTO master_matrix_sampling_details VALUES
|
||||
INSERT INTO master_matrix_parameters VALUES
|
||||
(2, 1, 'SNI-6989.11-2019', 'KIMIA', true), -- pH
|
||||
(2, 4, 'APHA 5210 B-2017', 'KIMIA', true), -- BOD
|
||||
(2, 3, 'SNI', 'BIOLOGI', true); -- Total Coliform
|
||||
(2, 3, 'SNI', 'BIOLOGI', true); -- Total Coliform
|
||||
|
||||
#### 2. Work Order untuk Multi-titik Sampling
|
||||
|
||||
```text
|
||||
SURAT PERINTAH KERJA (WORK ORDER)
|
||||
No: WO-2025-002
|
||||
=====================================
|
||||
|
||||
INFORMASI PROYEK
|
||||
Nama Proyek : Monitoring Kualitas Air Sungai Citarum
|
||||
No. Registrasi : REG-2025-002
|
||||
Pelanggan : Dinas Lingkungan Hidup Kota
|
||||
PIC Pelanggan : Siti Aminah (08765432100)
|
||||
|
||||
JADWAL SAMPLING
|
||||
Tanggal : 20 Februari 2025
|
||||
Waktu : 07:00 - 10:00 WIB
|
||||
Jumlah Titik : 5 titik
|
||||
Total Parameter : 9 parameter/titik
|
||||
|
||||
DETAIL TITIK SAMPLING
|
||||
1. Titik 1 (Hulu)
|
||||
- Koordinat: -6.947890, 107.632505
|
||||
- Kode Sampel: REG-2025-002-T1
|
||||
- Tim Sampling: Ahmad & Budi
|
||||
- Waktu Target: 07:00 WIB
|
||||
|
||||
2. Titik 2
|
||||
- Koordinat: -6.933456, 107.621234
|
||||
- Kode Sampel: REG-2025-002-T2
|
||||
- Tim Sampling: Ahmad & Budi
|
||||
- Waktu Target: 07:45 WIB
|
||||
|
||||
[... titik 3-5 ...]
|
||||
|
||||
PERALATAN YANG DIPERLUKAN
|
||||
1. Multiparameter water quality tester (YSI ProDSS)
|
||||
2. DO meter
|
||||
3. pH meter (backup)
|
||||
4. Botol sampel (sesuai jenis parameter):
|
||||
- Mikrobiologi (steril): 10 botol
|
||||
- Organik (amber): 10 botol
|
||||
- Anorganik (HDPE): 25 botol
|
||||
5. Cool box dengan ice pack: 2 unit
|
||||
6. GPS dan Kamera
|
||||
7. Kit preservasi sampel
|
||||
|
||||
PROTOKOL SAMPLING
|
||||
1. Urutan sampling: Hilir ke Hulu
|
||||
2. Metode per parameter:
|
||||
- pH, DO: Pengukuran lapangan
|
||||
- TSS: Grab sampling
|
||||
- BOD, COD: Botol gelap, preservasi dengan H2SO4
|
||||
- Total Coliform: Botol steril
|
||||
- Logam Berat: Botol HDPE, preservasi HNO3
|
||||
|
||||
QA/QC REQUIREMENTS
|
||||
1. Blank sample untuk logam berat
|
||||
2. Duplikat sampel di titik 3
|
||||
3. Dokumentasi setiap titik sampling
|
||||
|
||||
TIMELINE ANALISIS
|
||||
1. Parameter Mikrobiologi: Max 6 jam setelah sampling
|
||||
2. Parameter Kimia: Max 24 jam setelah sampling
|
||||
3. Logam Berat: Max 48 jam setelah sampling
|
||||
|
||||
DISTRIBUSI SAMPEL KE LABORATORIUM
|
||||
Departemen Mikrobiologi:
|
||||
- Total Coliform (5 sampel)
|
||||
|
||||
Departemen Kimia:
|
||||
- pH, DO, BOD, COD (20 sampel)
|
||||
- TSS (5 sampel)
|
||||
|
||||
Departemen Logam Berat:
|
||||
- Pb, Cd, Hg (15 sampel)
|
||||
|
||||
PELAPORAN
|
||||
1. Berita Acara Sampling per titik
|
||||
2. Chain of Custody untuk setiap batch sampel
|
||||
3. Hasil Analisis Lapangan
|
||||
4. Dokumentasi Sampling
|
||||
5. Laporan Hasil Uji Final
|
||||
|
||||
Disetujui oleh,
|
||||
[TTD]
|
||||
Kepala Laboratorium
|
||||
```
|
||||
|
||||
#### 3. Chain of Custody untuk Multi-titik
|
||||
|
||||
```text
|
||||
CHAIN OF CUSTODY - MULTI-POINT SAMPLING
|
||||
No: COC-2025-002
|
||||
=====================================
|
||||
|
||||
PROJECT INFORMATION
|
||||
Project Name : Monitoring Kualitas Air Sungai Citarum
|
||||
Registration No : REG-2025-002
|
||||
Sampling Date : 20 Februari 2025
|
||||
|
||||
SAMPLE TRACKING
|
||||
|
||||
Titik 1 (REG-2025-002-T1)
|
||||
Parameter | Botol | Preservasi | Sampling Time | Lab Receipt
|
||||
---------------------------------------------------------
|
||||
pH, DO | P1 | None | 07:00 | 10:30
|
||||
BOD, COD | P1-O | H2SO4 | 07:00 | 10:30
|
||||
Coliform | P1-M | Na2S2O3 | 07:00 | 10:30
|
||||
Logam Berat | P1-L | HNO3 | 07:00 | 10:30
|
||||
|
||||
[... tracking untuk titik 2-5 ...]
|
||||
|
||||
SAMPLE HANDOVER
|
||||
|
||||
1. Field Sampling
|
||||
Time : 07:00 - 10:00
|
||||
Officer : Ahmad & Budi
|
||||
Signature: [________]
|
||||
|
||||
2. Transport
|
||||
Time : 10:00 - 10:30
|
||||
Officer : Budi
|
||||
Signature: [________]
|
||||
|
||||
3. Lab Reception
|
||||
Time : 10:30
|
||||
Officer : Dini
|
||||
Signature: [________]
|
||||
|
||||
4. Distribution to Departments
|
||||
Micro : 10:45 | [________]
|
||||
Chemistry: 10:45 | [________]
|
||||
Metals : 11:00 | [________]
|
||||
|
||||
SAMPLE CONDITION ON RECEIPT
|
||||
Temperature : 4°C
|
||||
Seal Condition : Intact
|
||||
Preservation : Verified
|
||||
Documentation : Complete
|
||||
|
||||
Notes:
|
||||
- Priority handling for microbiological samples
|
||||
- All samples received in proper containers
|
||||
- Chain of cold maintained during transport
|
||||
```
|
||||
|
||||
#### 4. Laporan Status Sampel
|
||||
|
||||
```text
|
||||
LAPORAN STATUS SAMPEL
|
||||
No: SSR-2025-002
|
||||
=====================================
|
||||
|
||||
Project: Monitoring Kualitas Air Sungai Citarum
|
||||
Date : 20 Februari 2025
|
||||
Status : In Progress
|
||||
|
||||
TRACKING SUMMARY
|
||||
|
||||
Titik 1 (REG-2025-002-T1)
|
||||
Parameter | Status | Start Time | Complete Time
|
||||
--------------------------------------------------------
|
||||
pH | Completed | 10:45 | 11:00
|
||||
DO | Completed | 10:45 | 11:00
|
||||
TSS | In Analysis | 11:15 | -
|
||||
BOD | In Queue | - | -
|
||||
COD | In Analysis | 11:30 | -
|
||||
Total Coliform | In Analysis | 10:50 | -
|
||||
Pb | In Queue | - | -
|
||||
Cd | In Queue | - | -
|
||||
Hg | In Queue | - | -
|
||||
|
||||
[... status untuk titik 2-5 ...]
|
||||
|
||||
PROGRESS SUMMARY
|
||||
Total Samples : 45
|
||||
Completed : 10
|
||||
In Analysis : 15
|
||||
In Queue : 20
|
||||
Rejected/Resampling: 0
|
||||
|
||||
ESTIMATED COMPLETION DATES
|
||||
Mikrobiologi : 20 Feb 2025 (16:00)
|
||||
Kimia Dasar : 21 Feb 2025
|
||||
Logam Berat : 22 Feb 2025
|
||||
Final Report : 3 Mar 2025
|
||||
|
||||
Notes:
|
||||
- All samples received in good condition
|
||||
- No analytical issues reported
|
||||
- On track for final deadline
|
||||
```
|
||||
|
||||
#### 5. Alur Proses Multi-Point Order
|
||||
|
||||
```mermaid
|
||||
sequenceDiagram
|
||||
actor Admin as Admin Lab
|
||||
participant System as Sistem Lab
|
||||
participant Order as Order Management
|
||||
participant Sampling as Sampling Module
|
||||
participant Analysis as Analysis Module
|
||||
|
||||
Admin->>System: Input Multi-point Order
|
||||
System->>Order: Generate Master Order
|
||||
Order->>Sampling: Create Sampling Plans
|
||||
|
||||
loop For Each Point
|
||||
Sampling->>Analysis: Generate Sample IDs
|
||||
Analysis->>System: Create Analysis Schedule
|
||||
end
|
||||
|
||||
System-->>Admin: Display Order Summary
|
||||
Admin->>System: Generate Work Order
|
||||
System-->>Admin: Work Order Document
|
||||
|
||||
Note over Admin,System: Tracking Begins
|
||||
|
||||
loop For Each Sample Point
|
||||
Sampling->>System: Update Sampling Status
|
||||
Analysis->>System: Update Analysis Progress
|
||||
System-->>Admin: Real-time Status Updates
|
||||
end
|
||||
```
|
||||
|
||||
Sistem ini memungkinkan:
|
||||
1. Tracking detail untuk setiap sampel dari multi-titik sampling
|
||||
2. Manajemen workflow yang efisien untuk sampel dalam jumlah besar
|
||||
3. Dokumentasi yang lengkap dan terstruktur
|
||||
4. Pemantauan progress analisis secara real-time
|
||||
5. Pelaporan yang komprehensif untuk pelanggan
|
||||
|
||||
[... continue with existing content ...]
|
||||
Reference in New Issue
Block a user