Heikin Ashi Smoothed Buy Sell to MQL5

MQL5 지표

작업 종료됨

실행 시간 6 일
고객의 피드백
It was my pleasure to work! Very good developer!
피고용인의 피드백
Great client. Was understanding as I sorted through some hiccups along the way.

명시

Idea is to convert  to mql5 or metatrader 5 compatible.


Tradingview Script:

//@version=4


study("Heikin Ashi Smoothed Buy Sell v4 ", overlay=true)

EMAlength=input(55,"EMA LENGTH?")


src = ohlc4

haOpen = 0.0

haOpen := (src + nz(haOpen[1])) / 2

haC = (ohlc4 + nz(haOpen) + max(high, nz(haOpen)) + min(low, nz(haOpen))) / 4

EMA1 = ema(haC, EMAlength)

EMA2 = ema(EMA1, EMAlength)

EMA3 = ema(EMA2, EMAlength)

TMA1 = 3 * EMA1 - 3 * EMA2 + EMA3

EMA4 = ema(TMA1, EMAlength)

EMA5 = ema(EMA4, EMAlength)

EMA6 = ema(EMA5, EMAlength)

TMA2 = 3 * EMA4 - 3 * EMA5 + EMA6

IPEK = TMA1 - TMA2

YASIN = TMA1 + IPEK

EMA7 = ema(hlc3, EMAlength)

EMA8 = ema(EMA7, EMAlength)

EMA9 = ema(EMA8, EMAlength)

TMA3 = 3 * EMA7 - 3 * EMA8 + EMA9

EMA10 = ema(TMA3, EMAlength)

EMA11 = ema(EMA10, EMAlength)

EMA12 = ema(EMA11, EMAlength)

TMA4 = 3 * EMA10 - 3 * EMA11 + EMA12

IPEK1 = TMA3 - TMA4

YASIN1 = TMA3 + IPEK1


mavi = YASIN1

kirmizi = YASIN



longCond=mavi>kirmizi and mavi[1]<=kirmizi[1]

shortCond=mavi<kirmizi and mavi[1]>=kirmizi[1]


trendState = kirmizi < mavi ? true : kirmizi > mavi ? false : na

