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

Symbol Spread Equity Profit Banner V1.mq4 - MetaTrader 4용 지표

Symbol Spread Equity Profit Banner
게시자:
[삭제]
조회수:
3414
평가:
(3)
게시됨:
2024.03.31 19:58
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

//|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, MetaQuotes Ltd."

#property link          "https://www.mql5.com"

#property version       "1.01"

#property description   "persinaru@gmail.com"

#property description   "IP 2024 - free open source"

#property description   "Symbol Spread Equity Profit Banner"

#property description   ""

#property description   "WARNING: Use this software at your own risk."

#property description   "The creator of this script cannot be held responsible for any damage or loss,"

#property description   "nor for happiness and euphoria on gains."

#property strict




    Open Charts of open trades symbols Open Charts of open trades symbols

    Open Charts

    Resize chart window from indicator (for Short Trend Reversal) Resize chart window from indicator (for Short Trend Reversal)

    Changing the size of the chart window is important in my EA, but it may serve as inspiration for others.