Check Last Closed Trade (Profit / Type / Symbol etc.) – EA MetaTrader 5

Check Last Closed Trade (Profit / Type / Symbol etc.) - expert for MetaTrader 5
With this code block, you can get the last closed trade data without using loops.  Create a variable to set the current day start time. (This is not necessary to do.) Create some other variables to print a chart output and use if in other code blocks as well. (This is not necessary to do.) Using

Three White Soldiers and Three Black Crows for Chart Symbol – EA MetaTrader 4

Three White Soldiers and Three Black Crows for Chart Symbol - expert for MetaTrader 4
This script is a trading strategy called “Three White Soldiers and Three Black Crows” implemented in MQL4. It identifies patterns in price action known as “Three White Soldiers” and “Three Black Crows” and executes buy or sell trades accordingly. Here’s a brief description of the key components of your script: The script is designed to

Virtual SL TP Pending with SL Trailing for Symbol Chart – EA MetaTrader 4

Virtual SL TP Pending with SL Trailing for Symbol Chart - expert for MetaTrader 4
T”Virtual_SL_TP_Pending_with_SL_Trailing.mq4.” It’s designed to manage trades by setting virtual stop loss and take profit levels, along with a virtual pending order with an optional trailing stop loss feature. Here’s a breakdown of the script: Copyright and Link: Specifies the copyright information and a link to the creator’s website. Version: Indicates the version of the script.

Harmonized Pending Hedge of open trades for chart symbol – script MetaTrader 4

Harmonized Pending Hedge of open trades for chart symbol - script for MetaTrader 4
This script sets pending hedges with distance in pips for chart symbol. If hedged are 100% harmonized strategy will do nothing, else calculates difference between Buy and Sell Trades and places a harmonized pending hedge 100%. Deletes old hedges for symbol and places new ones. This way can be used as manual trailing pending hedges,

Symbol Spread Equity Profit Banner V1.mq4 – indicator MetaTrader 4

Symbol Spread Equity Profit Banner V1.mq4 - indicator for MetaTrader 4
//|A very simple Indicator banner showing Symbol Spread Equity Profit //|I use it every day in full chart mode so I don’t have to open the terminal panel to check equity, //|and to see optimal spread to entry symbol trade. I consider it useful enough to share it with you.  #property copyright     “Copyright 2024,

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol – script MetaTrader 4

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol - script for MetaTrader 4
It has been over two yeas I don’t use  stop orders much. Instead of placing Stop Loss orders, I use hedged pending orders. I use this scripts often in my trading with keyboard shortcuts ALT+B vs ALT+S, so I think is useful enough to share this scripts with you. #property copyright     “Copyright 2024, MetaQuotes

Multicurrency OnTick (string symbol) event handler – EA MetaTrader 5

Multicurrency OnTick (string symbol) event handler - expert for MetaTrader 5
This is the new implementation of full-featured multi-currency mode in MetaTrader 5. It’s implemented in extended OnTick(string symbol) function.  Benefits: It provides the real multi-currency mode on demo and real accounts. It has simple settings. The events list for OnTick(string symbol): can be configured: NewTick and/or NewBar. The list of symbols can be configured (all

Symbol Watermark With Timeframe – indicator MetaTrader 4

Symbol Watermark With Timeframe - indicator for MetaTrader 4
Description: Displays the current timeframe and symbol name in large font on the chart background. Useful when hopping between several charts with different symbols at the same time. Instructions: Choose the symbol you’re interested in and display it in a chart window at the appropriate timeframe. Load the Watermark indicator and optionally choose font, size,