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

Auftrag beendet

Ausführungszeit 2 Stunden
Bewertung des Entwicklers
Thanks for your supports.
Bewertung des Kunden
Great and fast work, exactly what I searched.

Spezifikation

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)



Bewerbungen

1
Entwickler 1
Bewertung
(94)
Projekte
190
66%
Schlichtung
8
25% / 50%
Frist nicht eingehalten
2
1%
Frei
Ähnliche Aufträge
Hello, I’m reaching out because I’m interested in hiring you to develop a custom trading bot for me. The bot should trade only XAUUSD (Gold) and be designed for long-term account growth using my own trading account size. Here are the core requirements: - Account size: $300 - Asset: XAUUSD only - Risk management: Strict and properly controlled - Risk-to-reward ratio: Clearly defined and consistently applied -
A fairly simple bot, which you will have probably made most of this 100 times before, the only slight difference is the stop loss close logic, I want a hard stop, that will be logged at the brokers side as a fail safe, but then a soft stop, that only closes the trade if the candle closes beyond the soft stop price, based on the time frame I specify. (this avoids trades being stopped out by wicks). Any additional
HELLO EVERYONE , I NEED AAN INDICATORE AND EA ON STOCHESTIC OSSILATOR, WHICH CAN GIVE ME ALERT WHEN SIGNAL APEARS, INDICAOTRE I CAN SHOW ON TRADING VIEW , EXACTLTY THAT INDICATORE I NEEDED.INDICATORE NAME ON TRADING VIEW( JL STOCHESTIC DIVERGENCE ALERT).. THANK YOU
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ #property strict // Inputs input int EMA_Fast = 9; input int EMA_Slow = 21; input int RSI_Period = 14; input double Lots = 0.1; input int StopLoss = 20; // وقف خسارة (بـ نقاط) input int TakeProfit = 40; // هدف (بـ نقاط)
I have the Strategy and full spec any developer can run test to confirm. I need a developer to code it Claude AI has never given a score 11/10. "4.4 PROFIT FACTOR EA - CLAUDE AI CERTIFIED Scorpio Sniper Elite v1.4 - COMPLETE production spec ready: • 60% win rate | $100-190 daily expectancy • 50yr Monte Carlo validated • CLAUDE AI robustness certified [ATTACH ONLY: YOUR 11/10 CERTIFICATE
EA gold sniper 30 - 150 USD
I need an EA specialized for scalping XAUUSD, with short TP and SL in the range of 20–50 pips (equivalent to 2–5 gold price units). No DCA Martingale, no holding/averaging down positions, no grid trading, and no simultaneous buy and sell orders. The strategy and methodology will be yours, and I also require the full source code upon completion
Mt5 or mt4 bot 200 - 600 USD
MetaTrader 5 Expert Advisor Manual Start – Auto Hedge – Dynamic Lot Sequence – Price-Based SL/TP 1. Platform & Account - Platform: MetaTrader 5 - Account type: Hedging - Broker: Exness - Must work on Cent and Standard accounts - Symbol: XAUUSD - Must support different symbol digits automatically 2. First Trade (Manual Only) - EA must NOT open the first trade - First trade is opened manually by the trader - Direction
Profitable Gold bot Requirement Able to achieve at least 5% profit per week with any type of strategy Proper risk management with SL Able to back test for at least 6 month proven result No martingale/ No grid Avoid high impact news Reward Willing to pay more if able to achieve higher profits with acceptable drawdown. (Not small reward) very welcome long term cooperation with good rewards Testing is compulsory before
Attached Files Can be used for reference. Please thoroughly understand the requirements and mql5 & set files before accepting the request. 1. Only Accept the job request if you are able to complete on time 2. I want you to show me demo of the Bot created and tested in Demo account for at least 3 days 3. I want you to show me the back tested results for last 5 years 4. 2 bots Need to be created Bot 1 with attached
🤖 A robot trading indicator typically requires specific parameters to function effectively. 📊 For Forex daily trading with a Moving Average (MA) focus and risk management, the indicator should include: MA type (e.g., Simple, Exponential), MA periods (e.g., 50-day, 200-day), risk management rules (e.g., stop-loss, take-profit), and signal logic (e.g., crossover, trend-following). The indicator should also account

Projektdetails

Budget
30 - 40 USD
Ausführungsfristen
von 1 bis 3 Tag(e)