I need one coding of my personal strategy.. in meta trader 5 or meta trader 4

MQL5 专家

指定

Please make this strategy in MT5 or MT4 

Script - gold

CANDLE -  Heikin Ashi

Time frame - 30 minute.


some details and pine coding in screen shot, also result is shown over there.


if need any other details. 

can contact me on pk0759@gmail.com or telegram - https://t.me/freestockmarketcoursecommunity

or whats app - +917574864489


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)

反馈

1
开发者 1
等级
(374)
项目
396
31%
仲裁
61
20% / 67%
逾期
49
12%
已载入
2
开发者 2
等级
(3)
项目
3
0%
仲裁
0
逾期
1
33%
空闲
3
开发者 3
等级
(288)
项目
359
21%
仲裁
42
57% / 24%
逾期
39
11%
已载入
4
开发者 4
等级
(58)
项目
66
8%
仲裁
39
26% / 56%
逾期
12
18%
工作中
5
开发者 5
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
6
开发者 6
等级
(10)
项目
13
8%
仲裁
3
67% / 33%
逾期
0
空闲
相似订单
Good day all, I have already a code that enables MFI trading, but I would like to add a segment that controls the following: EA to only trade during certain times (User to be able to change times in a 24hour format) EA to only trade when a specific trend is picked up (User to be able to change from a "upward' to "downward" trend) When EA reaches a percentage target for the day, it will stop trading until the
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
Hello, I've an indicator in TradingView, I need help in creating a strategy using that, strategy is simple - Buy when it turns green, sell when it turns red. Can you help
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
Breakout trading EA 30 - 50 USD
I need an EA to mark the high and the low of a certain period, and EA to place pending orders upon breakout. Parameters will include chart settings, time filter, position settings (lot size, TP / SL management), and few other simple settings. This strategy is very simple but I'd like to have it automated so that I don't have to be in front of the chart all day. Will share further info, illustrations, strategy
Hello guys, Iam an investor in an account that runs Arbitrage EA on one broker and it works just fantastic.. The guy who runs the EA obviously doesnt want to sell the EA because he profits from that. I would like to find someone that can develop me one Arbitrage (HFT) EA that works perfect on MT5 and trades XAUUSD (gold) specifically. If you would like and can help me i would appriciate it! Best regards
I Like to have an EA created from the trading view indicator below. I will send the source code after selected for the job I only like to use the red and blue arrows in the code. The indicator is only to do with the arrows not the trend cloud. You can remove some code lines which are not relevant for the EA. The EA must trade when loaded looking left to see what trend it is
I will be exploring my tradings automatically,I need the robot to continue and control my account without internet connection problems, i want it active all the time to make profits
Hi Sir, Good day to you. I would like to convert a mql4 indicator (screenshot attached) to a trading robot for automated forex trading. Please feel free to contact me. Many thanks
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

项目信息

预算
31 - 100 USD
开发人员
27.9 - 90 USD
截止日期
 1 天