Работа завершена

Время выполнения 57 дней
Отзыв от заказчика
Excellent Developer, deserves more than 5 stars, cool mind, understanding fellow, communicative, Honestly Recommended

Техническое задание

Please Scammer developers stay away..

Scammers Botrous thwrat, jabir Ismaeili , adifon should never apply here

U will send me bullish r bearish cross strategy tester graphical mt4 chart small video showing alerts no repaint b4 project.

I belive Honesty n expect same from u sir

EA   TradeMode/AlertsMode

This EA has two modes TradingMode = only trades without alerts

AlertsMode= only gives alerts n doesnot trade

SMAs cross


 when 5 SMA crosses 21 sma, than 50sma than 100sma than 200sma

and all SMAs   are arranged in this order highest

 is 200 than 100 than 50 than 21 than 5 , so than immediately OPEN SELL order bearish cross and give sound+popup 

alert showing price n time of cross+SHL small horizontal line sticking at current

candle body's place where cross happened, 

in picture TOP JUST ONE DOWN BLue line shows bearish cross happened, as soon as ALL SMAS came in unision cross, 200highest yellow/100pink /red50/deep red21/ green 5,  unless all smas dont show cross , till than NO ALERT SHOULD B GIVEN, SUPPOSE IF TWO SMAS HAVE CROSSED , no alert, if four SMAs have crossed down , no alert , untill last SMA didnt cross as well, sir


200/100/50/21/5 sma cross arrangment shall show bearish cross 

5/21/50/100/200 shall show  bullish cross arrangement

 



Each sma should show its sma value(like 5sma,50sma etc,thanks)


for BULLISH  cross arrangment 200sma the lowest , 100 sma over the 200, 50sma over 100sma, 21sma over

 50sma, 5sma over 21sma =/200/100/50/21/5smas


RiskEQuity = risk per trade

 EA shall show all data on screen , like opened orders, drawdown, profit ,loss, etc


EA should have one button CloseAll  , if pressed this button than ea should close all opened orders

Profit box inputs box,  this blank box if i write any value of USD$ in it than as soon as EA total equity 

touches that profit than ea should close all orders, 

LossBox  , whatever usd dollar value i write in it as soon as it met than

 ea should close all losing orders,

Multiplier inputs box= which does multiply next orders in case of loss,i.e 1.1/1.2/1.3  so on...

StartLot, Tp, stp, ClosebuyReverse(close the buy all orders when all emas/smas turn

into bearish array 200/100/50/21/5

,CloseSellReverse = 5/21/50/100/200



finaly u will send me mql file as source code

thanks best of luck Respected Sir


thanks sir


Файлы:

Откликнулись

1
Разработчик 1
Оценка
(23)
Проекты
45
20%
Арбитраж
24
29% / 46%
Просрочено
12
27%
Свободен
2
Разработчик 2
Оценка
(1)
Проекты
2
0%
Арбитраж
1
100% / 0%
Просрочено
0
Свободен
3
Разработчик 3
Оценка
(237)
Проекты
419
34%
Арбитраж
53
36% / 40%
Просрочено
154
37%
Занят
4
Разработчик 4
Оценка
(15)
Проекты
17
6%
Арбитраж
1
0% / 100%
Просрочено
1
6%
Свободен
5
Разработчик 5
Оценка
(12)
Проекты
14
0%
Арбитраж
1
100% / 0%
Просрочено
1
7%
Свободен
6
Разработчик 6
Оценка
(586)
Проекты
1047
49%
Арбитраж
39
28% / 41%
Просрочено
49
5%
Свободен
Похожие заказы
i get paid in 12 hour too send agreement Once the Tp or stop loss or trailing sl is hit a new order is placed in the direction of where the Tp and sl or tsl is hit immediately So trail profits until close and open new trade in reverse direction immediately and trail until close again points for trailing sl, tp and sl I want the trailing stop too have two different functions one is that it’s trails from the entry
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all

Информация о проекте

Бюджет
35+ USD
Исполнителю
31.5 USD