HosseinKOGO
HosseinKOGO
HosseinKOGO
Added topic How to open a position without opening a position?
Hello friends, This question is both for MQL5/4. I want to open a position based on recent positions data(All data including Open/Close Price, Open/Close  Time, Profit<Swap+ Commission+ gross profit>, Slippage, Lot Size) while the
HosseinKOGO
Added topic Is there any way to collect market close time so we can close positions before market closes?
Is there any way to collect market close time so we can close positions before market closes? No matter general or specifically for each instrument, to prevent market gaps' affections. It is MQL5 question, however if you have any solution for MQL4
HosseinKOGO
Added topic Which hardware specifications are important for faster back testing?
Hello friends, Let's say I have an EA, the code is already optimized for back test speed and I do not want to change the code, 1. Which hardware specifications are important for back test speed? 2. My EA is coded in mql4, it is trading all 28 major
HosseinKOGO
Added topic Has anybody got a functioning EA using ChatGPT?
Hello guys, No matter mql4 or mql5. Any success
HosseinKOGO
Added topic How could it be even possible?
Hello friends, I am not sure how could it be even possible. Any technical people have any idea? These are my GVs, look at the time of the GVs. 1970, 2031, 2025, etc
HosseinKOGO
Added topic I need to store my GVs more than 4 weeks. Possible?
Hello there, Hope you are all well. I noticed my GVs disappeared after 4 weeks. So is there any way to extend the GVs to exist more than 4 weeks? If no, what would be the simplest alternative(s)? I'm not a coder originally, so please explain a little
HosseinKOGO
Added topic About calculating the profit
Hello friends, As you can see in the picture, I collected 600 points for Buy position in EURUSD currency pair, but it gives me 5.43 rather than 6$. My code for exiting is: if ( OrderSelect (( int )BuyOrder[x],SELECT_BY_TICKET)== true )
HosseinKOGO
Added topic Why this code shows a wrong result?
Hello pals, Hope you are happy today. I wanted to calculate and comment Maximal Drawdown and Relative DD for each tick. But the commented Maximal DD and Relative DD results are different from what is presented in backtest report. It would be greatly
HosseinKOGO
Added topic How to get % for double types
Hello friends, Hope you are having a nice day. I want to get the leftover from dividing a double value to another double value: for example: a=b%c while b=8.5, c=3.0 then a=2.5; But it looks that % function only accept integers and no doubles. What
HosseinKOGO
Added topic My MT4 account history does not work properly
Hello friends, Hope you are happy today. I wanted my Demo account full trade history. I've chosen All History in terminal but although it shows the start(deposit) and end(current), it does not show some of my trades. They have been disappeared from
HosseinKOGO
Added topic what would be an alternative for DayOfWeek()
Hello friends, Hope you are having a good day! I'm a MQL4 coder and I have just started learning MQL5 , I'm newbie :D I would close open orders at 19:00 Fridays. How can I do this with MQL5? By MQL4 I use DayOfWeek() and Hour(), but they are gone
HosseinKOGO
Added topic My private signal has been disabled instantly
Hello friends, Hope you have had a good day. I was told to connect my demo account to MQL. Since it only belongs to me, I made a private signal , however it has been disabled instantly. What is the problem? Maybe a moderator check my case? I just
HosseinKOGO
Added topic I need a ......
<Deleted> Moderators kindly notice: The freelance section does not fulfill my need since I do not want a piece of code! <Deleted>. I have limited time and… life! So please be generous and do not delete this topic. Thanks. <Moderator's
HosseinKOGO
Added topic Questions about MT5 strategy tester
Hi there, Hope you are doing well. I'm a MQL4 coder and before migrating from MQL4 to MQL5 , I wanted to know if MQL5 could satisfy my needs. There are 2 questions: 1.I know MT5 strategy tester could do backtest simultaneously on different pairs, Is
HosseinKOGO
Added topic How to export one terminal GVs to another terminal?
Is this possible? If yes, how
HosseinKOGO
Added topic Is it recognizable if an order has been opened by script?
Hi pals, I know if I open an order by EA, it is recognizable. But what about if I open orders by a one time script with a random delay ? Let's say I want open 100 pending orders by running the script each one 50 ticks above last one
HosseinKOGO
Added topic What data my broker has access to gather from me?
Hi pals, Hope you are doing fabulous. What data my broker has access to gather from me from these four?(for example my IP, hardware ID, etc.) 1. By logging in to my broker website. 2. By visiting its website. 3. by logging in to my trading account
HosseinKOGO
Added topic Is my broker able to know if I use proxy?
Hi pals, Hope you are doing fabulous. 1. Is my broker able to know if I use proxy in MT4/5? 2. What about if I use VPN? One more question: 3. I'm using EA to copy my trades into another account. Is a broker able to figure out that we put trades by
HosseinKOGO
Added topic Is finding a team-mate in this forum forbidden?
Hi everyone, Hope you are doing well. I have a nice idea which has a lot of legs to move further in future(a product for MQL market). I can also code in MQL4. However I don't like coding and prefer the Marketing sides. The freelance section does not
HosseinKOGO
Added topic I have problem "Recovering data from last run by GVs"
Hi pals, Hope you are having a nice day When I want restart VPS, I always Remove EA from chart, restart the VPS and attach the EA again to the chart. However this time I forgot to remove(and reattach) and my data from last run which I always recover
123