Tradingview Pine script simple scalping - papamallis to Mql5

MQL5 Indikatoren

Auftrag beendet

Ausführungszeit 3 Minuten
Bewertung des Entwicklers
Very straightforward , would definetely work on another project with them
Bewertung des Kunden
fast and good serves . He did very fast and as ı wanted.

Spezifikation

Below is a TradingView Pine Script for a simple scalping indicator by Papamallis. I would like to convert it to MQL5. Please provide a price offer.





// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © LefterisPapamallis

//@version=5
indicator("simple scalping - papamallis", overlay=false)

loockback= input(22)
ema_input   =   input(21)
loockback_hl    =   input(1)
ema21   =   ta.ema(close, ema_input)
emah    =   ta.ema(ta.highest(high,loockback_hl), ema_input)
emal    =   ta.ema(ta.lowest(loockback_hl), ema_input)

h   =   plot(emah, color= emah > emah[loockback] ? color.green: color.red, linewidth=2)
l   =   plot(emal, color=emal<emal[loockback] ? color.red : color.green,  linewidth=2)


// plot(ema21, color=ema21 > emah ? color.green : ema21<emal ? color.red : color.black)

plot(close, title="close")


plotshape(ta.crossover(close, emah) and emah > emah[loockback] , style=shape.labelup, location=location.bottom, size=size.tiny, color=color.green, textcolor=color.black)
plotshape(ta.crossunder(close, emal) and emal<emal[loockback] , style=shape.labeldown,  location=location.top, size=size.tiny, color=color.red, textcolor=color.white)

fill(h,l, color=  close>emah and emah > emah[loockback] and emal > emal[loockback]? color.green :
     close<emal and emal<emal[loockback] and emah<emah[loockback]  ? color.red : color.black, transp=30)

///macd///

fastMA = ta.ema(close, 12)
slowMA = ta.ema(close, 26)

macd = fastMA - slowMA
signal = ta.sma(macd, 9)
macd_long   = ta.crossover(macd,signal)  and close > emah and emah > emah[loockback] and emal > emal[loockback]
macd_short   = ta.crossunder(macd,signal)   and close<emal and emal<emal[loockback] and emah<emah[loockback]

plot(macd_long or macd_short ? close : na, style=plot.style_circles, color=macd_long ? color.yellow : color.red, linewidth=4, display=display.none, title="macd")

Bewerbungen

