Forum

Binance - Order Bridge ?? For scalping crypto

Hello, so i wanna scalp on binance like this guy on https://youtu.be/GmTxWxhiC2c?t=903  he is using ninja trader it's called " ATM Strategy " and as he places an order automatically are placed two more orders for stop loss and take profit on a pre defined ratio. Sadly binance don't support this

NormalizeDouble found bug - or Ask or Digits / MarketInfo problem ?

Hello, first of all i have trouble to post on mq4 forum so i write here ... should be same anyways i found a bug. (Test 1) double blue_0 = NormalizeDouble(iMA(NULL, 60, 5, 0, MODE_LWMA, PRICE_CLOSE, 0), Digits); Print("first:",NormalizeDouble(blue_0 +(10 * Point), (int)MarketInfo(NULL

How can i talk from php to mql4 ???

Hello, i know how to talk from mql4 to php like "WebRequest" and having and php side api that handles requests. but how can i talk from php side to the mql4 side ? thanks

Stdlib.mqh question

hello, so i included the #include <stdlib.mqh> i wanna use the std::map from this tutorial http://thispointer.com/stdmap-tutorial-part-1-usage-detail-with-examples/ but when i trying to write std::map<std::string, int> mapOfWords; i getting errors ... please can somebody help me that uses c++