jeannie
jeannie
Friends

Add friends via their profile or user search and you will be able to see if they are online

jeannie
Added topic How to close a trade in EA
Hi All, I did checked forum example and also this https://docs.mql4.com/trading/orderclose. But, it doesn't close any of the open trade. The first code I uses, it return a warning as "return value of 'OrderClose' should be checked"   OrderClose
jeannie
Added topic Is there a way to store the same variable for a min and compore the current value?
Hi All, I did some research but could not find what I need. Hence, I hope anyone can help me. I am trying to store value A for X minutes until the value change and compare the current A value. So I am comparing a X min ago A value and the current
jeannie
Added topic iCustom - Return Value 0 when it is calculated from indicator
Hi All, I am new in programming and hope to get some help. I've create a simple indicator and uses iCustom in EA, and it works.  Indicator for testing purposes //---- input parameters extern int ADXPeriod= 28 ; //---- buffers double abc[];
jeannie
Added topic iCustom - How to retrieve a value from indicator?
Hi All, I am new in meta trader and trying to code using iCustom . I also tried to read a number of articles, forum and even meta trader definition of iCustom and still clueless. So, I need your help. This is my simple indicator script:  
jeannie
Registered at MQL5.community
jeannie
Added topic Expert Advisor - How to retain a value in a variable outside of the loop
Hi All, I need some assistance in coding in EA. I've a variables that has a value after using a loop condition.   Is there a way to retain the value after finish loop the condition and use the value outside the loop? I would like to use the