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

Время выполнения 7 дней
Отзыв от заказчика
We found Vladimir to be very helpful. Vladimir executed everything we wished for and we are happy with the results. We won't hesitate to use Vladimir again for future requests.
Отзыв от исполнителя
Many thanks!

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

I want a simple Stochastic EA with user defined settings, see table below:

Current Bot Settings:

Variable

Value

Comment

 

Stochastic Settings

 

%K Period

User Defined

Example 5

%D Period

User Defined

Example 3

Slowing

User Defined

Example 3

Moving Average Mode

Drop Down Box

Exponential/Simple/Smooth/Linear Weighted

Price Field

Drop Down Box

Low/High & Close/Close

 

Trading Settings

 

Trading Direction

Drop Down Box

Bidirectional/Long Only/Short Only

Trade Crosses at Oversold/Overbought

Drop Down Box

True/False

Trade Crosses at any level

Drop Down Box

True/False

Trade Oversold/Overbought levels

Drop Down Box

True/False

Overbought Level

User Defined

Example 80

Oversold Level

User Defined

Example 20

 

Session Settings

 

Trade Asian Session

Drop Down Box

True/False

Trade Europe Session

Drop Down Box

True/False

Trade America Session

Drop Down Box

True/False

 

Position Management

 

Break Even in Pips

User Defined

Example 0 – 200 pips

Trailing Stop

User Defined

Small = Tight, Big = Wide Example 25%

Trailing Step in pips

User Defined

Minimum increase in Stop Loss Example 5 pips

Stop Loss in pips

User Defined

Must have value – Example 100 pips

Take Profit in pips

User Defined

Zero = not used

 

Money Management

 

Money Management  Behaviour

Drop Down Box

Trade manual lot sizes/Auto-Calculation of lot sizes/Martingale/Inverse Martingale

Risk Allocation for each trade

User Defined

By balance Example 2.0

Manual lot size for each trade

User Defined

Example 0.01 (10p)

Martingale Lot size Multiplier

User Defined

Example 2.0


I want all of the above input settings and the code file.


In addition to this, we are happy to pay more for the following:

Adding 2 "master buy/sell" requirements; example, both of requirements below would have to agree for the Stochastic EA to look for trades: 

- The first is using Moving Averages; user defined inputs - example MA being above or below one another.

- The second is a MACD crossover; user defined inputs.


Please contact me if you need further information.


Regards

DKBR 


Файлы:

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

1
Разработчик 1
Оценка
(23)
Проекты
45
20%
Арбитраж
24
29% / 46%
Просрочено
12
27%
Свободен
2
Разработчик 2
Оценка
(54)
Проекты
53
17%
Арбитраж
7
0% / 100%
Просрочено
5
9%
Свободен
3
Разработчик 3
Оценка
(356)
Проекты
632
26%
Арбитраж
89
73% / 13%
Просрочено
12
2%
Свободен
4
Разработчик 4
Оценка
(769)
Проекты
1033
44%
Арбитраж
50
8% / 50%
Просрочено
117
11%
Свободен
5
Разработчик 5
Оценка
(137)
Проекты
167
35%
Арбитраж
11
91% / 0%
Просрочено
0
Свободен
6
Разработчик 6
Оценка
(117)
Проекты
138
41%
Арбитраж
30
7% / 77%
Просрочено
17
12%
Свободен
7
Разработчик 7
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
8
Разработчик 8
Оценка
(620)
Проекты
680
57%
Арбитраж
25
16% / 60%
Просрочено
228
34%
Свободен
9
Разработчик 9
Оценка
(13)
Проекты
13
15%
Арбитраж
9
0% / 78%
Просрочено
0
Свободен
10
Разработчик 10
Оценка
(2422)
Проекты
3042
66%
Арбитраж
77
48% / 14%
Просрочено
340
11%
Работает
11
Разработчик 11
Оценка
(221)
Проекты
369
66%
Арбитраж
10
50% / 0%
Просрочено
46
12%
Свободен
12
Разработчик 12
Оценка
(21)
Проекты
24
17%
Арбитраж
15
20% / 40%
Просрочено
6
25%
Свободен
13
Разработчик 13
Оценка
(586)
Проекты
1047
49%
Арбитраж
39
28% / 41%
Просрочено
49
5%
Свободен
14
Разработчик 14
Оценка
(264)
Проекты
538
50%
Арбитраж
55
40% / 36%
Просрочено
224
42%
Работает
15
Разработчик 15
Оценка
(66)
Проекты
143
34%
Арбитраж
10
10% / 60%
Просрочено
26
18%
Свободен
Похожие заказы
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
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
hello great developer Can you make a high/low ticker tape on a table for 100 stock symbols? As a symbol makes a high or low throughout the day, it will appear on the table. i will be expecting great developer to bid for this project
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
An EA based on Fibonacci 100 - 300 USD
I am in need of 2 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 38 percent of the Fibonacci..this will be present on the 2 EA, the 2 EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe ranging

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

Бюджет
30+ USD
Исполнителю
27 USD
Сроки выполнения
до 10 дн.