Issue #209: [MT5] Added function ChartId to get chart id by expert handle.

This commit is contained in:
Viacheslav Demydiuk
2020-10-25 19:20:44 +02:00
parent 60c8a646ff
commit 318bae3852
3 changed files with 33 additions and 2 deletions
@@ -542,6 +542,7 @@
<StackPanel Grid.Row="4" Orientation="Horizontal" Margin="5">
<Button Command="{Binding ChartIdCommand}" Content="ChartId" Margin="2"/>
<Button Command="{Binding ChartIdByExpertHandleCommand}" Content="ChartId by ExpertHandle" Margin="2"/>
<TextBlock Text="ChartID" VerticalAlignment="Center" Margin="20,2,2,2"/>
<TextBox Width="150" Text="{Binding ChartFunctionsChartIdValue}" Margin="2"/>
</StackPanel>