Auto Profit Closer – MT4 EA – EA MetaTrader 4

Auto Profit Closer - MT4 EA - expert for MetaTrader 4
Auto Profit Closer is a highly efficient and user-friendly Expert Advisor designed to automate the process of closing all open trades once a predefined profit target is reached. Parameter: TargetProfit: allows users to set their desired profit threshold. This EA is ideal for traders looking to secure their gains without constantly monitoring the market, offering … Read more

Dual Profit Closer EA – MT4 – EA MetaTrader 4

Dual Profit Closer EA - MT4 - expert for MetaTrader 4
The Dual Profit Closer EA is a user-friendly automated trading tool designed to enhance your trading strategy by managing and closing both buy and sell orders independently based on predefined profit thresholds.What it does: Separate Buy & Sell Order Management: This EA tracks buy and sell orders individually, ensuring that each type of order is … Read more

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 … Read more

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, … Read more

Take Profit based on current profit – library MetaTrader 4

Minimum Profit
Introduction Many Expert Advisors (EAs) tend to close orders at the take profit level, considering the pip distance from the purchase price. However, the code used by EA NextBot is based mainly on the current profit . This approach allows you to easily manage the take profit with multiple open positions, monitoring the total current profit based … Read more

Check Current Open Orders With Profit – script MetaTrader 4

Screenshot of the script "Check Current Orders With Profit v1.00".
This script lists current open orders with profit. The result is displayed in a message box. If there is at least one open order with profit, a report file is created in .txt format, in Files directory (<terminal_data_folder>/MQL4/Files/). The precise file name format is: report_open_orders_with_profit__[Account Name]__[Server Time].txt Check Current Open Orders With Profit – script … Read more

error EA but with run with profit! – EA MetaTrader 4

error EA but with run with profit! - expert for MetaTrader 4
test at 1 june~1 Oct, 2010 Symbol EURUSD (Euro vs. United States Dollar) Initial deposit: 10000.00 Initial deposit 10000.00 Total net profit 28819.63 Gross profit 31332.83 Gross loss -2513.20 Profit factor 12.47 Expected payoff 28.99 Absolute drawdown 9666.55 Maximal drawdown 28259.28 (98.83%) Relative drawdown 98.83% (28259.28) Total trades 994 Short positions (won %) 0 (0.00%) … Read more