eabase

Results 197 comments of eabase

@TheSnowGuru Hi Shay, > This works fine for me with this ... Well, are you using this mtapi .NET, or your own TCP/IP connector? (I'm using Python with the .NET...

Indeed seem to be a problem with MT4/5 not populating their returned arguments. ```cpp void OnTick() { long symbol_volume = SymbolInfoInteger(Symbol(),SYMBOL_VOLUME); double symbol_volume_real = SymbolInfoDouble(Symbol(),SYMBOL_VOLUME_REAL); long tick_volume_array[],real_volume_array[]; MqlTick m_tick; if(!SymbolInfoTick(Symbol(),m_tick)...

@vdemydiuk Slightly OT, but... >After some discussions in telegram's chat I decided to postpone merging the PR into branch. Some users are using pipe mode and have comparative information that...

Why do you want to make multiple copies of the same order? Just doesn't make any sense in any use scenario I can think of, except for some kind of...

Which one is the code example?

I think we should put another more obvious default. Perhaps `MTAPI`?

Here's a start to a Wiki... --- **Installing WIX for mtapi** 0. You need to have [Visual Studio](https://visualstudio.microsoft.com/free-developer-offers/) already installed. 1. Make sure you install one of the latest (3.14+)...

From forum channel: > To build the solution for MT4 you need to choose configuration x86 and start build for MtApiInstaller. > It will build all projects related to MT4:...

I think I need some more help here. After having already installed VS2017 + WIX dep's as shown above, and having done: `git clone https://github.com/vdemydiuk/mtapi/` What are the next steps...

## **WIP** :construction: What's a better place to test README markup files, but in an issue post!? --- #### How to Build Solution To build the solution for **MT4**, you...