Ok. Then could you please share you project here to take a look?
Posts made by l'andorrà
-
RE: Problem Update (sorry couldn't delete old)posted in Questions & Answers
-
RE: Problem Update (sorry couldn't delete old)posted in Questions & Answers
Please do not duplicate threads. Is the issue of the other one solved?
-
RE: Using the OR controlling blockposted in Questions & Answers
Yes, the connect vertically only, but you can create as many 'horizontal' tree blocks as you need.
-
RE: Half my indicators show in EA, no trades takenposted in Questions & Answers
Please do not duplicate threads. I answered you in the other one.
-
RE: Candle Close and Open crosses above Alligator not working!!!posted in Questions & Answers
Preferibly connect all those condition blocks one after the other. That 'AND' block is correct from a strict logic point of view but is not as efficient as doing it as I recommend. On the other hand, I see all right operands in all 'condition' blocks are working on candle ID 0. I recommend you to move them to candle ID 1.
-
RE: RSI Tradeposted in Questions & Answers
Never connect any block below a 'sell/buy' now block unless ytou are storing info from the recently open trade. As this is clearly not the case, create a new block tree to close trades instead. That new tree should be headed by a 'For each trade' block.
-
RE: Problem with cursor.posted in Questions & Answers
Yes, it is a know bug. Close the platform and open it again.
-
RE: This Is an Easy EA Im trying to build. I need Help.posted in Questions & Answers
I'm afraid I don't fully understand the logic. Could you use a numerical example, please?
-
RE: TEST PREZZOposted in General Discussions
Firstly create as many Constants as you need. Here I created two for buy trades only:

Then use them in the 'buy pending order' block:

-
RE: Stochastic crossover ?posted in Questions & Answers
q8carpenter is right. That is the way to do it. If it doesn't work the reason in a different block. Can you please share your project?
-
RE: EA Not Attaching to MT4 Chart (No ERROR Message)posted in Questions & Answers
THis means the error is still present. You will need to fix it and then recompile it again.
-
RE: how to trade around the newsposted in Questions & Answers
Just use a time filter and specify the exact hour in which you want them to be open.
-
RE: Here's my problemposted in Questions & Answers
It depends on the current distrobution of blocks. Could you please share your project?
-
RE: Fractual Break out EA for MT4posted in General Discussions
OK. Try this, and don't forget to specify candle ID 2 in the first block on top:

-
RE: Check Positions Count (Limit Maximum Position Opened)posted in Questions & Answers
Does it always open the maximum allowed number of trades +1? And then no more are open, right? This is because having 0 trades and 1 trades are exactly the same for the block. Just decrease the maximum number by one.
-
RE: Why isn't my buy conditions being met?posted in Questions & Answers
I didn't say you to remove them, just test the EA without them. If it works normally then, you found the issue.
-
RE: RSI condition about Valueposted in Questions & Answers
I recommend you to use the 'Indicator rise/fall' blocks. That can be an easiest way to identify when the indicator is rising up or down.
-
RE: candle id help plsposted in Questions & Answers
- Substitute that 0.0002 value for +2 pips or -2 pips. Yor value is doing nothing rught now.
- Ffire is right. That '2-50' notation doesn't work. Do you need to know the highest hidh for the last 50 candles?
-
RE: Price crosses line, help pleaseposted in Questions & Answers
Try this:

Don't forget to identify correctly the name of the object. Otherwise it will not work.