So it passes every ten minutes no matter what? No matter if it is in the middle of the current bar, the begininnig or elsewhere? Interesting.

Posts made by l'andorrà
-
RE: Help needed to build EA
-
RE: Need help to build an EA
Not sure I understand it. If you are looking for buys only why point 3 says sells after 30 pips profit?
Could you please upload a screenshot with a simple diagram showing the big picture?
-
RE: Refill pending orders in grid
But why do you need the horizontal lines exactly? Why not programming the pending orders at the desired levels?
-
RE: Need help to build an EA
I see. Why long trades only? I don't see which symbol could be interesting for thatkind of strategy.
-
RE: Help To Create logic ...
I agree with line. Having more details ablout your strategy would be ver appreciated. Do you have one in mind? I will be happy to help you.
-
RE: Help needed to build EA
Interesting. I've never used that block on top! How does it work exactly? Is it active for ten minutes only every hour?
-
RE: MQL5 Doesn't compile
@wagner said in MQL5 Doesn't compile:
Same problem too, and about our days unused on subscription, will be refounded ?
Yes, you always can get your money back.
-
RE: How to do one ma above 3 ma? Pls Help me
Yes. You need as many 'condition' blocks as crossings required.
-
RE: Help needed to build EA
Working on candle ID 0 is never easy. I understand your requirement but you would need more criteri to specify when that price is considered to be breaking. That can happen just two ticks after the candle is created. Wouldn't you need some more conditions to filter cases like that?
-
RE: Crosstalk between pairs on EA
Instead of specifying each symbol, you can create as many different group numbers as symbols. For example, blocks 1 and 3 can be given group number 1, blocks 6 and 6,group number 2 and so on. That way every 'close trades2 block will close those belonging to their group only.
-
RE: Need help to build an EA
No problem. Could you please be a bit more detailed about the strategy you want?
-
RE: Refill pending orders in grid
You're welcome. Just let me know if you find something new.
-
RE: Trouble keeping EA's separated
What are those different EAs do? Are they doing different things on the same symbol? More information would be appreciated.
-
RE: Help needed to build EA
Conditions 1 and 2 are contradictory. You are requiring that one same tick must be above candle open (ID 0, which will happen just once per bar) and simultaneously crossin that level down. That cannot happen. What conditions do you need exactly?
-
RE: example: Trendline EA
You are requiring the candle close 1 to be AT THE SAME TIME above and below that object. That cannot happen.
-
RE: Refill pending orders in grid
I recommend you to move block 86 to connect block 83 directly. Now there will not be a sell pending order UNLESS there is a buy pending before. I guess what you want is that both are created one after the other. That way none of them is conditioned by the other.
On the other hand, your "start" tree of blocks is executed AFTER all other trees on the 'On Tick' tab. That can lead to weird results because technically you are opening orders AFTER modifying them as per your other trees. I recommend you to change block ID 79 for any other number lower than all other heading trees' blocks.
-
RE: Problem with spread can someone help me ??
Can you please share a link with your project? Apparently the problem is within the blocks.
-
RE: Help need in Simple MA EA
Yes, you can specify a minimum distance separating MA. If the envelopes indicator doesn't work, just let us know.