parham.trader
parham.trader
parham.trader
Added topic How to prevent strategy tester from logging the messages in the journal tab?
Hi friends, I'd appreciate it if anyone can help me on how to prevent the strategy tester logging messages in the journal tab? Thanking in advance for your guidance
parham.trader
Added topic Working with files from multiple charts
Hi friends, I'm writing a code in my EA to export the opened orders data from my trading account in a single CSV file. Through the OnTick function, with any new tick comes, the EA checks the file to see whether a newly order has just opened or not
parham.trader
Added topic Get the creation date or modification date of a folder
Hi friends, I'm looking for a way to get the creation date or modification date of a folder. Is there any way to do so? thanking in advance for your kind guidance
parham.trader
Added topic else if styler in new update
Hi friends,  Today I was going to update my code and when I used the styler feature in MQL4, I suddenly understood that with the new update, using the styler feature causes some undesirable changes with the ELSE IF structure. I want to have the
parham.trader
Added topic Using "arrays" as input of functions
Hi Hope you're all doing great, I want to use array as an input of my function . My function can work with all kind of arrays (1D or 2D or 3D arrays) so the array that I'm going to use as an input in my function might be a 1 dimension array, or even
parham.trader
Added topic import a function from an "mqh" file
Hi I'm writing an script and I want to use a function which I've written previously in an "mqh" file, in my script and I don't want to do a simple copy-paste and put the code in my script, instead I want to use #import to use the previously written
parham.trader
Added topic FileReadArray issue
Hi friends, I'm trying to write some info from an array into a .bin file using  FileWriteArray function   and then read from that file and copy the file contents into another array using  FileReadArray . As I checked the MQL4
parham.trader
Added topic Tester memory handler: tester stopped because not enough memory
Dear friends, Hope you're all doing great, I have a repetitive problem with strategy tester when backtesting my EA and it is about not having enough memory when the backtest is suddenly stopped and the following error appears: "Tester memory handler
parham.trader
Added topic Problem with MT4 Account History
Hi friends, Hope you're doing great, Today I faced with a very special issue regarding the Account History of the MT4. I've written an EA and now I'm testing its operation on a demo account on real time. Within my EA code, I've written a procedure to
parham.trader
Added topic Open Stochastic from my own indicator
Hi friends, Is it possible to run the stochastic indicator and my custom indicator simultaneously while attaching my own custom indicator on the chart? thanking in advance
parham.trader
Added topic Using objects to change the extern variable
Hi friends, I usually need to change my indicator extern variable's value in order to change my indicator setting and redraw the indicator with the newly set variables. Now for the purpose of saving my time, I'd like to use the objects to change my
parham.trader
Added topic Backtest issue
Hi frineds, I'm going to backtest my EA on MT4 so I installed four MT4 in differenet directories and downloaded the historical data to backtest my EA for the 3.5 previous years. I started to backtest without using "visual mode" on all four MT4s and
parham.trader
Added topic where to use FREEZELEVEL & STOPLEVEL?
Hi friends I read the documentation about StopLevel and FreezeLevel, but for being confident about where to check StopLevel and FreezeLevel I decided to ask it from experts. I want to know whether I should use both -StopLevel and FreezeLevel- for all
parham.trader
Added topic GetLastError() vs. _LastError
Hi friends, I'm going to show the lasterror both on the terminal using the Print function and export it to the file. First I used GetLastError() on the Print function and then again use it on the procedure of exporting it on the file when I found out
parham.trader
Added topic How to prevent EA from drawing arrows on opening new trades
hi friends, I searched a lot for a code to prevent the EA from drawing arrow objects on opening new trades, without any success. I think it is compulsory to prevent the EA from drawing arrows on opening new trades as it is highly source intensive and
parham.trader
Added topic How to export files from EA while using the built-in MT4 VPS
Hi friends, I'm using the built-in MT4 VPS to fwd test my EA. In my EA, I've coded to export the "pending", "opened" and "closed" orders into .CSV files and now I wonder what will happen to my EA and how does it export those .CSV files while it is
parham.trader
Added topic MQL VPS and using iCustom in my EA
Hi friends, I'm going to use the MT4 built-in VPS to run my EA on it but the problem is that I've designed my EA in a way that it uses the data of an indicator which I developed by myself and is not a public indicator such as MACD or Stochastic and
parham.trader
Added topic Working with files - add some variables to the existing line in .CSV file
Hi friends, I've coded to write some variables in different lines in a .CSV file. The file consists of 5 lines. Now I'd like to add some new variable to the end of the second line in my file. I'd like to know if it is possible to add some new
parham.trader
Added topic Exporting the trade details during back testing and forward testing
Hi friends, I'm going to do a backtest on my EA using the strategy tester and simultaneously I've put my EA on a demo account to check its operation for the purpose of doing forward test. Now I'd like to analyze the operation of my EA by exporting
parham.trader
Added topic How to load the tools setting such as fibo settings in MT4
Hi friends, I was working on an MT4 platform for a long time where I made lots of changes in its default setting such as adding new levels to the defaults levels of Fibonacci and changed the color of the fibo levels and even made changes in the MT4
123