당사 팬 페이지에 가입하십시오
Balance Graph HTML - MetaTrader 5용 스크립트
- 조회수:
- 8587
- 평가:
- 게시됨:
- 2019.04.06 21:10
- 업데이트됨:
- 2022.03.12 19:21
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Description:
Display interactive HTML graph of the account balance inside the web browser.
The included template html file uses the HighCharts JavaScript library from https://www.highcharts.com/
Highcharts makes it easy for developers to set up interactive charts in their web pages.
Make your data come alive
Updated Highcharts JS v10.0.0 (2022-03-07)
How to use:
- Copy the files to the \Scripts folder
- Compile and run the script 'Graph_test.mq5'
- The web page should be displayed in your web browser.
The generated html file can be located at "%userprofile%\AppData\Roaming\MetaQuotes\Terminal\Common\Files\Graph.htm"
Tooltips showing the balance
Zoom at specific points
Other features:
Builds a sliding line with a polynomial of 4 degrees. Extrapolates as a section of a given function with a sinusoid and its axial one. One value is taken from the constructed lines on each bar and a line of extrapolated values is plotted, which does not redraw.
MQL_EasyA cross platform library/framework
A class to reconstruct closed trades (paired in/out deals) from history sorted by close time.
Lavika EURGBP/EURUSDThe Expert Advisor uses four iMA (Moving Average, MA) indicators from two timeframes. Two indicators with averaging periods 1 and 8 are created on the H1 timeframe and two indicators with averaging periods 1 and 8 are also created on the H4 timeframe.