Find Jobs
Hire Freelancers

Converting Pine script to Lua script Trading Indicator

$30-250 USD

Cerrado
Publicado hace alrededor de 1 mes

$30-250 USD

Pagado a la entrega
I have a Pine Script trading indicator that I need to be converted to a Lua script for use in IQ Option. The job is essentially about adapting an existing script to a different language. Key requirements: - Convert an existing Pine Script trading indicator to Lua for use in IQ Option platform. - No additional features or customizations needed. - I prefer not to have comments explaining the code for future modifications. Testing: - The converted script should be tested for its accuracy in real-time on a demo account. Ideal skills and experience: - Proficiency in both Pine Script and Lua. - Previous experience in adapting trading indicators across platforms. - Experience in backtesting and real-time testing of trading scripts is a plus. This is a relatively straightforward job and should not require more than basic script conversion skills. Below is the script: // © Infinity_Trading_ // Last Modified: 2/2/2022 //@version=5 indicator(title="Volume Pressure Bars", shorttitle="_Vol Bars", overlay=true, scale=[login to view URL], format=[login to view URL]) // Purpose: Transforms normal volume bars into buying and selling pressure bars. This allows user to easily see if there is more buying or selling on a given timeframe. // Includes moving average line for the total volume of the bar. The moving average line can be adjusted by length and mathemtical function. // Usage: This script allows the user to change the colors of the buy and sell pressure bars, toggle the moving average, // and had built in scaling abilities to reduce the heigh of the volume bars when displayed on the same chart as price candles. ///////////////////////////////////////////////////////////////////////////////// INPUTS var string GP1 = "Moving Average Line" i_ma_line = [login to view URL](defval=true, title="Display Mov Avg Line", group=GP1) i_length = [login to view URL](defval=20, title="Length", minval=1, maxval=20, group=GP1) i_ma_smoothing = [login to view URL](defval="SMA", title="Smoothing", options=["RMA", "SMA", "EMA", "WMA"], group=GP1) var string GPS = "Scaling" i_scaling = [login to view URL](defval=false, title="Scale Bars", group=GPS) i_scaling_factor = [login to view URL](defval=10, title="Scaling Factor", step=1, group=GPS) ///////////////////////////////////////////////////////////////////////////////// HELPER FUNCTIONS // Moving average helper function ma_function(source, length) => switch i_ma_smoothing "RMA" => [login to view URL](source, length) "SMA" => [login to view URL](source, length) "EMA" => [login to view URL](source, length) => [login to view URL](source, length) ///////////////////////////////////////////////////////////////////////////////// VOLUME PRESSURE buyingPressure = volume * (close - low) / (high - low) sellingPressure = volume * (high - close) / (high - low) percentSellingVol = [login to view URL]((sellingPressure / volume) * 100, 0) percentBuyingVol = 100 - percentSellingVol ///////////////////////////////////////////////////////////////////////////////// HISTOGRAM plot(volume, style=plot.style_columns, color=[login to view URL](#10ac84, 0), title="Buy Vol Bar") plot(sellingPressure, style=plot.style_columns, color=[login to view URL](#b71540, 0), title="Sell Vol Bar & Label") // Buying pressue is transparent to show buying volume in indicator label plot(buyingPressure, style=plot.style_columns, color=[login to view URL](#4caf50, 100), title="Buy Vol Label") ///////////////////////////////////////////////////////////////////////////////// LINES mov_avg = ma_function(volume, i_length) plot(i_ma_line ? mov_avg : na, style=plot.style_line, linewidth=2, color=[login to view URL](#000000, 0), title="MA Line") ///////////////////////////////////////////////////////////////////////////////// SCALING // Plot high line to scale down the columns scaling_value = mov_avg * i_scaling_factor plot(i_scaling ? scaling_value : na, title="limit", color=[login to view URL](#00ffaa, 100))
ID del proyecto: 37989635

Información sobre el proyecto

9 propuestas
Proyecto remoto
Activo hace 1 mes

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
9 freelancers están ofertando un promedio de $107 USD por este trabajo
Avatar del usuario
Hi Evans S., How are you doing? As a professional developer with expertise in Trading, Pine Script and Lua, I eagerly anticipate the opportunity to complete this project for you. Please drop me a message to discuss the project detail. Thank you for considering my services.
$50 USD en 6 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
As an experienced Full-Stack Developer adept in scripting languages like Lua and Pine Script, I am uniquely qualified to undertake your project. At Techfusion, we pride ourselves on seamlessly adapting scripts across platforms and our deep knowledge of both Pine Script and Lua make us the best choice for the job. Moreover, my team's proficiency in backtesting and real-time testing of trading scripts reassures you of accurate and reliable solutions. Furthermore, at Techfusion we understand that precise code conversion is vital for successful integration into a new platform. Rest assured, my familiarity with both script languages allows me to effectively translate even highly complex trading indicators. The script in question involves moving averages, scaling and histogram plottings- tasks my experience will ensure will be completed flawlessly. Lastly, by availing my services for this secondment you access the cumulative advantage of my team's expertise across platforms, an assurance that the converted script will function accurately in IQ Option. My ability to tackle this apparently procedural project with simplicity will give you value for money- why not make the logical choice! Trust me with your Pine script conversion to Lua for a smooth transition to IQ Option. NOTE: Please note that initial bid is estimate and the final quote will be provided after discussion of the project requirement.
$30 USD en 7 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Hello Evans S., Glad to say that we have already done a similar project before, would you like to see it? We already have similar experience in the same domain. We are an expert team which have 4 years of experience on Lua, Pine Script, Trading Lets connect in chat so that We discuss further. Regards
$150 USD en 7 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Dear Evans S., I’ve read all of your requirements fully and I'm really interested in Converting Pine script to Lua script Trading Indicator . I have rich experience in Trading, Lua and Pine Script with over 9 years. I am always ready to discuss more detail this project with you and I can start working immediately. Looking forward to working with you soon. For the best result and a long term in the future. Regards, Mikael.
$30 USD en 5 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Hello Evans S. I am a seasoned trader in the crypto and stock market, boasting five years of valuable experience. With my expertise, I can provide you with exceptional returns on your investments. I am confident that I can contribute significantly to your project Converting Pine script to Lua script Trading Indicator given my extensive skill set, which encompasses Pine Script, Lua and Trading. As an intraday trader, I specialize in maximizing the potential of your trades. Thank you for considering my services. Sincerely, Naseeb
$30 USD en 3 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I am a senior software developer who has carried out many tasks related to Metatrader, Ninjatrader, Amibroker, Pinescript for Tradingview, Crypto-Trading bot, Betting bot, Telegram bot, Stock trading bots, and all other automated bots. Some of my developments include Expert Advisors for MT4/MT5, NT7/NT8, indicators for TradingView, Sierra Chart, etc. Specifically, I can work on different currency pairs, multi-time frames, symbols, and sessions. Message me and we can further discuss your project in full detail.
$140 USD en 7 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I specialize in both Pine Script and Lua programming and have extensive experience in adapting trading indicators across platforms. I can efficiently convert your Pine Script trading indicator to Lua for use in IQ Option platform, ensuring its accuracy and functionality. With my expertise, I'll deliver a high-quality script that meets your requirements without unnecessary comments. Let's discuss further to ensure a successful project outcome.
$200 USD en 5 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Your code is ready, it's 1500 characters so it doesn't fit here, send me a message and I'll send you your code.
$100 USD en 7 días
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de MAURITIUS
Beau Bassin-Rose Hill, Mauritius
0,0
0
Miembro desde mar 23, 2024

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos 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)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.