Search found 7 matches

Re: If EA can really make money. Then the seller of EA should be the richest man in the world.

:think: https://forex-station.com/download/file.php?id=3441317 [/url] Hi honje... Maybe that is a naive way of thinking about it. Firstly your question implies that all EA that are profitable consistently or for a period long enough to make use of some edge to make a profit are to be sold by seller...

Re: Update SL each new bar

Hi, could someone help me updating the stop loss (of the 3 orders) to the last value of "stop" parameter? I am trying but doesnt seem to work. Thanks in advance! double entry = iCustom(NULL,0,"entry",11,0); double stop = iCustom(NULL,0,"stop",1,0); double tp1 = iCustom...

Re: One Trade per Trend

Hello Coders, I am trying to implement that my EA is just performing one Trade per Trend direction change. I did a simple approach, but this is not really working. Maybe someone could have a look and advise? input int i_MaximumOpenedOrders = 1; datetime GetLastOrderOpenTime(void) { datetime last_op...

Re: Ichimoku System: Chikou Span (Lagging Span) below or above price issue in MQL4

Dear hobbytrader, That is a funny issue, perhaps you can try a work around. Here is what I suggest, simplify things by using the simplest form of chikou. That is the close of the 26 last bar, aka what the chikou normally is. Next, using the barshift i+0, you will be comparing to a changing value whi...

Return to the advanced search