Script to extract Candlesticks data from all time frames to CSV. – script MetaTrader 5

Script to extract Candlesticks data from all time frames to CSV. - script for MetaTrader 5
Overview of the CandlesticksData Script The CandlesticksData script is designed for the MetaTrader 5 trading platform, allowing traders and developers to export detailed candlestick data into a CSV file for further analysis or record-keeping. This script is particularly useful for quantitative analysis, backtesting trading strategies, or for educational purposes, enabling users to examine historical price … Read more

Real Time Complete Trade Stats Display EA – EA MetaTrader 4

Real Time Complete Trade Stats Display EA - expert for MetaTrader 4
Real Time Complete Trade Stats Display EA is designed to provide traders with a comprehensive, real-time view of their trading activity. This intuitive EA displays key statistics directly on the trading chart, ensuring that traders have all the critical information they need to make informed decisions at a glance. Whether you’re tracking your overall profits, … Read more

Code blocks for “Counters” like Count “X” time and pass – EA MetaTrader 5

Code blocks for "Counters" like Count "X" time and pass - expert for MetaTrader 5
01. Count “X” Times and then pass. Step 01 – Created a variable for set the count limit. you can use it as an input parameter as well of optimization in your code.  Step 02 – Create another variable to store the counted limit (How many times it has been counted). Step 03 – Once … Read more

Multi Time Frame Trader – EA MetaTrader 4

Multi Time Frame Trader - expert for MetaTrader 4
This EA looks at (3) time frames and determines either to short or to long a trade based on the highest time frame. This EA accesses the !LinRegrBuf indicator and determines the trend/slope for M1, M5, and H1 time frames. If the H1 trend/slope is heading in a positive direction(+), then the EA waits until … Read more

Daily Pivot Points shifted for different day start time – indicator MetaTrader 4

Daily Pivot Points shifted for different day start time - indicator for MetaTrader 4
This indicator plots horizontal lines at daily pivot levels R3, R2, R1, Pivot, S1, S2 & S3, using a day that is advanced (or retarded) from the server time (called Pivot Day). You can see in the illustration, that the pivot lines start earlier than the server time days (except for the most recent day, … Read more

Indicator to real time get InvestMiner.com news on Graph – indicator MetaTrader 4

Indicator to real time get InvestMiner.com news on Graph - indicator for MetaTrader 4
With this indicator you can check data mining news from InvestMiner.com while analysis a symbol Graph. InvestMiner Indicator Important: it´s necessary install “http51” (dll and include file) remote http library before use de indicator (more information about http51 and install information at Usage tips: it works just with Symbols that are present on InvestMiner.com data … Read more

Time, Forex sessions and Trade Hours monitor – indicator MetaTrader 4

Time, Forex sessions and Trade Hours monitor - indicator for MetaTrader 4
Author: Vadim Baklanov (gip) Indicator shows a different Forex sessions, market hours of the exchanges and user defined time lines. It’s a very useful tool for manual and automatic trading. To perform a correct winter/summer time change, check the following parameters: Broker_standard_time_zone – time zone, standard UTC+ broker server shift. The default value +1 – … Read more