Create an simple RMA Indicator in MT5 with the same logic from my pine scipt coding from tradingview

Trabajo finalizado

Plazo de ejecución 2 horas
Comentario del Ejecutor
Thanks for your supports.
Comentario del Cliente
Great and fast work, exactly what I searched.

Tarea técnica

Hi developer, I have created a nice RMA indicator called HAWK Micro Line in pine script from tradingview, but I need help to create the same indicator in MT5. 

The indicator settings are only 2:

Lengthx = input(5, title="Lenght HAWK Micro Line")
Vfactx = input(0.718, minval=0.01,step=0.01, title="Multiplier Factor for HAWK Micro Line")


Example HAKW Micro Line

The Coding in pine script are only some lines, but the different between the calssic indicator and my indicator is the RMA usage, not the SMA.

//-----------------------------------------------------------------------------//
// SCHRANZTRADING   
// Indicator: HAWK Micro Line
// Version 1.0
// Last change: 10.11.2021
//-----------------------------------------------------------------------------//
//@version=2
study("HAWK Micro Line", shorttitle="HAWK Micro Line", overlay=true)

Lengthx     = input(5, title="Lenght HAWK Micro Line")
Vfactx      = input(0.718, minval=0.01,step=0.01, title="Multiplier Factor for HAWK Micro Line")

Source_HAWK = input(close, title="Source")

FirstRMAx   = rma(Source_HAWK, Lengthx)
SecondRMAx  = rma(FirstRMAx, Lengthx)
ThirdRMAx   = rma(SecondRMAx, Lengthx)
FourthRMAx  = rma(ThirdRMAx, Lengthx)
FifthRMAx   = rma(FourthRMAx, Lengthx)
SixthRMAx   = rma(FifthRMAx, Lengthx)

//Doing all the calculations which are from 
c1x = -Vfactx*Vfactx*Vfactx
c2x = 3*Vfactx*Vfactx + 3*Vfactx*Vfactx*Vfactx
c3x = -6*Vfactx*Vfactx -3*Vfactx -3*Vfactx*Vfactx*Vfactx
c4x = 1 + 3*Vfactx + Vfactx*Vfactx*Vfactx + 3*Vfactx*Vfactx

T3MAx = c1x * SixthRMAx + c2x * FifthRMAx + c3x * FourthRMAx + c4x * ThirdRMAx

color_of_HAWK_Micro_Line = T3MAx > T3MAx[1] ? lime : red
plot(T3MAx, title="HAWK Micro Line", color=color_of_HAWK_Micro_Line)



Han respondido

1
Desarrollador 1
Evaluación
(94)
Proyectos
190
66%
Arbitraje
8
25% / 50%
Caducado
2
1%
Libre
Solicitudes similares
Hello, i need expert developer that have been develop so many profitable AI bots that work for mt5 and ctrader autonomously if you know you can easily execute this requirement bid for it. NOTE:- YOU MUST COME WITH SAMPLE FOR THE 2 TRADING PLATFORM. While i take a look at your profile and reach out to you thanks
Gold robot 3000+ USD
I really liked this training platform. I want to start a good business with this funding amount."I like crypto trading. Does it provide a demo account that is good for learning?"
Gold robot 3000+ USD
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
I am looking for an experienced MT4/MT5 developer to analyze my trading history and replicate the strategy in a new Expert Advisor (EA). The developer must have proven experience in reverse engineering strategies, analyzing trading data, and developing EAs across various trading methodologies. A deep understanding of XAUUDS and BTCUSD behavior, as well as chart analysis, is essential. Please note that we do not have
Title: MT5 Forex Trading Robot Development I need a MetaTrader 5 (MT5) Expert Advisor (EA) for automated Forex trading. Requirements: 1. The robot must be fully automated and capable of opening and closing trades without manual intervention. 2. Compatible with MetaTrader 5 (MT5). 3. Adjustable lot size, Stop Loss, and Take Profit settings. 4. Built-in risk management based on account balance. 5. Ability to trade
Risk management EA 30 - 200 USD
Looking to develop risk management EA for personal use probably commercially in the future. I want the EA to have a display panel with 0.1, 0.2, 0.5,1,2,3 percent risk management button. I also want BE, partial closure of 0.25,0.5,0.75 and full closure panel on both profit and loss. I’ll also like to include trailing stop, 2 trades max per day and BE+spread option. I’ll be attaching the image for a guidance on what
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
Ea.Mix 30+ USD
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
A bot takes trades every few seconds until hit the profit with the same lots , i am attaching a picture as well. If anyone can do that please contact me i will give the account details

Información sobre el proyecto

Presupuesto
30 - 40 USD
Plazo límite de ejecución
de 1 a 3 día(s)