Convert Pine (Tradingview) indicator into MQL4 expert

MQL4 Experten Konvertierung

Auftrag beendet

Ausführungszeit 3 Tage
Bewertung des Kunden
He works very responsibly, very well.

Spezifikation

I have a Tradingview's pine script that I would like to be translated into an expert advisor for MT4.

I want it to be translated to an expert to be used as a robot.

- i want to be able to control all the inputs

- i want to be able to control the lot size

- i want to be able to control the risks

//@version=3
///////////////////////////IMPROVED///////////////////////////////////////
// a very simple but very reliable strategy, works best on Heiken Ashi charts
//Heiken Ashi Candle close crossing over 20 period SMA
//Added more safety. 
//Continuation trades added
//////////////////////////////////////////////////////////////////////////

strategy("Heiken_Ashi_SMA20_Close_Crossover", overlay=true)



longCondition = crossover(close, sma(close, 20))  or (crossover(close,close[1]) and close>sma(close, 20))
if (longCondition)
    strategy.entry("Long", strategy.long)
strategy.close("Long",when=crossunder(close,close[1]) and low<sma(close, 20) )

shortCondition = crossunder(close, sma(close, 20)) or (crossunder(close,close[1]) and close<sma(close, 20))
if (shortCondition)
    strategy.entry("Short",strategy.short)
strategy.close("Short",when=crossover(close,close[1]) and high>sma(close, 20) )


Bewerbungen

1
Entwickler 1
Bewertung
(119)
Projekte
127
41%
Schlichtung
3
33% / 67%
Frist nicht eingehalten
0
Frei
2
Entwickler 2
Bewertung
(586)
Projekte
1046
49%
Schlichtung
39
28% / 41%
Frist nicht eingehalten
49
5%
Frei
3
Entwickler 3
Bewertung
(546)
Projekte
823
73%
Schlichtung
15
53% / 13%
Frist nicht eingehalten
193
23%
Arbeitet
4
Entwickler 4
Bewertung
(1087)
Projekte
1760
61%
Schlichtung
14
64% / 7%
Frist nicht eingehalten
82
5%
Arbeitet
5
Entwickler 5
Bewertung
(88)
Projekte
143
39%
Schlichtung
21
19% / 48%
Frist nicht eingehalten
30
21%
Frei
6
Entwickler 6
Bewertung
(54)
Projekte
53
17%
Schlichtung
7
0% / 100%
Frist nicht eingehalten
5
9%
Frei
Ähnliche Aufträge
Hey I am in need of a proficient coder who is highly skilled in converting indicators from one trading platform to another, like the one we have here, the indicator is on metatrader 4 and would like to have an expert to convert this mt4 indicator to tradingview pinescript indicator, please if you can't do this kindly ignore this post, only apply just if you are able to do it thanks
Hello How are you doing this is indicator that i need to convert it tradingvew... Please let me know if its possible to be converted, please...thanks very much I will be waiting for your response
Hello. I need some csv files contains the trading view historical candles data from 2000 to now in 1M timeframe for some symbols. Collected data should be the exact data that trading view candles reports. Thanks
I need someone to convert my tradingview Indicator to MT5, Its very smiple for Buying and Selling Indicator working fine in TradingView, After the Indicator ready we need to build EA to take the Buy and Sell Value and Open trade automatically in MT5, with all basic input setting including lot size, Automated SL and TP Management: The EA automatically manages the Stop Loss (SL) and Take Profit (TP) levels of open
I need someone to help me convert my tradingview pinescript to mt4, I only got $20 for this and I am gonna be giving you more works ahead, Also I will be paying with cryptocurrency cause my PayPal os not working here, Don't know why
Hi dear How are you doin?? I like to convert this mql4 indicator to Tradingview pin script Can you do it ?? Are you available for it ?? Thanks very much And waiting for your response
Hi dear How are you doin?? I like to convert this mql4 indicator to Tradingview pin script Can you do it ?? Are you available for it ?? Thanks very much And waiting for your response
MA based EA. 1. EA convert to mt5 2. add in Input setting (choose option ) Trailing method -Trailing sl method -Limited price method . (already EA working on this .just make a option and add limited method form other version of same ea .) +++++++++++++++++++++++++++++++++++++++++++++++++ 2. Add EA starting mode - Automatic entry mode - Manual entry mode
Hi dear How are you doin?? I like to convert this mql4 indicator to Tradingview pin script Can you do it ?? Are you available for it ?? Thanks very much And waiting for your response
Hi dear How are you doin?? I like to convert this mql4 indicator to Tradingview pin script Can you do it ?? Are you available for it ?? Thanks very much And waiting for your response

Projektdetails

Budget
30 - 40 USD
Für die Entwickler
27 - 36 USD
Ausführungsfristen
von 1 bis 3 Tag(e)