Monday best trading day? First hour stronger than last?

MQL4 전문가

작업 종료됨

실행 시간 3 일
고객의 피드백
Well done!
피고용인의 피드백
Excellent Customer! I hope for further cooperation.

명시

Hi experts, hope you can help me with little statistical analysis of behaviour of traders dependent from things like "trading day" or "trading hour" ... :)

Thanks a lot in previous!

I dont have much time, so i look only at weekend in here.

This will be later add as specification:

You can do this as function for an existing MT4-EA:

Statistical analysis: for example, if fist trading mondays (day/hour) are more positive/negative price movement than last trading day (friday) and results to csv-file or to console.

Examples
- Average price movement of all Mondays(day of week) when a year(tf) ended positive/negative/greater>0.5% (some condition)
- Average price movement of a specific hour of a day (9:00-9:59) if the day ended more than between +0.5% and +1.0%.
- Average price movement of month september, if the current (previous) year ended positive/negative...

Suggestion (if you dont have better idea how to do the job):

make array for each tf, than loop all trough to be able to have all data which is necessary for current bar (all TFs) for example to be able to decide if current day/year/... will end positive or negative (see below "condition").

Further suggestions:

* params description:
* sum_tf: if sum_tf = 60= 1hour, you count the price movemant for one hour (for example from 8:00 to 8:59)
* count_tf: if "day" and position=1 you sum the price movement of the first trading hour per day
* position: 1=first hour of day or first day of week. Or same described with parameters: 1=first [sum_tf] of [count_tf]
* count: how many bars of calc_tf
* condition: For each sum check condition:if condition is "true" sum price (for Average calc) else dont sum
* if you dont know with objects, you can replace "condition con" by some parameters (see below at explanation of condition)
double sum_average( int sum_tf, int count_tf, int position, int count, int shift, condition con)
{
* example: sum_tf=60=1hour;count_tf=day, position=1
* Price Movements for the last

for( alle count_tf from shift to count )
{
    for( i=1;i++; )// alle sum_tf (in this count_tf)
    {
        if( con.check(count_tf) )
            if(i=position) sum= sum + iClose(NULL,sum_tf,i)-iClose(NULL,sum_tf,i-1);
    }
}
sum=sum/count;
*write sum to file or console;

return(sum);
}

condition:
- checks result of movment of the current "count_tf" with parameter "percentual periodas from-to"
bool con.check( int tf, int shift, double from, double to)
{
* example:
* tf    = 1 day (=count_tf)
* shift = 0
* from  = 0.5
* to    = 1.0

   if( price_movement_of_current_day > +0.5% and less than +1.0%) return(true);
   else return(false);
}

응답함

1
개발자 1
등급
(328)
프로젝트
479
41%
중재
77
12% / 64%
기한 초과
77
16%
작업중
2
개발자 2
등급
(69)
프로젝트
93
34%
중재
10
40% / 30%
기한 초과
5
5%
무료
3
개발자 3
등급
(42)
프로젝트
70
43%
중재
6
33% / 50%
기한 초과
19
27%
무료
4
개발자 4
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
5
개발자 5
등급
(258)
프로젝트
395
28%
중재
69
19% / 49%
기한 초과
120
30%
무료
6
개발자 6
등급
(28)
프로젝트
47
23%
중재
13
31% / 15%
기한 초과
12
26%
무료
7
개발자 7
등급
(16)
프로젝트
21
19%
중재
7
0% / 71%
기한 초과
14
67%
무료
비슷한 주문
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Dr Pattern 30+ USD
good day i need the service of the seaso coder to help me fix my ea The Job required 1 knowledge of Mt4 and Mt5 indicator coding 2. Telegram code 3. ability to code indicator to work on multiple Time frame combine to trade 4 Ability to Join two or three indicator on same ir different time frame if you have these skill please let chart i will discuss the details of the Job inside to you The required day including
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown
Hello, I am looking for a professional programmer to create a trading expert on the MT4 platform, integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. Further details will be provided to the applicants later
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
EA based on RSI and MA 100 - 400 USD
Program is based on RSI and MA indicators dynamic as triggers, for Open/Close criteria. Runs automatically but inputs can be updated manually. It uses a GUI to manage it. Multi TF analysis. Log register of every operation for analysis (db) Open Source deliver. Kindly apply IF you have previous experience with trading and mql/python/c bot/algo developing. And if you have a good track record . ps: Better if you have a
This is and EPA (Entry Point Analyzer). Automatically analyzes the algorithm for XAU/USD and places a safe entry point mark for your trade. This has been tested and gives out 90% success rates
I am looking for an experienced MQL5 developer to help me finalize and optimize an Expert Advisor (EA) for the FTMO challenge. I have already built a significant portion of the code, but it requires further refinement and optimization to ensure it functions according to the trading strategy I intend to use. I am happy to share all the resources, including the current code, reference materials, and detailed

프로젝트 정보

예산
50 - 150 USD
VAT (19%): 9.5 - 28.5 USD
총: 59.5 - 178.5 USD
개발자에게
45 - 135 USD