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

Looking for a Freelancer to design an MT4 plug-in, which will be a kind of 'Data Window' for Indicators in the first part for any Symbol and visible in any time-frame; showing Changes in Indicators over the last 6 Candles, with a seventh column to show changes in real-time and/or at the end of Current[latest] Session.
Required in the second part is a kind of 'Data Window' for Candlesticks of any Symbol which is visible in any time-frame and split into two parts - 1 part to show for 'Sell' Candles, the Net{differences} between 'High & Open' and 'Close & Low' and for 'Buy' Candles - the Net{differences} between 'Open & Low' and 'High & Close'; over the last 6 Candles, with a seventh column to show changes in real-time[for the Currently Developing Candlestick] and/or at the end of Current[latest] Session. 
Data Window' for Indicators
  Preceding Sessions       Real-Time
Symbol'/'Timeframe' e.g USDJPY M30 6Candles back 5Candles back 4Candles back 3Candles back 2Candles back 1Candle back Current Candle
Start[6Candles back]Date: 
Start Time:  13:30 14:00 14:30 15:00 15:30 16:00 16:30
Main Chart
MA(14) Actuals xxx
          Change xxx
MA(20) Actuals
          Change
Bands(20) Upper         Actuals
          Change
Bands(20) Lower Actuals
          Change
Gator Jaws Actuals
          Change
Gator Teeth Actuals
          Change
Gator Lips Actuals
          Change
Indicator window 1
Stoch(5,3,3) Actuals
          Change
Signal Actuals
          Change
Indicator window 2
AC Actuals
          Change
Indicator window 3
AO Actuals
          Change
Indicator window 4
RSI(14) Actuals
          Change
Indicator window 5
Gator(13,8,5) Up Actual
          Change
Gator(13,8,5) Down Actual
          Change
======
Data Window' for Candles
If 'Sell' - Display
   
Net[High - Open] xxx xxx xxx xxx xxx xxx xxx
Net[Close - Low] xxx xxx xxx xxx xxx xxx xxx
 
If 'Buy' - Display
Net [Open-Low] xxx xxx xxx xxx xxx xxx xxx
Net [High-Close] xxx xxx xxx xxx xxx xxx xxx


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

1
Разработчик 1
Оценка
(879)
Проекты
1392
67%
Арбитраж
117
32% / 42%
Просрочено
215
15%
Свободен
2
Разработчик 2
Оценка
(30)
Проекты
52
52%
Арбитраж
6
0% / 100%
Просрочено
18
35%
Свободен
3
Разработчик 3
Оценка
(130)
Проекты
184
32%
Арбитраж
17
29% / 59%
Просрочено
27
15%
Работает
4
Разработчик 4
Оценка
(188)
Проекты
212
58%
Арбитраж
9
11% / 89%
Просрочено
8
4%
Свободен
5
Разработчик 5
Оценка
(4)
Проекты
5
0%
Арбитраж
3
0% / 67%
Просрочено
2
40%
Свободен
6
Разработчик 6
Оценка
(16)
Проекты
21
19%
Арбитраж
7
0% / 71%
Просрочено
14
67%
Свободен
7
Разработчик 7
Оценка
(1)
Проекты
1
0%
Арбитраж
1
0% / 100%
Просрочено
0
Свободен
Похожие заказы
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

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

Бюджет
120 - 310 USD
Исполнителю
108 - 279 USD
Сроки выполнения
до 11 дн.