Find Jobs
Hire Freelancers

Amibroker AFL Basedon Historical S And R

₹600-1500 INR

Concedido
Publicado há mais de 10 anos

₹600-1500 INR

Pago na entrega
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]
ID do Projeto: 5352215

Sobre o projeto

2 propostas
Projeto remoto
Ativo há 10 anos

Quer ganhar algum dinheiro?

Benefícios de ofertar no Freelancer

Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
2 freelancers estão ofertando em média ₹1.500 INR for esse trabalho
Avatar do Usuário
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 em 0 dia
0,0 (0 avaliações)
0,0
0,0

Sobre o cliente

Bandeira do(a) INDIA
Ichalkaranji, India
4,9
6
Método de pagamento verificado
Membro desde dez. 24, 2010

Verificação do Cliente

Obrigado! Te enviamos um link por e-mail para que você possa reivindicar seu crédito gratuito.
Algo deu errado ao enviar seu e-mail. Por favor, tente novamente.
Usuários Registrados Total de Trabalhos Publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Carregando pré-visualização
Permissão concedida para Geolocalização.
Sua sessão expirou e você foi desconectado. Por favor, faça login novamente.