Fave This

Thursday 8 May 2014

RE: [Komunitas AmiBroker] AFL adjustment right issue



Bagaimana kalau langsung pakai Symbol à Split à find next sampai ketemu tanggal dimana price njomplang à Klik OK (tanpa saya perlu hitung ratio harga baru/lama).

Apakah ada masalah? Mohon penjelasan. Pak Husni? Pak Dendo?

Saya takut salah, karena saya memperlakukan TINS kemarin dengan cara ini dan hasilnya baik-baik saja.

 

Pagi baek,

Eko

 

From: amibroker-4-bei@yahoogroups.com [mailto:amibroker-4-bei@yahoogroups.com] On Behalf Of tsunamizawa
Sent: Friday, May 09, 2014 3:14
To: amibroker-4-bei@yahoogroups.com
Subject: [Komunitas AmiBroker] AFL adjustment right issue

 

 

//AFL adjusment right issue
//pastikan anda telah backup database
//Right Issue = jumlah saham bertambah dan jumlah equity bertambah
//sebelum jalankan explore, pilih TICKER yg ada action right issue
//input tgl paling awal s/d tgl Cum RIGHT
//pilih current, run explore, save as , beri nama sesuai ticker , save file dgn akhiran CSV
//masuk submenu import wizard, pick file ini, lalu import ( warning hanya boleh dilakukan SATU KALI saja )
//ketika anda sudah lakukan import, jangan run lagi explore-nya. 

NS = 41 ;//input new stock
OS = 10 ;//input old stock
NP = 100 ;//input right issue price

no =( O*Os + np*ns )/( OS + NS ) ;//new open
nh =( H*Os + np*ns )/( OS + NS ) ;//new high
nl =( L*Os + np*ns )/( OS + NS ) ;//new low
nc =( C*Os + np*ns )/( OS + NS ) ;//new close

Filter=C>0;

AddColumn(no,"open ",1.3);
AddColumn(nh,"high ",1.3);
AddColumn(nl,"low ",1.3);
AddColumn(nc,"close ",1.3);
AddColumn(V,"volume ",1.0);

 




This email is free from viruses and malware because avast! Antivirus protection is active.




__._,_.___


Harga Software AmiBroker Terbaru:
- Versi Professional: Rp 3,500,000
- Versi Standard: Rp 2,500,000

Harga Paket Realtime Intraday Data:
1 bulan Rp 250,000
3 bulan Rp 675,000 @225rb/bulan
6 bulan Rp 1,200,000 @200rb/bulan
12 bulan Rp 2,100,000 @175rb/bulan

Pemesanan:
E-Mail: sales@integrity.co.id
Ph: 021-57936155
SMS: 08159304868
Pin: 285844A8

Informasi Selengkapnya Visit Website:
http://www.integrity.co.id





__,_._,___

No comments:

Post a Comment