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

Время выполнения 11 дней
Отзыв от заказчика
Lazar è veramente il migliore!!! Oltre alle super capacità di programmazione, possiede una pazienza che pochi hanno. In poche parole: Mark Zuckerberg è nessuno, a confronto!!=)
Отзыв от исполнителя
An understanding customer is always open to discuss the terms of reference and work together. I was very glad to cooperate! =)

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

By default it contains 2 indicators that can be activated or deactivated with 2 buttons ( +1 virgin button that will be configured at a later time, when another EA that will have the function of generating signals will be terminated ) from outside:

  - the first indicator is a 14-period RSI with levels of 70 and 30 as default (all 3 values can be configured externally as variables)

each time the market crosses these two levels inward, it opens up positions.

Example: the market is above the upper level (which in our example will be 70), going down it crosses it then opens a "SELL" order. Otherwise for the 30 that will open a "BUY" order.


-the second indicator instead works in the following way:

if there are "X" ticks in the upward market sequence then it buys, otherwise it sells.

example:

suppose that the value X is 4, and the market value is 1.3456, if the market value goes through the following steps: 1.3456, 1.3457, 1.3458, 1.3459 then it buys, proceeds in the opposite direction and sells. But if in the middle of the 4 values, even one goes in the opposite direction, then it does not open positions, and starts counting again until the desired scenario is found.


Once the position has been opened, it is expected that there is a positive profit and sets a trailing stop at a market price which, counting various commissions, overnight and spreads, has a positive value of at least "+0.01" as a profit. Practically the minimum level from which the trailing stop will start will guarantee a profit in any case.


for losing operations instead, I would like to be able to set a stop loss that will only work as an indicator to make the robot perform the following logic function:

if the loss is greater than equal to "X%" of the invested amount, then it performs an assessment for which:

if the amount in loss is less than equal to "X%" of the overall gain obtained up to that moment including all the operations carried out on all the markets, then it is closed.


Example:

I have closed 10 deals on 5 different markets to date. the total earnings are $ 10.

if the open loss operation is less than 20% (percentage value that can be entered from outside) of $ 10, then it is closed.

For subsequent loss-making operations, the new earnings will be calculated, corresponding to the remaining 80%. (I would like this last function to be activated or deactivated with an external button)

Example:

- I have earned $ 10 from various operations, a loss operation is closed which is within 20% of $ 10, which is equal to $ 2. There remains $ 8 of profit, which if this function is activated, will be set aside and not counted for the next loss-making operations. In short, for each closed loss operation I will guarantee myself the remaining 80%.


If, on the other hand, it is greater, it is left open until this condition occurs. if, on the other hand, the loss exceeds the second level preset by the external with a percentage of the investment of that operation, then a notification is generated and an email is sent to an address that is entered from outside.

  If it is greater than the previous percentage entered, then it is kept open, the operation remains open until this condition occurs. But if this loss-making operation reaches a second level that indicates a greater loss indicated with a percentage of the investment of this operation (variable configurable from outside), a warning notification is generated and an e-mail is sent to an address that can be entered from outside.


I would like it to open trades whenever it receives a signal from the indicator. it does not have to wait for the previous operation to be closed before opening the next one.


On the other hand, regarding the amount to invest for the various operations, I would like a certain percentage of my portfolio to be used (percentage value that can be configured from outside), and to be able to configure a second percentage value that can be configured from outside to adjust the amount of each individual operation. Example:


- my wallet is $ 1000

- I want to use only 50% for the opening of the various orders (value configurable from outside) ----- 1000 $ - 50% = 500 $

- the maximum investment amount for each operation is 5%, or in any case the purchasable microlot that has an amount lower than 5% (value configurable from outside) ----- 500 $ / 100 = 5 $ ___ 5 $ x 5 = $ 25


Obviously I will need the source code of both EAs.




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

1
Разработчик 1
Оценка
(304)
Проекты
509
47%
Арбитраж
29
10% / 45%
Просрочено
138
27%
Свободен
2
Разработчик 2
Оценка
(368)
Проекты
398
70%
Арбитраж
3
100% / 0%
Просрочено
2
1%
Загружен
3
Разработчик 3
Оценка
(63)
Проекты
84
26%
Арбитраж
23
22% / 48%
Просрочено
23
27%
Свободен
4
Разработчик 4
Оценка
(376)
Проекты
398
31%
Арбитраж
62
19% / 69%
Просрочено
50
13%
Загружен
5
Разработчик 5
Оценка
(8)
Проекты
18
17%
Арбитраж
3
67% / 0%
Просрочено
0
Свободен
6
Разработчик 6
Оценка
(42)
Проекты
88
14%
Арбитраж
30
30% / 53%
Просрочено
36
41%
Работает
Похожие заказы
I want to decompile an ea file and get the source code, i need it really quick as fast as possible. the file must be delivered alongside the source code
I have an algo that is running on ProRealTime, they have their own language. It is a simple strategy with 5 conditions + SL/TP settings, very basic. I need someone that can convert or just create a functional MT5 algo (EA) from these conditions for me, if you do a good job I have around 10+ more algos that need to be transferred to MT5
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader 1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and
1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and Trailing Draw Down options need to be implemented 5. Risk needs to be in % of
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hello I need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks

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

Бюджет
80 - 150 USD
VAT (22%): 17.6 - 33 USD
Итого: 97.6 - 183 USD
Исполнителю
72 - 135 USD
Сроки выполнения
от 3 до 10 дн.