Can you add close all if equity reach a certain profit even if there are spontaneous closures.
Expert must keep in mind the total closure once certain equity is reached.
It should close all when the cumulated profits and losses reach a specified profit or loss , for example , we have orders A B and C , A=7 , B= -4 and C=12 and profit target is 15 , it should close them all and for loss , the same if they were -7 , +4 , -12 and max loss would of been 15 . I will add close by equity parameter and add comment of total closure .
You mentioned that "the expert also has a testing mode only for demo testing and visualisaton which must be set to false when using live , because with Testing Mode set to true , the expert opens orders . If you don't want it to open orders , set Testing Mode to false ."
So if I want my another EA to keep running, the testing mode should be set true or false?
And what you mean "If you don't want it to open orders" is to say it will stop running my another EA once it makes profit target or loss? Thanks.
Doctorlv Love #: Hello guys, how can I download this
You can do it through mt4 platform by searching for it in the Market tab , or by using the Download button from the website (using a PC) . I have attached it in the comment , so you can dowload it directly .
Hi Catalin
The closure is by equity or balance ?
Can you add close all if equity reach a certain profit even if there are spontaneous closures.
Expert must keep in mind the total closure once certain equity is reached.
Hi Catalin
The closure is by equity or balance ?
Can you add close all if equity reach a certain profit even if there are spontaneous closures.
Expert must keep in mind the total closure once certain equity is reached.
Hello. Can you add close by equity in percentage?
Example
1000+10%=1100 and closes all orders, memorizes the result and waits for the next 10% increase
That would be a brilliant solution
Hello. Can you add close by equity in percentage?
Example
1000+10%=1100 and closes all orders, memorizes the result and waits for the next 10% increase
That would be a brilliant solution
if(AccountEquity()>=AccountBalance()+Percent_To_Gain*AccountBalance()/100)
Thanks mate!
can you add time trading please?
cheers!
Thanks mate!
can you add time trading please?
cheers!
Something like this
Something like this
owesome! thanks pal!
Something like this
Catalin,
Sorry, could make it to dont count comision and swap?
appreciated
Catalin,
Sorry, could make it to dont count comision and swap?
appreciated
No commission and no swap
No commission and no swap
You mentioned that "the expert also has a testing mode only for demo testing and visualisaton which must be set to false when using live , because with Testing Mode set to true , the expert opens orders . If you don't want it to open orders , set Testing Mode to false ."
So if I want my another EA to keep running, the testing mode should be set true or false?
And what you mean "If you don't want it to open orders" is to say it will stop running my another EA once it makes profit target or loss? Thanks.
Hello. Can you add lot size?
thank you.
Hello guys, how can I download this
You can do it through mt4 platform by searching for it in the Market tab , or by using the Download button from the website (using a PC) . I have attached it in the comment , so you can dowload it directly .
is this avaible for Mt4?