pipspider
pipspider
pipspider
Added topic Importing CSV data into MT4 using history center
Hello guys, Can you please point out why the following script cannot be imported into MT4 history using the history center Thanks much appreciated
pipspider
Added topic Is there a way to create "tabs" on GUI Panel using Standard Libraries.
Hi everyone!. I came across this article  https://www.mql5.com/en/articles/2503 . It is a pretty good way to create tabs on a gui panel. Is there a way to achieve the same results with using only standard libraries. Thanks in advance
pipspider
Added topic Is there an easy way to parse JSON in mql4
I have tried few of the libraries in the codebase but I couldn't get them to work. Thanks in advance
pipspider
Added topic Is there a better way to add and substact Date Time values
Hello guys, Adding and subtracting datetime value within a single day can be done without any problem but doing such calculations which leaks into next day or previous day give some erroneous results. For Example I want to find out the time after
pipspider
Added topic Question About Global(scope) Variables of indicators
In EA when I make a Variable in the Global Scope it is Initialize only once at the beginning of the program. And it doesn't get reinitialize/its value change to the original value when Time Frames change. But when I try the same concept on an
pipspider
Added topic Help in DLL import
Can anyone help me by providing an example of how the following function is used correctly.. #import "user32.dll"    long CreateWindowEx( uint dwExStyle, uint lpClassName, uint lpWindowName, uint dwStyle, int x, int y, int nWidth, int
pipspider
Added topic About Classes
I want to make a graphical Panel using standard libraries , So I made a class for the whole panel then created an object out of it.. But I made the class on the same mq4 file.. I want to know what is more efficient, making a separate mqh file or
pipspider
Added topic Is it possible to read a file on the internet without downloading it
I want to read a csv file on internet.. currently I download it and read it from there, but is there a way to read the file from the internet without downloading it
pipspider
Added topic Is there a way to get non-standard time frames on MT4 to be used in an EA
I want to convert an EA from MT5 to MT4, the EA works best on some of the non-standard Time Frames, Is there a way to get these non standard TF data in MT4, I found in the documentation it says you can use them in offline charts only(int MQL4)... Is
pipspider
Added topic Is there a good way to control the tester speed
Currently the MT4 tester speed slider doesn't work correctly, it is very slow until the value before last value?(31), at final value(32) it is very fast, Is there a way to get a speed in between these 2 values? Thanks in advance.. 
pipspider
Added topic CDialog Freeze
Is using object pointers when creating a graphical panel(using CDialog .mqh), slows down the platform
pipspider
Added topic Is there a way to get the current actual time in the tester as well
I used TimeCurrent() to get the current server time.. But when used it in the tester, TimeCurrent() becomes the time of the chart time at which the strategy tester is running.. I want a way to get the current time to appear on the tester.. (Tried to
pipspider
Registered at MQL5.community