bisewski
bisewski
Friends 1
bisewski
Added topic Data is outdated when requested
Hi everybody. I have a pipe connection with my app and Mt4.  Working very very well for years. But since the beginning I have the same problem: When I request new data from a pair, I will receive an outdated data. For example: If I open EURUSD
bisewski
Added topic Correct signature in mt5 for kernel32 import
Hi. Use for years my script in mt4 and mt5. Now I resolve to change my windows 7 64bit to windows 10 64bits. Only in mt4 working fine. In mt5 I have this strange erros: 2020.03 . 27 22 : 59 : 36.604 teste3
bisewski
Added topic Volume in MT4
Hi all. I have a problem to understanding how the volume in forex market function .  When in mt4 the volume is like 925 I think that happens 925 traders in 15 minutes.  But this volume is only in my specific broker or it is representation
bisewski
Added topic MT4 tick Mode_BID is always adding 5 extra pips
Hi all. I have a little doubt. I was user from MBTrading that now is part of TradeKing...  I have a script that show me with this line code  DoubleToStr(MarketInfo(EURUSD, MODE_BID),5) always 5 pips more that showed in mt4 chart...The
bisewski
Added topic Problem with spreads in mt4 build 670
Hi everybody.  I have a problem or I think that I have in my mt4. I have an account in MBT and I am using MT4 Build 670. Look at the attached image bellow.   All information are showed and calculated as the spread is 17pips but really is
bisewski
Added topic Detecting when pc resume after sleep and update data
Hi everybody. I have a .net app that I use for to connect the mt4 and get data and others functions . When my pc sleep or suspend and after sometime resume again, the mt4 auto update the data in charts. Including a small sound play. The problem is
bisewski
Registered at MQL5.community
bisewski
Added topic OrderClose() change value from TP to 0.00000
Hi. When I open a new order, I always use the takeProfit and stopLoss prices. When I close this order opened with the terminal this values remain in historical grid. There are many values, the price close, date, tp and sl and others. My problem is
bisewski
Added topic Duration of an order remained opened
Hi. Can I get the duration for an operation? I can get the duration in minutes when I close a order that show how many minutes this order remained opened. thanks
bisewski
Added topic ConnectNamedPipe crash mt4 when script are stoped
Hi. I have a script that connect other program with pipe mode. while(!IsStopped()) { bool fConnected = ConnectNamedPipe(hPipe, NULL)!= 0; if (fConnected) { The lines above are responsable to wait for this connection. My problem is that When I dont
bisewski
Added topic Error 4109
Hi. In the last version, before the build 600, my script put orders normaly, but now, in this version I receive the error 4109. In this new version, scripts can put orders? thanks PS: All the option Allow Experts are selected. Imports Dlll too
bisewski
Added topic After MetaEditor Update my script have erros
Hi Everybody. I dont understandin why my script that ran perfectly now have erros. My metaeditor was updated to 5 but not to mql5, continue being mql4. But now I have an error here: string PipeName = "\\\\.\\pipe\\Perpendicular_as_Client" ;
bisewski
Added topic How parse 0.000000 to 0.
Hi. I created an pipe communication with my .net app and mt4. When an onder are open, your close price is 0. So I need send exactly this digit to my app, only 0. But mt4 is send 0.00000000 . I create a var called closePrice as double. Need to be
bisewski
Added topic Verify if is a Double
Hi. I write a script that connect my app and send a message informating that has a new candle. But I dont want to put this script in each chart time. I want to use this in only one and verify if for a new candle . I start with: if
bisewski
Added topic Communication between scripts for variables
Hi. I build a script that connect my .net app with pipe. So it send quotes from my app. I have two scripts, one like a server and other like a client. In one the app connects the mt4 for send commands and in the other the mt4 connect the app for send
bisewski
Added topic Get value from many pais with AE in one Chart.
Hi. Is possible to get info about others pairs with an EA in a only chart? I can to create a string with: EURUSD,Time,BID,ASK,HIGH,LOW EURJPY,Time,BID,ASK,HIGH,LOW GBPUSD,Time,BID,ASK,HIGH,LOW AUDUSD,Time,BID,ASK,HIGH,LOW To concat all is easy but
bisewski
Added topic Code for mql4 Client PIPE
Hi everybody. I use this code in my .net app: Call in load or button: Listen("Pipe1") Private _pipeName As String     Public Sub Listen(PipeName As String)         Try
bisewski
Added topic in build 509 from MB with problom in DDE Server
Hi everbody. who is responsible for special version like the mb trading fx mt4. This version http://www.mbtrading.com/ have the option Enable DDE Server but this not function. I ever use DDe because I have a program in .net that I use in paralel to
bisewski
Added topic Close the read file completely
Hello. I am using the fallow code: #define OF_READ 0 #define OF_WRITE 1 #define OF_READWRITE 2 #define OF_SHARE_COMPAT 3 #define OF_SHARE_DENY_NONE 4 #define OF_SHARE_DENY_READ 5 #define OF_SHARE_DENY_WRITE 6 #define OF_SHARE_EXCLUSIVE 7 #import
bisewski
Added topic Metatrader as Administrator and DDE and FileWrite in C folder
Hello All. I use a to save .csv files in Experts/Files in C folder. For this, I need to use a top level, Administrative lever to save in C folder. But I want to use the DDE to passa values for an applivative that I use to analyse the traders. But
12