1
Entwickler 1
Bewertung
(29)
Projekte
49
22%
Schlichtung
14
29% / 21%
Frist nicht eingehalten
13
27%
Frei
2
Entwickler 2
Bewertung
(21)
Projekte
25
52%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
2
8%
Frei
3
Entwickler 3
Bewertung
(564)
Projekte
844
73%
Schlichtung
15
53% / 13%
Frist nicht eingehalten
193
23%
Frei
4
Entwickler 4
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
5
Entwickler 5
Bewertung
(4)
Projekte
9
11%
Schlichtung
11
18% / 64%
Frist nicht eingehalten
4
44%
Frei
6
Entwickler 6
Bewertung
(273)
Projekte
401
27%
Schlichtung
40
40% / 50%
Frist nicht eingehalten
1
0%
Frei
7
Entwickler 7
Bewertung
(47)
Projekte
67
37%
Schlichtung
5
40% / 40%
Frist nicht eingehalten
1
1%
Frei
8
Entwickler 8
Bewertung
(511)
Projekte
549
53%
Schlichtung
13
69% / 15%
Frist nicht eingehalten
3
1%
Frei
9
Entwickler 9
Bewertung
(4)
Projekte
6
33%
Schlichtung
7
14% / 57%
Frist nicht eingehalten
1
17%
Frei
10
Entwickler 10
Bewertung
(322)
Projekte
499
67%
Schlichtung
5
40% / 0%
Frist nicht eingehalten
4
1%
Frei
Veröffentlicht: 8 Beispiele
11
Entwickler 11
Bewertung
(137)
Projekte
220
52%
Schlichtung
22
23% / 55%
Frist nicht eingehalten
64
29%
Frei
Veröffentlicht: 3 Beispiele
12
Entwickler 12
Bewertung
(77)
Projekte
243
74%
Schlichtung
7
100% / 0%
Frist nicht eingehalten
1
0%
Frei
Veröffentlicht: 1 Artikel
13
Entwickler 13
Bewertung
(574)
Projekte
945
47%
Schlichtung
309
58% / 27%
Frist nicht eingehalten
125
13%
Frei
14
Entwickler 14
Bewertung
(54)
Projekte
102
23%
Schlichtung
12
25% / 17%
Frist nicht eingehalten
13
13%
Frei
15
Entwickler 15
Bewertung
(9)
Projekte
11
18%
Schlichtung
4
0% / 100%
Frist nicht eingehalten
4
36%
Frei
Ähnliche Aufträge
Trade summary Plugin 200 - 500 USD
We are looking for a Plugin/ Dashboard for our Meta 5 which will act as a Risk Management/ information tool. the system will require to give real time summary of trades and P/L for certain groups
Looking for a Proven Non-Repainting Gold Indicator (XAUUSD) – High Accuracy & Ready-Made Solutions Only 📌 Project Description: I am looking for a high-quality, non-repainting indicator specifically for XAUUSD (Gold) that is already developed and tested. ⚠️ Important: I am NOT looking for a new indicator to be built from scratch. I want an existing, proven system that you have already created and are confident in. 🎯
The Advisor should stop trading if the spread exceeds a selected value. Source code is unavailable. Decompilation may be necessary or any other suggested working solution may be acceptable. Testing should be thorough with proven demonstrable results
Convert Time Range Breakout Indicator to Strategy (Pine Script) I have an existing Time Range Breakout indicator on TradingView. I need a developer to convert it into a fully functional strategy with proper trade execution logic. Strategy Logic: Time Range: Define a specific time range (e.g., 03:00 – 04:30) During this time, the indicator marks the High and Low range Entry Conditions Buy when price touches the range
Hello, I’m looking for an experienced MQL4 developer to build a custom MT4 Expert Advisor based on a Koncorde-style indicator strategy. Here are the main requirements: 🔹 General Overview The EA must be a master EA , running on a single chart and managing multiple currency pairs simultaneously No need to attach EA to each chart Must support a configurable list of symbols 🔹 Indicator Requirement Develop a custom
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party
Hi guys I’m looking for a coder who’s experienced in one script. The candidate must be familiar with fractals and self similarity. If you can’t code self similarity, please don’t bother contacting me ( respectfully). I just don’t want us to waste each others time. My budget is 100$. If that’s too low for you please, don’t contact me. Only contact me if you can code self similarity and can accept 100$. I will provide
I hope to acquire a profitable and existing expert advisor (EA) from the gold market, with complete source code, to add to our client portfolio. you can WECHAT: Faca7898 Please note EA when adding friends. It should be clarified that this does not require you to formulate or design new strategies. If you already have a verified, consistent, and production-ready EA, I am willing to purchase it immediately and engage
Core Requirements: Platform: MetaTrader 5 (MT5). Symbol: XAUUSD (Gold). Timeframes: M1 and M5 (user selectable). Trading Style: Scalping with controlled risk (not aggressive or high-risk strategies) -> adjustable, even better. Execution: Fast execution, optimized for gold market conditions. Frequence = adjustable, but there should be 10-20 trades per day. Strategy Logic: Use a reliable and conservative strategy
Eu preciso disso. A linha central do TMA (17,5,1.5) será a principal referência. Outra linha de média móvel (AVG) de 3 períodos decrescentes 2. As ordens serão as seguintes: abaixo, somente compra de TMA; acima, somente venda de TMA. O sinal de entrada será o seguinte: se o preço estiver acima da Média Móvel Tarifária (TMA), será apenas para venda; quando o preço se mantiver abaixo da Média Móvel Tarifária (AVG)

Projektdetails

Budget
30 - 200 USD