- Add some commands to handle with Chart to MT5 api

- Add some commands to handle with windows to MT5 api
This commit is contained in:
Janderson FFerreira
2018-03-11 19:26:25 -03:00
parent d7b8ef894c
commit 6a37826486
7 changed files with 897 additions and 7 deletions
+7 -1
View File
@@ -423,7 +423,13 @@
<Button Command="{Binding iCustomCommand}" Content="iCustom" Margin="2"/>
</WrapPanel>
</TabItem>
<TabItem Header="Chart Functions">
<WrapPanel>
<TextBox Grid.Row="0" Grid.Column="1" Text="{Binding TimeSeriesValues.SymbolValue}" Margin="1"/>
<Button Command="{Binding ChartOpenCommand}" Content="ChartOpen"/>
<Button Command="{Binding ChartApplyTemplateCommand}" Content="ChartApplyTemplate"/>
</WrapPanel>
</TabItem>
<TabItem Header="Time and Date">
<WrapPanel VerticalAlignment="Top" Margin="5">
<Button Command="{Binding TimeCurrentCommand}" Content="TimeCurrent" Margin="2"/>