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

Indicator Name - MetaTrader 4용 expert

조회수:
3126
평가:
(19)
게시됨:
2021.12.17 09:52
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Several times, we share snapshot with the other person with some indicator attached on the chart. 

However there is no way to be fully sure from the chart snapshot itself whether the indicator attached on the chart is the same which we are expecting it to be. 

I case of an EA, when the EA is attached to a chart, the name of the EA is always visible on the chart in the top right corner by default. 

But no such thing is available for an indicator. 

So this code is very handy to get the name of the indicator and then we can show it as an object anywhere on the chart. 

This way, we can always be sure of the indicator which is attached on the chart. 

Also, at times, it can also be used to ensure that we are checking correct version of the indicator being analysed, if we include the version of the indicator in the name itself.

MT4 Account details MT4 Account details

This code simply prints the account details for a MT4 account.

Hotkeys_TimeFrames_v1.0 Hotkeys_TimeFrames_v1.0

hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes 1=m1 2=m5 3=m15 4=m30 5=h1 6=h4 7=d1 8=w1 9=mn

Static arrows and graphic objects on MT4 Chart Static arrows and graphic objects on MT4 Chart

This code is used to create static object on MT4 charts which will not move along with the chart when you scroll the chart.

DPI Alert EA DPI Alert EA

This EA will tell you the Depth Per Inch of your screen.