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

仕事が完了した

実行時間2 時間
開発者からのフィードバック
Thanks for your supports.
依頼者からのフィードバック
Great and fast work, exactly what I searched.

指定

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)



応答済み

1
開発者 1
評価
(94)
プロジェクト
190
66%
仲裁
8
25% / 50%
期限切れ
2
1%
類似した注文
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
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","

プロジェクト情報

予算
30 - 40 USD
締め切り
最低 1 最高 3 日