From 869d3a117b2a8dce195ba70f82fff45941a6c831 Mon Sep 17 00:00:00 2001 From: Vyacheslav Demidyuk Date: Fri, 31 Oct 2014 08:57:13 +0200 Subject: [PATCH] First initial commit --- post_build_command.txt | 1 + site_description.txt | 4 ++++ 2 files changed, 5 insertions(+) create mode 100755 post_build_command.txt create mode 100755 site_description.txt diff --git a/post_build_command.txt b/post_build_command.txt new file mode 100755 index 00000000..b399060f --- /dev/null +++ b/post_build_command.txt @@ -0,0 +1 @@ +copy $(TargetPath) $(SolutionDir)..\AutoTrade\MT5Broker\libs\$(TargetFileName) \ No newline at end of file diff --git a/site_description.txt b/site_description.txt new file mode 100755 index 00000000..a490aaf1 --- /dev/null +++ b/site_description.txt @@ -0,0 +1,4 @@ +TraderAppsMarket + +Provides an application programming interface for .Net applications to remote control MetaTrader 4 terminal via TCP/IP. +This API support most MQL fuctions. \ No newline at end of file