Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

Equity and Balance as an indicator for MT5 - MetaTrader 5 için gösterge

ABFS Inc
Yayınlayan:
TheCoder
Görüntülemeler:
9135
Derecelendirme:
(26)
Yayınlandı:
2023.04.29 06:15
Güncellendi:
2023.07.03 21:00
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

This indicator reads balance and reads equity from the trading account and displays them on a separate chart window. Very simple, and really useful for backtesting.

Here is how it displays... the blue line represents Balance over time and the green line represents equity and it´s fluctuations over time.


Known limitations:
Because of the methods used to read balance and equity, AccountInfoDouble(), it is not able to go back in time to display data from before it was attached to the chart. It will only display dynamically the equity and balance from the time when it is attached to the chart. This means it is particularly more useful on backtests, and it is a tremendous tool to help analyze drawdown from very close, allowing the user to zoom in or zoom out, just as the user zooms in or out with the chart.

Enjoy!





    Dynamic Trailing Stop Loss and Profit Target Management Dynamic Trailing Stop Loss and Profit Target Management

    This code snippet implements a dynamic risk management strategy for existing trades. It focuses on closing trades based on profit or loss thresholds and employs a trailing stop loss to lock in profits as the trade moves favorably. The strategy helps manage risk and enhance profitability in a streamlined manner.

    Expert Advisor for Opening Multiple Buy and Sell Orders Based on User Input Expert Advisor for Opening Multiple Buy and Sell Orders Based on User Input

    This MT5 Expert Advisor opens multiple buy and sell orders based on user input, featuring a simple interface with Buy and Sell buttons. The EA calculates lot size, checks the spread against slippage, and places orders accordingly. It is essential to test this EA in a demo account before using it in live trading.

    Martingale Levels For Money Management Martingale Levels For Money Management

    To use martingale money management when a position is in loss and price hits any of specific distances.

    Moving Average-RMA Moving Average-RMA

    RMA Relative Moving Average is a variant of EMA