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

Indicator of Equity in the Form of Japanese Candlesticks – indicator MetaTrader 4

Indicator of Equity in the Form of Japanese Candlesticks - indicator for MetaTrader 4
Equity and Balance Chart for the Account In distinct from more simple variant, the indicator has a number of differences and improvements: the equity chart in the form of the japanese candlesticks, it gives a visible range of differences more delicate adjusting by the orders filtering (besides the magic number and the symbol you can … Read more

Maximum Percentage of Equity Risk – library MetaTrader 5

Maximum Percentage of Equity Risk - library for MetaTrader 5
This code allows you to set a maximum percentage of equity risk. It checks if asked buy/sell lots are fitting the risk. If not, lots are automatically adjusted to fit the risk that was set. Code: bool UseMaximumPercentageRisk=true; double MaximumPercentageRisk=25; #include <Trade\SymbolInfo.mqh> //+——————————————————————+ //|  GetLotSize RPTrade                                              | //+——————————————————————+ double GetLotSize(double lotsize)   { //— Gets pair specs      … Read more

Equity Chart – indicator MetaTrader 4

Equity Chart - indicator for MetaTrader 4
Modernization of the popular Equity indicator. The author of the original version: Igor Korepin. The necessity of the modernization is that the original indicator does not always work correctly with some instruments. For example, some brokers use the tickers with suffixes, prefixes. Also some CFD contracts and futures were considered incorrectly. This version uses a … Read more

Droneox Equity Guardian – EA MetaTrader 4

Droneox Equity Guardian - expert for MetaTrader 4
Expert Advisor that will close all orders and disable another Expert Advisor / AutoTrading at desired level. Attach on any symbol and any timeframe. Features: Set your equity take profit. When your equity reaches the Take Profit Level (USD), EA will close all open orders and disable AutoTrading, so you can withdraw profit and start … Read more

LifeHack Balance Equity – indicator MetaTrader 5

LifeHack Balance Equity tester
The indicator displays the balance and equity of the trade account.  This indicator is especially useful when used in the strategy tester. It visualizes the balance and equity: To apply the indicator in the tester, it should be included in the tester template “tester.tpl”. This how it is done: open any chart clear the chart … Read more