Nitin Surana
Nitin Surana
  • Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Nitin Surana
Added topic Source code of http51.dll
I have seen here at many places refer http51.dll but where is it ? Where can I find the source code ? I tried surfing through the complete code-base but no luck. Hopefully, someone can help
Nitin Surana
Added topic Unable to create signal - Not accepting broker HFMarkets-Demo Server
hello  I'm doing really good on a hotforex account. I need to become a signal provider . I tried creating a signal but it's not accepting the broker, I tried the mt4 server name used in the login dialog, even tried normal hotforex, but nothing
Nitin Surana
Added topic How to edit/del review
I've given review to a signal provider . When I'm logged in I see edit/delete links on my review. I tried clicking both but neither of them works, they just give me a 404
Nitin Surana
Added topic Signal subscription not closing trades instead showing popup to synchronize
hello guys,  I've subscribed a few signals. Corresponding to the signals the trades gets opened. But the trades do not get closed, instead a popup is received saying that please see the attached image (dialog).   Please let me know how to
Nitin Surana
Registered at MQL5.community
Nitin Surana
Added topic dynamically change login accounts in metatrader
hello guys I wanted to develop a site like myfxbook.com. I am wondering how does it fetch all account history. they must be having an EA or something through which they can change login account. so my question is "how to change login into
Nitin Surana
Added topic My open orders gets automatically closed, although no where in my code I call OrderClose(). Moreover, most of the time the transactions are unsuccessful giving error code 130.
extern int UPPER_LIMIT_ON_COUNTLOWHIGH=5,TOTAL_ORDERS=3; extern double SL=200,VOLUME_LOT=0.01; extern int SLIPPAGE=3,TP=2; int countlowhigh=0; double prevprice=0.0; //+------------------------------------------------------------------+ //| expert