거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Equity and Balance as an indicator for MT5 - MetaTrader 5용 지표

ABFS Inc
게시자:
TheCoder
조회수:
9137
평가:
(26)
게시됨:
2023.04.29 06:15
업데이트됨:
2023.07.03 21:00
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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