Stochastic + Tendency Channel Strategy correction

작업 종료됨

실행 시간 7 일
고객의 피드백
This is the first job I have ever requested and the code provided does what I put in the requirements, I appreciate the effort. Good job.
피고용인의 피드백
Buen trabajo, gracias por todo.

명시

The principle for this work is to create a code for MQL5 that uses the stochastic and a tendency channel.


The strategy that is required to be corrected is based on the next:


Buy condition:

1.-  There need to be an uptrend. Mainly in my strategy I use the CHOCH and BOSS (  I didn't programed this on the provided code. ) to determine in which direction is the price going and I mark a tendency channel using the 2 maximum values and 2 minimum values. If it matches with more maximum and minimum levels that’s better. See the example in the images added.

2.- The Stochastic shows a cross between %K and %D, where %K crosses from bellow to above %D, making a condition similar to this:

(KValue0 > 20 && DValue0 > 20 && KValue0 > DValue0 && KValue1 <= DValue1 && KValue2 < DValue2) And (KValue0 > 20 && DValue0 > 20 && KValue0 > DValue0 && KValue1 >= DValue1 && KValue2 < DValue2)  See the example in the following slides.

3.- The price should be between the lower and middle lines of the tendency channel.

Sell condition:

1.-  There need to be an downtrend.

2.- The Stochastic shows a cross between %K and %D, where %K crosses from above to bellow %D, making a condition similar to this:

(KValue0 < 80 && DValue0 < 80 && KValue0 < DValue0 && KValue1 >= DValue1 && KValue2 > DValue2) And (KValue0 < 80 && DValue0 < 80 && KValue0 < DValue0 && KValue1 <= DValue1 && KValue2 > DValue2)  See the example in the following slides.

3.- The price should be between the upper and middle lines of the tendency channel.


The position should be opened with the following:


Sell position:

-The STP (Stop Loss) should be 3 points bellow the lower minimum of the previous 4 candles.

-The TP (Take Profit) should be 2 times the distance of the STP – Actual Price. Example: STP=15+3 , TP= (15+3)*2=36

Sell position:

-The STP (Stop Loss) should be 3 points above the higher maximum of the previous 4 candles.

-The TP (Take Profit) should be 2 times the distance of the STP – Actual Price. Example: STP=15+3 , TP= (15+3)*2=36


I require that if the account loss 1.5% of its total, stop the tradings and notify me via email. Example: the account started the day with 10000 dlls, and 13 hours after it losses 150 dlls it stops


Note: In the documents I added a code I was working in to try and do these things, please check it and tell me if it can be reworked or what can we do.
Also I added some lines to prevent the opening of operations 2 or 3 candles after one was opened and other lines to close the positions when the conditions where met.

Please use these conditions or some similar to do the same. 



The code I provided does the following:

1.- It calls the stochastic, EMA and MACD indicators (the last two are for trend identification, if you have a better way to detect trends be free to modify it or improve the conditions)

2.-Creates a tendency Channel using the all the candles in the screen but it may or may not be the better way to adapt to the strategy described above, becouse the channel does not identify the changes of tendency that fast.
3.- Open and close orders, but it a lot of times does not open a position even if the conditions are met, so the code needs help there, and sometimes it does not open the correct type of order, so I changed the order type from buy and stop to buy stop and sell stop.

4.-It prevent the opening of operations 2 or 3 candles after one was opened and other lines to close the positions when the conditions where met.

5.- I added an example for the price detection of highest high and lowest low at the end of the code, but i couldn't implement the operation to obtain the correct value for TP (2 times the STP distance)

The examples I used were the basic ones, I don’t know a lot of ways to do a trading code since I am a Mechatronic Engineer and I don’t know a lot of the things of the MQL5 language. If you know a better way to do the code feel free to tell me.


If you require more examples of the strategy that I explained on top and shown on the images or need more details please notify me.


응답함

1
개발자 1
등급
(37)
프로젝트
40
25%
중재
20
15% / 75%
기한 초과
8
20%
바쁜
2
개발자 2
등급
(67)
프로젝트
74
7%
중재
32
9% / 56%
기한 초과
6
8%
무료
3
개발자 3
등급
(56)
프로젝트
83
22%
중재
1
100% / 0%
기한 초과
1
1%
로드됨
4
개발자 4
등급
(129)
프로젝트
182
31%
중재
16
31% / 63%
기한 초과
27
15%
작업중
5
개발자 5
등급
(195)
프로젝트
317
35%
중재
64
13% / 56%
기한 초과
82
26%
무료
6
개발자 6
등급
(12)
프로젝트
17
12%
중재
6
33% / 17%
기한 초과
3
18%
로드됨
7
개발자 7
등급
(4)
프로젝트
2
0%
중재
2
50% / 0%
기한 초과
0
무료
8
개발자 8
등급
(4)
프로젝트
6
0%
중재
5
0% / 80%
기한 초과
2
33%
무료
9
개발자 9
등급
(251)
프로젝트
402
38%
중재
82
41% / 20%
기한 초과
70
17%
작업중
10
개발자 10
등급
(53)
프로젝트
157
69%
중재
4
100% / 0%
기한 초과
1
1%
무료
11
개발자 11
등급
(66)
프로젝트
143
34%
중재
11
9% / 55%
기한 초과
26
18%
작업중
12
개발자 12
등급
(119)
프로젝트
152
43%
중재
20
55% / 20%
기한 초과
7
5%
작업중
비슷한 주문
Hey, im looking for a person who can create an my very own version of pineconnector, which should have all the option of pineconnector and it should be user-friendly without any complications
HI, I'm looking for an experienced person who can add buy/sell indications and Alerts on existing Pinescript along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script
CGG EA 60+ USD
This robot has 4 simple rules. This EA requires an overlay that has 2 indicators with different scales in the same frame. The indicators are the CCI with channels and the CCG (1) both are custom indicators. I need this EA in 3 days and 3 days of testing
I’m looking for someone to convert the orderblock indicator from pinescript to mql5; and than code a EA based on that orderblock indicator, and also a fvg indicator ( that source code I will provide )
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service
I want the trade to trigger anytime it sees the opportunity on all time frames, sl tp should be automated and all trades should be trigger anytime on cpi news and etc
I need someone to help me convert my tradingview pinescript to mt4, I only got $20 for this and I am gonna be giving you more works ahead, Also I will be paying with cryptocurrency cause my PayPal os not working here, Don't know why
solve errors and debug my existing code to convert it into mq5 The task will be done remotely by anydesk More details will be given privately to better understand the task, already spoken previously by the developer
Has anyone tried to create an EA based on the black scholes model? A) Is it even possible for metatrader5? B) What need to be added as input? C) Which other statistical and mathematical models could work and how? D) Do you have know-how in statistical and mathematical models? Would like to see some results
I want to lock my indicators and my EAs in the data folder with a password because i am going to give my pc to a trader , the real names of the indicators also should be changed or covered on the screen so no one should go and find them online

프로젝트 정보

예산
30 - 70 USD
개발자에게
27 - 63 USD
기한
 15 일