28846173
28846173
28846173
Added topic Total waste of time
In trading, it often feels as though the odds are stacked against the trader. This sentiment is reinforced by the plethora of Expert Advisors (EAs) available for purchase, a vast majority of which turn out to be ineffective and unprofitable. The MT5
28846173
Added topic Impact of Operating System Architecture on EA Operations
Hello MQL5 community, I'm curious about the potential impact of the operating system architecture (64-bit vs. 32-bit) on the performance and operation of Expert Advisors (EAs). Specifically: Does the nature of the operating system (64-bit or 32-bit)
28846173
Added topic optimization question
hew  when optimizing  and  ea in mql5    what  doe   the  section  "result  mean"       optimization show  good  profit  and  good drawdown  but 
28846173
Added topic Is MT5 optimization even realistic ?
It appears that I'm having some difficulty understanding MT5 optimization and forward testing, but for now, I'll focus on optimization. In certain situations, I've had highly profitable optimizations, which I can divide into two sections: optimizing
28846173
Added topic mt5 strategy tester report analyser
Hello   guys   can  someone  help me  to  find  strategy  tester  report  analyser for  mt5  i  tried  quant  but   it  does not load mt5  
28846173
Added topic in mt4 i can see Trade.mqh library
where is  the trade lib in mt4   in mt5 its visible  but i cant  see it in mt4
28846173
Left feedback to developer for job Job for mt4 and mt5
28846173
Added topic translate mq4 to mq5
Hi everyone, i have been studying mql  and so far soo good  I am looking for advice on the best library to use for converting MQL4 to MQL5. I would greatly appreciate any suggestions or recommendations from experienced programmers in the
28846173
Left feedback to developer for job Modify existing mq5 bot
28846173
Left feedback to developer for job CUSTOM JOB FOR MQL5
28846173
Added topic How do we optimise this type of bots
Hello i came across  this open source robot with rnn however  optimizations  seem like it aint working it has some nn fomulars  if anyone know how  to optimise such bot    share info
28846173
Left feedback to developer for job Modification of mql5 multi
28846173
Added topic Best Money Management tools
Hey  guys  am in  need of  a proper dynamic risk management tool to use in my  EA   i  hired someone on freelance to assist me but  he could not  create  exact  mm tool that i need 
28846173
Left feedback to developer for job JOB FOR MT5 MULTI PAIR EA CREATION
28846173
Added topic Slow indicator on backtest
Hey guys what causes    indicator to be very slow on backtesting and  pausing   from time to time  also very  slow while used in EA  
28846173
Added topic object oriented programing
hello  i want to study object oriented programming   can someone suggest    where to  start or     point out  a potential course i can acquire that is basically for object oriented   
28846173
Added topic OrderSend wrong parameters count
//CAN SOMEONE ASSIST ME TO SOLVE THIS ORDERSEND WRONG PARAMETERS COUNT// #include <Trade/Trade.mqh> // include Trade library for OrderSend function #define OP_BUY 0 #define Ask SymbolInfoDouble ( NULL , SYMBOL_ASK ) input double TradeSize =
28846173
Added topic How to resume trading in x minutes after loss
int start() { if (AccountEquity()>AccountBalance())   CloseOrders(); so this will close all orders as soon as any  there is any profit its just an example in mt4 but  what i want is   time resume  ,,like 
28846173
Added topic How to protect ex4 or ex5 from decompilation or any editing?
Hello   recently i found out someone  renamed my ex4   and ex5     he/she removed  my order send comment   and copyright   i don't know how  this   they managed to do
28846173
Added topic TEXT OBJECTS
Hey how do we get  text  object to show inside a rectangle   pannel    mine  engulfs the text objects
12