PrevDayLines.mq4 – Draw Previous Day’s High, Low, and Average Price Lines – script MetaTrader 4

PrevDayLines.mq4 - Draw Previous Day's High, Low, and Average Price Lines - script for MetaTrader 4
The PrevDayLines.mq4 script is a tool for MetaTrader 4 that automatically draws three critical price levels from the previous trading day on your chart. These levels include the highest price (Max), the lowest price (Min), and the average price (Avg), providing traders with a clear visual reference for key support and resistance points. The script … Read more

ClusterBox_DayHistogramm – horizontal cross-section of the market by days – indicator MetaTrader 4

ClusterBox_DayHistogramm - horizontal cross-section of the market by days - indicator for MetaTrader 4
General Information For each candlestick of any timeframe there is a corresponding amount of ticks that formed it. On Forex charts this trait is displayed as Volume, although it has no direct relation to the real trade volumes. However, the tick volume data can be in the same way as the real volume data. The … Read more

Days of the week – indicator MetaTrader 5

Days of the week
The indicator shows the current day of the week as a histogram. The histogram rule matches the numbering of days in the MqlDateTime structure: struct MqlDateTime   {    int year;           // year    int mon;            // month    int day;            // day    int hour;           // hour    int min;            // minutes    int sec;            // seconds    int … Read more

Days of the week color – indicator MetaTrader 5

Days of the week color - indicator for MetaTrader 5
A modification of Days of the week – now every day of the week is marked with a separate color: The DRAW_COLOR_HISTOGRAM style requires two buffers (a buffer of values HistogramBuffer and a color buffer HistogramColors): //+——————————————————————+ //|                                       Days of the week color.mq5 | //|                              Copyright © 2018, Vladimir Karputov | //|                                           | //+——————————————————————+ #property copyright … Read more

Export Summary Grouped by Trading Days – script MetaTrader 5

Export Summary Grouped by Trading Days - script for MetaTrader 5
The script exports summary of closed trades selected between two dates grouped by each trading day. The resulting file is CSV that can be opened/imported with any spreadsheet software. To export summary for the entire trading history, keep Start date and End date at their default values. The CSV file is located at: Terminal > File > Open data … Read more

Export Summary Grouped by Trading Days (MT4) – script MetaTrader 4

Export Summary Grouped by Trading Days (MT4) - script for MetaTrader 4
The script exports summary of closed trades selected between two dates grouped by each trading day. The resulting file is CSV that can be opened/imported with any spreadsheet software. To export summary for the entire trading history, keep Start date and End date at their default values. The CSV file is located at: Terminal > File > Open data … Read more

Identify the Potential Best Days To Trade (Improve your Strategy) – MT4 – script MetaTrader 4

Identify the Potential Best Days To Trade (Improve your Strategy) - MT4 - script for MetaTrader 4
INTRODUCTION : Have you notice that the market really moves on some days while it barely moves on other days ? Let’s not forget that when the market really moves we can actually make some decent profit. So if you would like to know which days the market really moves, this is the script that … Read more

Identify the Potential Best Days To Trade (Improve your Strategy) – MT5 – script MetaTrader 5

Identify the Potential Best Days To Trade (Improve your Strategy) - MT5 - script for MetaTrader 5
INTRODUCTION : Have you notice that the market really moves on some days while it barely moves on other days ? Let’s not forget that when the market really moves we can actually make some decent profit. So if you would like to know which days the market really moves, this is the script that … Read more

The best TIMES & DAYS our Strategy Works the best (Improve your Strategy) – MT4 – script MetaTrader 4

The best TIMES & DAYS our Strategy Works the best (Improve your Strategy) - MT4 - script for MetaTrader 4
INTRODUCTION : For day traders. 2 highly important indicators to turn strategies into extreme winning ones. The Win/Loss ratio and the Reward/Risk ratio will allow us to identify the best times and days our strategy works the best For example, if we run a bar in town, we don’t actually open it in the morning … Read more