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

Hello,

I am looking for someone that can develop for me a trading bot, that can trade on Crash 500 and 1000, and also on Boom 500 and 1000.

The bot must buy on Crash 500 and 1000 and sell on Boom 500 and 1000. The indicator we use is the Awesome Oscillator.

The CRASH 500/1000 we scalp it by buying. We only place our ENTRY that is to BUY when the Awesome Oscillator changes from VALUE DOWN to VALUE UP and by changing I mean the Change in AO color. Lets say my Value up is Green(because my Bull Candle are green) and Value Down is Red (because my bear candles are red). Now when the AO changes from Red(value Down) to Green(Value Up). Why do we buy here? Because usually after a spike down/crash/bearish spike the AO indicates value Down(Red/Your Bear Candle Color) thus showing sellers are coming with high pressure so what we do we wait for the AO indicator to show(change) Value Up(Green/Your Bullish Candle Color) indicating Buyers are coming back and only then do we enter our buy order.

OUR EXIT: ok we have learned about our entry and you can go and back test it to see the Strategy is 100% unique and effective. Ok where do we exit now? Its quite simple, once you have placed your buy order you must stay in the Market for 100Pips and not 50Pips like the former SPECTRA 1. For the SPECTRA+ one must stay in the market for 100PIPS and since counting Pips is quite difficult in indices so here is a simpler way of knowing the 100PIPS point of exit. Lets Say I used 20.0 lot to place a sell/buy order in Boom/Crash indices, Now100pips equals 20$ profit when I use a 20.0 lot. The same applies when I use a 10.0 lot, I will exit with 10$ which equals to 100Pips in the Boom/Crash indices.

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

1
Разработчик 1
Оценка
(176)
Проекты
291
15%
Арбитраж
20
40% / 35%
Просрочено
16
5%
Загружен
2
Разработчик 2
Оценка
(17)
Проекты
22
36%
Арбитраж
0
Просрочено
0
Работает
3
Разработчик 3
Оценка
(22)
Проекты
28
11%
Арбитраж
6
33% / 50%
Просрочено
4
14%
Работает
4
Разработчик 4
Оценка
(3)
Проекты
3
33%
Арбитраж
0
Просрочено
1
33%
Работает
5
Разработчик 5
Оценка
(19)
Проекты
23
48%
Арбитраж
4
0% / 100%
Просрочено
2
9%
Работает
6
Разработчик 6
Оценка
(5)
Проекты
6
0%
Арбитраж
0
Просрочено
1
17%
Работает
7
Разработчик 7
Оценка
(253)
Проекты
406
38%
Арбитраж
84
43% / 19%
Просрочено
70
17%
Работает
8
Разработчик 8
Оценка
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
9
Разработчик 9
Оценка
(546)
Проекты
1327
59%
Арбитраж
28
82% / 0%
Просрочено
10
1%
Свободен
10
Разработчик 10
Оценка
(121)
Проекты
154
43%
Арбитраж
20
60% / 20%
Просрочено
7
5%
Работает
11
Разработчик 11
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
// 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);
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
i Want to convert this Trading View Code to Mt4 Indicator indicator("NEOM Smart Money Concepts ", "NEOM Smart Money Concepts " , overlay = true , max_labels_count = 500 , max_lines_count = 500 , max_boxes_count = 500 , max_bars_back = 500) //-----------------------------------------------------------------------------{ //Constants //-----------------------------------------------------------------------------{ color
Hello Amazing developer am looking for profitable EA for mt4 and made for some past year and i will be looking forward for your bid if you have mt4 EA let negotitate in the contact box best regartds
1. **Timeframe and Liquidity:** Focus on the 5-minute timeframe for liquidity analysis.(timeframe for liquidity should be editble) 2. **Candlestick MSS:** Monitor 1-minute candlestick patterns for entry signals.(should be editble) 3. **Swing Points:** Identify swing points using the high and low of the last three candles.(ict swimg high and low) 4. **Sell Setup:** - Wait for a 5-minute candle to take out the swing
MT5 | RENKO EA 30+ USD
I am looking for a developer who knows how to run EA on renko charts. I can backtest and optimize the EA on the renko charts, but I cannot run the EA on the chart. I have an EA which I like to modify to run on the renko chart. I am using this free EA to generate the renko chart: https://www.mql5.com/en/market/product/59665?source=External Thank you
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
Hello great developer here am looking for expert developer will convert convert this Trading View Code to Mt4 Indicator and this is a simple indicator i will be expecting your bid peace be unto you
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

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

Бюджет
30 - 50 USD
Сроки выполнения
до 10 дн.

Заказчик

Размещено заказов3
Количество арбитражей0