Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

327
Views
Cómo hacer cambios personalizados en el gráfico de vista comercial

Así que estoy trabajando en este gráfico de vista comercial en el que los datos provienen de la API y los atributos son Abrir, Cerrar, Bajo, Alto, Volumen, Hora. Las velas se están trazando en estos datos. Ahora quiero agregar una marca de bonificación y dividendo en cada vela, tal como se puede ver en la imagen a continuación. ingrese la descripción de la imagen aquí Tengo el dividendo y los datos del bono en mi base de datos. Quiero mostrar en mi gráfico.

El siguiente código está inicializando el gráfico en los datos de la API.

 function initOnReady() { var widget = window.tvWidget = new TradingView.widget({ debug: true, // uncomment this line to see Library errors and warnings in the console fullscreen: true, symbol: '<?php echo $stock_symbol; ?>', interval: '1D', container_id: "tv_chart_container", timezone:"Asia/Ashkhabad", has_intraday: 'true', supports_marks: true, supports_timescale_marks: true, supports_group_request: false, resolutions: ['1', '5', '15', '30', '60', '240', 'D', 'W', 'M', '6M', '12M'], datafeed: new Datafeeds.UDFCompatibleDatafeed(api), library_path: "charting_library/", locale: getParameterByName('lang') || "en", disabled_features: ["use_localstorage_for_settings"], enabled_features: ["study_templates"], charts_storage_url: "*" , charts_storage_api_version: "1.1", client_id: '*', user_id: '<?php echo $session_user_id; ?>', theme: getParameterByName('theme'), }); };
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!