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
評価
(320)
プロジェクト
466
42%
仲裁
77
12% / 64%
期限切れ
75
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%
類似した注文
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'm looking for a developer who has already working on a HFT tailored to pass prop firm challenges within a short period, maintaining a very low drawdown. Here is a link to a video demonstrating an existing EA executing the same strategy: https://youtu.be/N6NEcIpPzV4 Any developer having already worked on this type of project and able to provide quickly a test version is welcome to contact me
have trade signals i get by telegram messaging, i would like to have a robot designed to read those message for trade inputs and open and close trades base on the signals Ea must be able to scan my telegram Message app Read signals sent Open trades on the mt4 and manage them to close Read signals every one minute (user changeable input) I also need the programmer to teach me how to install and make the robot work
MACD EA 50+ USD
Hello Freelancers, I am seeking an experienced developer to create an Expert Advisor (EA) for MetaTrader 5 (MT5). The EA will be based on the MACD indicator and should adhere to the following specifications: EA Requirements: Trading Logic: 1. Long Trades: • Entry: Open a long trade when the MACD line crosses above the signal line below the zero level. • Exit: Close the long trade when the signal line crosses above
EA Configuration. FIBO ------------------------------------------------------------------- Magic: 123456 Stop: Real or Virtual Order: Pending / CLOSE / price== LOT Description: 0.01 ------------------------------------------------------------------- STOP: -0.25 ------------------------------------------------------------------- ENT_1: 1.00 Lot_1: 0.01 ENT_2: 0.50 Lot_2: 0.01 ENT_3: 1.00 Lot_3: 0.01
Hi I'm looking for a professional programmer to modify my EA the EA send signal alert to telegram and screen shot of the chart patterns my EA is dased to the harmonic pattern but I want to see on the screen shot the pattern of the harmonic pattern and on the chat as well
Hello I need create simple trend first candle session EA. Ea wait for first M5/M15/M30/H1 (all possible timeframes to choose) candle at asian, european and NYC session and open buy/sell stop order above (in long situation) or below (in short situation) x points from highest/lowest point of the first candle. + trailing stop loss stop loss take profit breakeven magic key
Hello Guys ! Looking for a developer to create a EA for my Buy and Sell No repaint indicator. I only have the EX4 indicator file and I want the EA to take trades according to the Buy and sells signals generated by the Indicator. Here are some inputs I want for the EA: - Trailing stop - TP and SL ( in pips ) - Entries, TP and SL ( based on opposite signals arrow ) - Daily target ( in Dollars $ or % ) - Trading hours -
I need a robot that copies the orders sent in the telegram group to MT4 or MT5 so that I can configure the parameters. I would like it to have functions so I can enter and exit negotiations according to my configuration parameters
i need to delegate this job. XAUUSD H4 MT4 i have an ea with source code with smc, fvg, orderblocks and fibonacci, i need to fix somethings and add some features for live markets, any new ideas are accepted, i need also a 4 years backtest report (of metatrader 4). if you have good price and feedbacks and you want work for me also for new jobs apply for this job it's not urgent i need only a good price

プロジェクト情報

予算
50 - 150 USD
VAT(付加価値税) (19%): 9.5 - 28.5 USD
合計: 59.5 - 178.5 USD
開発者用
45 - 135 USD