closePlot = plot(kirmizi, title="Close Line", color=#009900, linewidth=10, style=plot.style_line, transp=90)

openPlot = plot(mavi, title="Open Line", color=#CC0000, linewidth=10, style=plot.style_line, transp=90)

closePlotU = plot(trendState ? kirmizi : na, transp=100, editable=false)

openPlotU = plot(trendState ? mavi : na, transp=100, editable=false)

closePlotD = plot(trendState ? na : kirmizi, transp=100, editable=false)

openPlotD = plot(trendState ? na : mavi, transp=100, editable=false)

fill(openPlotU, closePlotU, title="Up Trend Fill", color=#009900, transp=1)

fill(openPlotD, closePlotD, title="Down Trend Fill", color=#CC0000, transp=1)






last_signal = 0

long_final = longCond and (nz(last_signal[1]) == 0 or nz(last_signal[1]) == -1)

short_final = shortCond and (nz(last_signal[1]) == 0 or nz(last_signal[1]) == 1)


alertcondition(long_final, title="buy alarm", message="buy signal!!!")

alertcondition(short_final, title="sell alarm", message="sell signal!!!")

last_signal := long_final ? 1 : short_final ? -1 : last_signal[1]


plotshape(long_final, style=shape.labelup, location=location.belowbar, color=color.blue, size=size.tiny, title="buy label", text="BUY", textcolor=color.white)

plotshape(short_final, style=shape.labeldown, location=location.abovebar, color=color.red, size=size.tiny, title="sell label", text="SELL", textcolor=color.white)




응답함

1
개발자 1
등급
(25)
프로젝트
29
34%
중재
3
67% / 0%
기한 초과
1
3%
무료
2
개발자 2
등급
(55)
프로젝트
96
40%
중재
13
38% / 62%
기한 초과
25
26%
무료
3
개발자 3
등급
(34)
프로젝트
60
23%
중재
11
73% / 9%
기한 초과
3
5%
무료
4
개발자 4
등급
(64)
프로젝트
93
37%
중재
11
27% / 45%
기한 초과
14
15%
무료
5
개발자 5
등급
(38)
프로젝트
50
10%
중재
1
0% / 0%
기한 초과
8
16%
무료
6
개발자 6
등급
(711)
프로젝트
1030
39%
중재
47
49% / 23%
기한 초과
84
8%
무료
7
개발자 7
등급
(155)
프로젝트
239
70%
중재
3
67% / 33%
기한 초과
20
8%
무료
8
개발자 8
등급
(126)
프로젝트
158
35%
중재
4
25% / 50%
기한 초과
13
8%
무료
9
개발자 9
등급
(44)
프로젝트
58
43%
중재
8
50% / 38%
기한 초과
7
12%
무료
10
개발자 10
등급
(6)
프로젝트
9
11%
중재
1
100% / 0%
기한 초과
0
무료
11
개발자 11
등급
(401)
프로젝트
529
74%
중재
9
44% / 0%
기한 초과
24
5%
작업중
12
개발자 12
등급
(546)
프로젝트
823
73%
중재
15
53% / 13%
기한 초과
193
23%
작업중
13
개발자 13
등급
(119)
프로젝트
169
38%
중재
9
78% / 22%
기한 초과
15
9%
무료
14
개발자 14
등급
(466)
프로젝트
494
52%
중재
10
60% / 20%
기한 초과
3
1%
무료
15
개발자 15
등급
(40)
프로젝트
86
13%
중재
29
31% / 48%
기한 초과
35
41%
로드됨
비슷한 주문
i need someone to do a reverse engineer and decompile the indicator with the help of file provided. there are some more projects in the pipeline. The indicator should be capable of analyzing real-time market data and generating accurate trading signals for different financial instruments listed on the
Indicator Functionality: Display 4 lights on the top right corner of the chart. Each light reflects a specific timeframe and EMA condition: Light 1 (1H timeframe): Red: Close price below both EMA 12 and EMA 16. Green: Close price above both EMA 12 and EMA 16. Light 2 (15M timeframe): Red: Close price below both EMA 12 and EMA 16. Green: Close price above both EMA 12 and EMA 16. Light 3 (1M timeframe): Red: Close
I need to correct/modify EA based on Martingale strategy which include no. of modules, manual lot size, Martingale factor, TP, SL, Cutt-off SL, Balance DD limit, Enable new orders, Reverse orders, Equity Rise, News filter, Time filter, Alert, Chart Panel etc,. MA crossover logic to be added. Details can be discussed on personal basis. Base source files shall be submitted by freelancer. Existing EA can be shared which
I have an Indicator that buffers values I can see, but those are not working with EA. I needed to be ready for those buffer values that would work with an EA. Thank you
Hello I am looking for a developer to help me backtest my custom ninjatrader 8 strategy andake it work perfectly your expertise is highly need for this project kindly reach out to me and let proceed
I have a documented strategy that I will like to have as mt5 or ctrader trading bot, kindly bid for this job to discuss about the job requirements i want a professional for this work
أولاً المؤشر (1) أو الجزء الأول \\ رسم خط أحمر في أعلى الشمعة الصفرية _ M1 \\ ارسم خطًا أزرقًا أسفل الشمعة صفر _ M1 \\ رسم خط أحمر في أعلى الشمعة صفر _ M2 \\ ارسم خطًا أزرقًا أسفل الشمعة صفر _ M2 \\ رسم خط أحمر في أعلى الشمعة الصفرية _ M3 \\ ارسم خطًا أزرقًا أسفل الشمعة صفر _ M3 \\ رسم خط أحمر أعلى الشمعة الصفرية _ M4 \\ ارسم خطًا أزرقًا أسفل الشمعة الصفرية _ M4 \\ رسم خط أحمر في أعلى الشمعة الصفرية _ M5 \\ ارسم خطًا
Hello please I need a developer to help me fix errors on my Ninjatrader 8 strategy I and make it work perfectly your expertise is need for this project kindly reach out to me and let's proceed
I need an alert of new zone created/show to be added to this supply demand indicator. Sound and pop-up alert option, no need for email alert. Max 3 days to deliver please. Thanks
Hi, i need a Expert Advisor, that can pass prop firm Challenges like FTMO / E8 / 1OF1FUNDING Profit 10% Max Drawdown (DD) 10% Max Daily Loss 4% All trades with SL NO trades during and after high impact news NO trades during Weekend Profitable backtest from 2010 to 2024 Trades Forex (If you already have a finished EA, send me the backtest) PLease contact me asap

프로젝트 정보

예산
50 - 150 USD
VAT (21%): 10.5 - 31.5 USD
총: 60.5 - 181.5 USD
개발자에게
45 - 135 USD
기한
에서 1  5 일