Find Jobs
Hire Freelancers

Amibroker AFL Basedon Historical S And R

₹600-1500 INR

ได้รับมอบหมาย
โพสต์ มากกว่า 10 ปีที่ผ่านมา

₹600-1500 INR

ชำระเงินเมื่อส่งงาน
I want to create a afl for Historical major turning points on daily chart (eod chart) which can also if used on hourly chart if required. AFL should mark all historical major turning points and draw line at historical point Below code marks historical major turning points as well as small/minor turning points, marking is represented as text in below afl which should be plotted as line or dotted line _SECTION_BEGIN(\"HH\"); Q = Param( \"% Change\", 2, 0.1, 10, 0.1 ); Z = Zig( C , q ) ; HH = ( ( Z < Ref( Z, -1 ) AND Ref( Z, -1 ) > Ref( Z, -2 ) ) AND (Peak( z, q, 1 ) > Peak( Z, q, 2 ) ) ); LH = ( ( Z < Ref( Z, -1 ) AND Ref( Z, -1 ) > Ref( Z, -2 ) ) AND (Peak( Z, q, 1 ) < Peak( Z, q, 2 ) ) ); HL = ( ( Z > Ref( Z, -1 ) AND Ref( Z, -1 ) < Ref( Z, -2 ) ) AND (Trough( Z, q, 1 ) > Trough( Z, q, 2 ) ) ); LL = ( ( Z > Ref( Z, -1 ) AND Ref( Z, -1 ) < Ref( Z, -2 ) ) AND (Trough( Z, q, 1 ) < Trough( Z, q, 2 ) ) ); GraphXSpace = 5; dist = 0.5 * ATR( 20 ); for ( i = 0; i < BarCount; i++ ) { if ( HH[i] ) PlotText( \"HH\", i, H[ i ] + dist[i], colorRed ); if ( LH[i] ) PlotText( \"LH\", i, H[ i ] + dist[i], colorRed ); if ( HL[i] ) PlotText( \"HL\", i, L[ i ] - dist[i], colorBrightGreen ); if ( LL[i] ) PlotText( \"LL\", i, L[ i ] - dist[i], colorBrightGreen ); } Filter=HH OR HL OR LH OR LL; AddColumn(RSI(2),\"RSI\",1.2); AddColumn(Close,\"PRICE\",1.2); AddColumn(HH,\"SHORT\"); AddColumn(LH,\"LH\"); AddColumn(HL,\"HL\"); AddColumn(LL,\"COVER\"); AddColumn(V,\"volume\",1.0); _SECTION_END(); _SECTION_BEGIN( \"Price\" ); SetChartOptions( 0, chartShowDates | chartShowArrows | chartLogarithmic | chartWrapTitle ); _N( Title = StrFormat( \"{{NAME}} - \" + SectorID( 1 ) + \" - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) Vol \" + WriteVal( V, 1.0 ) + \" {{VALUES}}\", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ) ); Plot( C, \"Close\", colorRose, styleCandle | styleNoTitle | ParamStyle( \"Style\" ) | GetPriceStyle() ); _SECTION_END(); Coding is simple, please quote best possible price and approx time required [URL=[login to view URL]][IMG=[login to view URL]][/IMG][/URL]
รหัสโปรเจกต์: 5352215

เกี่ยวกับโปรเจกต์

2 ข้อเสนอ
โปรเจกต์ระยะไกล
ใช้งานอยู่ 10 ปีที่ผ่านมา

กำลังมองหาการสร้างรายได้ใช่ไหม?

ประโยชน์ของการประมูลกับ Freelancer

กำหนดงบประมาณและกรอบเวลาของคุณ
รับเงินจากการงานของคุณ
อธิบายข้อเสนอของคุณในภาพรวม
ลงทะเบียนและเสนอราคาฟรี
2 ฟรีแลนซ์กำลังเสนอราคาโดยเฉลี่ย ₹1,500 INR สำหรับงานนี้
รูปอวาตาร์ของผู้ใช้
Hello, consider it done. how far the lines should appear? 5 bars or 10 bars to the right? can deliver you the afl instantly if you give this project to me.
₹1,500 INR ใน 0 วัน
0.0 (0 รีวิว)
0.0
0.0

เกี่ยวกับลูกค้า

ปักธงของ INDIA
Ichalkaranji, India
4.9
6
ยืนยันวิธีการชำระเงินแล้ว
เป็นสมาชิกตั้งแต่ ธ.ค. 24, 2010

การยืนยันลูกค้า

ขอบคุณ! เราได้ส่งลิงก์สำหรับเครดิตฟรีให้คุณทางอีเมลแล้ว
เกิดข้อผิดพลาดขณะส่งอีเมลของคุณ กรุณาลองอีกครั้ง
โลโก้ Freelancer Thailand / ภาษาไทย ช่วยเหลือและสนับสนุน FreelancerประเภทโปรเจคการประกวดFreelancerองค์กรแพ็กเกจสมาชิกโครงการ Freelancer ชั้นแนวหน้าการจัดการโปรเจคงานในพื้นที่Photo Anywhereหน้าจัดแสดงผลงานAPI สำหรับนักพัฒนาได้รับการยืนยันDesktop App เกี่ยวกับเกี่ยวกับเราวิธีใช้งานความปลอดภัยนักลงทุนแผนผังเว็บไซต์เรื่องราวข่าวออกสื่อทีมรางวัลข่าวประชาสัมพันธ์ร่วมงานกับเรา ข้อกำหนดนโยบายความเป็นส่วนตัวข้อกำหนดและเงื่อนไขนโยบายลิขสิทธิ์ข้อพึงปฏิบัติค่าธรรมเนียมและค่าบริการหุ้นส่วนEscrow.comLoadshiftWarrior Forum แอปโลโก้ Apple App Store โลโก้ Google Play
ไม่สามารถคัดลอกไปยังคลิปบอร์ดได้ โปรดลองอีกครั้งหลังปรับเปลี่ยนการอนุญาต
คัดลอกไปยังคลิปบอร์ดแล้ว
ผู้ใช้ที่ลงทะเบียน งานที่มีการโพสต์ทั้งหมด
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
กำลังโหลดตัวอย่าง
ได้รับอนุญาตสำหรับตำแหน่งทางภูมิศาสตร์
เซสชั่นการเข้าสู่ระบบของคุณหมดอายุและคุณได้ออกจากระบบแล้ว กรุณาเข้าสู่ระบบอีกครั้ง