Need SIMPLE TRADINGVIEW strategy(pinescript, I will provide) turned into MT4 Auto-trading robot

MQL4 Experten

Auftrag beendet

Ausführungszeit 5 Tage
Bewertung des Kunden
Fantastic dev. I Wasted a bunch of his time but he was always respectful, fast and beyond helpful. Will be back.
Bewertung des Entwicklers
Everything's perfect. Thanks!

Spezifikation

Hello!


I am looking for someone who can take a TradingView strategy and turn it into an MT4 autotrading robot. That's it.


I just need a translator. 


The script is very simple, you can find it below.



I need the script to have IDENTICAL results.


If you do well, i have many more of these simple EAs for you to translate)



I also need the source code.


And it needs to trade the following pairs:

EURGBP
EURAUD
EURNZD
EURUSD
EURCAD
EURCHF
EURJPY
GBPAUD
GBPNZD
GBPUSD
GBPCAD
GBPCHF
GBPJPY
AUDNZD
AUDUSD
AUDCAD
AUDCHF
AUDJPY
NZDUSD
NZDCAD
NZDCHF
NZDJPY
USDCAD
USDCHF
USDJPY
CADCHF
CADJPY
CHFJPY



IMPORTANT 

I ALSO NEED EACH TRADE EXECUTED TO USE 5% OF THE ACCOUNT 


Many thanks,


Iliya

//@version=3
strategy(title="HG_FX_2", overlay = true)

price = close

//
// ATR 
//

atrLength = input(14, "ATR Length")
slMultiplier = input(1, "SL")
tpMultiplier = input(1, "TP1")

atr = atr(atrLength)


//
// Indicator
// 

length = input(90),ac = input(false,title="Lag Reduction")
//----
source = input(close)
AC = ac ? 1 : 0
out = 0.
K = 0.
//----
src = source + (source - nz(out[1],source))
out := nz(out[1],src) + nz(K[1])*(src - nz(out[1],src)) + AC*(nz(K[1])*(src - sma(src,length)))
K := abs(src - out)/(abs(src - out) + stdev(src,length)*length)
//----
plot(out,color=red,linewidth=2,transp=0)

//
// Entry Structure
// 


goLong = crossover(out, price)  
goShort = crossunder(out, price)


if (goLong)
    sl = price - atr * slMultiplier
    tp = price + atr * tpMultiplier
    strategy.entry("Long", strategy.long)
    strategy.exit("Long Exit", "Long", stop = sl, limit = tp)
    
if (goShort)
    sl = price + atr * slMultiplier
    tp = price - atr * tpMultiplier
    strategy.entry("Short", strategy.short)      
    strategy.exit("Short Exit", "Short", stop = sl, limit = tp)


Bewerbungen

1
Entwickler 1
Bewertung
(28)
Projekte
30
63%
Schlichtung
0
Frist nicht eingehalten
4
13%
Frei
2
Entwickler 2
Bewertung
(795)
Projekte
1365
72%
Schlichtung
112
29% / 48%
Frist nicht eingehalten
341
25%
Arbeitet
3
Entwickler 3
Bewertung
(94)
Projekte
148
59%
Schlichtung
16
38% / 13%
Frist nicht eingehalten
25
17%
Frei
4
Entwickler 4
Bewertung
(563)
Projekte
931
47%
Schlichtung
301
59% / 25%
Frist nicht eingehalten
123
13%
Arbeitet
5
Entwickler 5
Bewertung
(1853)
Projekte
3455
88%
Schlichtung
73
40% / 15%
Frist nicht eingehalten
265
8%
Frei
6
Entwickler 6
Bewertung
(548)
Projekte
825
73%
Schlichtung
15
53% / 13%
Frist nicht eingehalten
193
23%
Arbeitet
Ähnliche Aufträge
Job Title: MQL5 Trading Bot Code Debugging and Optimization** **Description:** We are seeking an experienced MQL5 developer proficient in debugging and optimizing trading bot codes. The current project involves fixing existing code that runs into debugging issues without errors and optimizing it for efficient performance in live trading environments. **Responsibilities:** - Debug existing MQL5 trading bot code to
need a very skilled developer to create ea from indicator .i have source code for the indicator and it is non repainting. More details will be provided .i need parameters like take profit/stop/loss/loss recovery and few more
Active expert 250+ USD
hi, I must do changes to a dashboard with manual input of trader and active expert. Budget 250$ Can do? the budget is correct based on job to do. If you want me to increase the budget you can message me
HELLO DEAR DEV'S. I'VE AN EA BUT IT STOP WORKING WHEN MT4 HAS BEEN UPDATED TO THE LATEST VERSION (1420). SO I NEED A GOOD DEVELOPPER THAT COULD UPDATE THIS EA TO THE LATEST VERSION OF MT4 SO I CAN USE IT. NB: IT'S A SINGLE FILE (.EX4) AND THE PRICE CAN BE NEGOCIATED TO BE SUITABLE FOR BOTH PARTIES. THANK YOU
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and
i want you to help me it mq4 source code and insure it will work on mt4 and mt5 optimally basically i want the source code and that dll if its important to crack it .. regards
This mql4 got entry blue line and exit red line and pips inside also calculated it uses haiken Ashi and murray Math settings if you this you up for this job let's discuss it we will talk more when you are chosen thanks in advance
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
The first section will describe the EAs trading strategy logic and features. The second section is an outline of the inputs that the EA should contain. 1. The idea of the trading system is as follows : This EA enters trades based on fibonacci retracement levels when other (MACD, RSI) conditions are met. It will use a MACD from a particular time frame to establish the swing high and swing lows which the fibonacci

Projektdetails

Budget
50 - 200 USD
Für die Entwickler
45 - 180 USD
Ausführungsfristen
von 1 bis 99 Tag(e)