Pawanlahoti568

MQL5 Konvertierung

Spezifikation

hi... good morning sir.. i am pawan from india..
my whatsapp number +917574864489.
please convert this trading view strategy into mql4 or mql5.
candle type hekinashi..
//@version=4
strategy ("KDK'S MA Crossover Strategy V1", overlay = true)
start = timestamp (2008, 1,1,0,0)
end = timestamp (2022,9,1,0,0)
ema1 = ema(close, 2)
ema2 = ema(close, 5)
ema3 = ema(close, 11)
ema4 = ema(close, 7)
plot (ema1,title ="EMA5",color=color.green)
plot (ema2,title ="EMA9",color=color.black)
plot (ema3,title ="EMA14",color=color.blue)
plot (ema4,title ="EMA21",color=color.red)

//strategy
LongEntry = crossover (ema1,ema4)
LongExit = crossover (ema4, ema3)
ShortEntry = crossover (ema4, ema2)
ShortExit = crossover (ema2, ema1)

if time >= start and time < end
strategy.entry ("Long", strategy.long, 1, when = LongEntry)
strategy.close ("Long", when = LongExit)
strategy.entry ("Short", strategy.short, 1, when = ShortEntry)
strategy.close ("Short", when = ShortExit)

Bewerbungen

1
Entwickler 1
Bewertung
(39)
Projekte
50
18%
Schlichtung
5
40% / 40%
Frist nicht eingehalten
0
Frei
2
Entwickler 2
Bewertung
(183)
Projekte
234
59%
Schlichtung
7
29% / 29%
Frist nicht eingehalten
8
3%
Beschäftigt
Ähnliche Aufträge
I have a MetaTrader 4 indicator that I programmed to give arrow signals at entry and exit. What is required, is it possible to program the indicator to be better developed so that it gives a written purchase or sale, not just shares, and also gives the phrase (adjustment zone 1 and amendment 2) when the transaction is reversed, and finally, is it possible for the indicator to change the candles so that when the
Hello, I am looking for someone to convert my well defined MQL4 code project to MQL5 (EAs) A brief description of my current strategy: MT4 'Spreadsheet' EA collects data from 28 FX currency pairs -> sends it to Excel, then Excel calculates and makes a decision -> Excel sends a signal to MT4 'Trading' EA and manages trades I want the MT4 EA to be converted into MT5. For Back testing purposes, I want to withdraw from
hi. I hv a strategy on tradingview need to convert to MT4/MT5 expert advisor for algo trading. would like to add some tradingview strategy setting to the EA(not included in my tradingview code): recalculate after order is filled, order size: xx% of equity
Hi, I would like the HARSI RSI indicator from TradingView (link below) converted to MT4: Heikin-Ashi RSI Oscillator on TradingView It appears that Mr. Tools from Forex Station has already created an MT4 version of this indicator. I've included the reference indicator here: !!rsi - heiken ashi averages smoothed (mtf + sw + alerts + arrows). I don't need the divergence settings in the indicator. I only need the
I need an expert to convert a TradeStation script over to pine please let me know if this is something you can do perfectly. I will be expecting your message. thanks
I need an expert to convert a TradeStation script over to pine please let me know if this is something you can do perfectly. I will be expecting your message. thanks
Hello, I have indicators for tradestation written in easylanguage and I need them in tradingview pinescript. So I need someone to convert these tradestation indicators to tradingview. Do you think you can help me with that
Dear Freelancers, I'm seeking a skilled MT4/MT5 developer to collaborate on a valuable trading indicator. Project Description: I'm looking to develop a powerful Elliott Wave indicator compatible with the MT4 and MT5 trading platforms. This indicator will be based on the highly successful [LuxAlgo] indicator currently available on TradingView. Key Features: In-indicator Alerts: The ability to receive pop-up
I am currently seeking a highly skilled developer for an important project. I need a professional developer to convert an Indicator to tradingview on MT4. If you are highly skilled and capable of handling this project, kindly reach out now
I HAVE A EX4 FILE,I NEED TO CONVERT THE EX5 FILE AS A EXPERT ADVISOR, I WANT SAME INPUT OF EX4. I ATTACHED MY EX4 FILE WITHHERE. PLS CONVERT THE SAME INPUT TO EX5. Thanks

Projektdetails

Budget
30 - 50 USD
Für die Entwickler
27 - 45 USD
Ausführungsfristen
bis 10 Tag(e)