发新话题
打印

mt4平台上的模板文件用什么语言编写的?

mt4平台上的模板文件用什么语言编写的?

请高手赐教!实例如下:
<chart>
symbol=GBPJPY
period=5
leftpos=18238
digits=2
scale=8
graph=1
fore=1
grid=0
volume=0
scroll=1
shift=1
ohlc=1
askline=0
days=0
descriptions=0
shift_size=20
fixed_pos=0
window_left=22
window_top=22
window_right=842
window_bottom=555
window_type=3
background_color=0
foreground_color=16777215
barup_color=255
bardown_color=65280
bullcandle_color=255
bearcandle_color=65280
chartline_color=3329330
volumes_color=65280
grid_color=10061943
askline_color=255
stops_color=255

<window>
height=151
<indicator>
name=main
<object>
type=2
object_name=Trendline 53572
period_flags=0
create_time=1209979204
color=255
style=0
weight=1
background=0
time_0=1200047400
value_0=212.281264
time_1=1200051900
value_1=212.473323
ray=1
</object>
</indicator>
<indicator>
name=Moving Average
period=14
shift=0
method=0
apply=0
color=65535
style=0
weight=1
period_flags=0
show_data=1
</indicator>
<indicator>
name=P***bolic SAR
step=0.0200
end=0.2000
color=16711935
style=0
weight=1
period_flags=0
show_data=1
</indicator>
<indicator>
name=Moving Average
period=51
shift=0
method=1
apply=0
color=15794175
style=0
weight=5
period_flags=0
show_data=1
</indicator>
<indicator>
name=Moving Average
period=8
shift=0
method=3
apply=0
color=15794175
style=0
weight=1
period_flags=0
show_data=1
</indicator>
</window>

<window>
height=50
<indicator>
name=Relative Strength Index
period=8
apply=0
color=16711680
style=0
weight=1
min=0.000000
max=100.000000
levels_color=12632256
levels_style=2
levels_weight=1
level_0=30.0000
level_1=70.0000
period_flags=0
show_data=1
</indicator>
<indicator>
name=Moving Average
period=8
shift=0
method=1
apply=8
color=15794175
style=0
weight=1
period_flags=0
show_data=1
</indicator>
</window>
</chart>

请问上面这些用的是什么编程语言?

TOP

这不属于任何语言,这是mt4所能识别的一种文件格式。

TOP

谢谢回答.那么请问这种文件格式语言的名字叫什么?我想编写类似的模板文件,你有什么好的建议?在线等.

TOP

TOP

我也没研究过。
一般把图表设定好,然后保存为模板就可以了。
不明白你为什么要编辑。

TOP

发新话题