Could you please share the link to the project instead?
Posts made by l'andorrà
-
RE: Moving Average loop direction @miro1360 @everyoneposted in Questions & Answers
-
RE: Few things I need help withposted in Questions & Answers
@Moneyman012 You are duplicating the exact same conditions to be checked. Why?
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@fernandoanton-90 You can do it like this:

as you can see, you can adjust the time period to store the high/low values.
-
RE: Please help me check it outposted in Questions & Answers
@Moneyman012 Your logic is correct. Not a single trade is open?
-
RE: How to set narrow Breakeven and Trailing Stop (1 pip) for EURUSDposted in Questions & Answers
You said what the problem is. Is it not a question of wrong logic/coding. You broker does not accept such a tight SL. Backtesting is NEVER a reliable source of information for what the broker does accept or not. Definitely you will have to find another broker, sorry.
-
RE: loop object fibonacciposted in Questions & Answers
Wow. That is a very complex project to review! My recommendation is splitting it into smaller parts and check them one by one before uniting them again. It is a slow and boring process, but it works.
-
RE: mt4 is going to be out of use in the global market soon?posted in Questions & Answers
@YOSEF I will reply to question 3 only. I've been hearing MT4 is over for almost a decade now. Eventually, yes, that will happen. But there too many actors working on MT4 to make it happen soon.
-
RE: Why did the EA only loop 2 times then stopposted in Questions & Answers
@gcfusco He means you change your structure as per the first 'for each trade' blocks tree on the left of his screenshot.
-
RE: Partials not being takenposted in Questions & Answers
@Criptofuture1 As ambrogio said, manual trades are to be specifed. Otherwise, your logic is correct. Are you sure aren't other parts of the EA conflicting this one in particular?
-
RE: loop object fibonacciposted in Questions & Answers
Can you please share the link to the project instead of the file itself? That will make it easier to review.
-
RE: Broker & VPS reviewposted in General Discussions
@Tulefi Priceless info. Thank you for sharing.
-
RE: Can anyone help me with a candle breakout EA?posted in Tutorials by Users
@fernandoanton-90 Not necessarily the first candle, but all candles from 00:00 to 09:00, regardless of the timeframe.
-
RE: How do input an EA to take multiple trades at once and all close at once as well ???posted in General Discussions
Do you mean running the EA once and remove it once closed? Or maybe doing it without removing the EA from the chart at all? In the first case you can do it with input parameters, in the second one via buttons.
-
RE: resetting candle countposted in Questions & Answers
That's more complicated. Maybe a loop searching for that previous pulse? That's not a trivial thing to do. IMHO, the easiest solution is storing the info of each pulse on a variable and as soon as a new pulse is detected, move it to a second variable. That way the bot can find the info of the most recent one and the immediately previous one.
-
RE: I Can't download EA file and I cant writting EA for 3 Days. (My internet so fast)posted in Bug Reports
Is the problem still active? I find no problem to download any file on my end.
-
RE: [SOLVED] Scale Lot Size using Profit Percent Targetposted in Questions & Answers
@BBMess Thank you for sharing.
-
RE: Fixed Ratio by Ryan Jones Lot Sizes are incorrect???posted in Questions & Answers
@BBMess Thank you for sharing.