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

Pausing execution of EA until certain time has passed – script MetaTrader 4

Pausing execution of EA until certain time has passed - script for MetaTrader 4
Author: Desmond Wright aka “Buju” This code will get the current time, wait until a certain amount of Seconds has passed and then continue processing. NOTE: the first run will produce an error as the stored Time will be reinitialized, after that it will work correctly. Pausing execution of EA until certain time has passed … Read more