Means it's de-compiled. No-One here can figure it out. Please don't post the full-code here otherwise the moderators will ban you.
palashcr:
thanks ubzen for your kind msg do u know how can i understand such EA source code I need to modify some function of this mql file
thanks ubzen for your kind msg do u know how can i understand such EA source code I need to modify some function of this mql file
DO NOT POST DECOMPILED (stolen) CODE ! !
If you do you will be banned.
palashcr: do u know how can i understand such EA source code I need to modify some function of this mql file
Decompiled code is stolen code. Either you are a thief or the receiver of stolen (intellectual) property. Either way we will not be an accomplice after the fact to theft.See also https://www.mql5.com/en/forum/134317
WHRoeder:
Decompiled code is stolen code. Either you are a thief or the receiver of stolen (intellectual) property. Either way we will not be an accomplice after the fact to theft.
Decompiled code is stolen code. Either you are a thief or the receiver of stolen (intellectual) property. Either way we will not be an accomplice after the fact to theft.
See also https://www.mql5.com/en/forum/134317
Thanks everybody let me know the matter basically I was not aware that a decompile file I understand this now. I am learning mql and collecting some sample from various forum this also got from forum.
in some mql file we found variable name as follows
double g_price_212;
double gd_220;
double gd_unused_228;
double gd_unused_236;
double g_price_244;
double g_bid_252;
double g_ask_260;
double gd_268;
What does mean here g, gd and the numbers like 212, 228.