Coud you finally fix it?
Posts made by isp00rt
-
RE: When trade closes - have program wait until next bar.posted in Questions & Answers
You should use the green block 'Once per bar' on top of your project. That way any future action to be executed will wait until next bar to do it.
-
RE: EA Expiry dateposted in Questions & Answers
You should use the block 'Terminate' (grey colour) after all of those conditions. That will run out the EA.
-
RE: Help with EAposted in Questions & Answers
You need to use the 'Indicator appears' block. As easy as that. But before doing it be sure your indicator doesn't change colour depending on bar. Believe me it happens too many times.
-
RE: Questions about 'Skip ticks' blockposted in Questions & Answers
Can someone please confirm the project does work properly? I tried three MT4 platforms: Admiral Markets, GKFX and FXCM and it doesn't. I tried on demo accounts.
-
RE: Questions about 'Skip ticks' blockposted in Questions & Answers
@fxdreema
Did you try on a demo account or by backtesting? I tried two different broker's MT4 platforms and it doesn't work on demo. No matter what I do, not a single tick is skipped after I run the EA. Can you please tell me on which platform did you test it? -
RE: Questions about 'Skip ticks' blockposted in Questions & Answers
@richard96816
Thank you very much for your suggestion. If the block can't do what I want I will certainly try your structure. -
RE: Questions about 'Skip ticks' blockposted in Questions & Answers
I added a 'Pass' block at the top, but nothing changes.
-
RE: Good platform for backtest?posted in Questions & Answers
Undoubfully, Tick Data Suite 2. Simply the best.
-
RE: How can I create a delay in seconds?posted in Questions & Answers
That's a good question. I tried to use it at the most simple level and not a single tick is skipped.
https://fxdreema.com/shared/1iMEur5jd
I'm bery interested in someone solving our common problem.
-
RE: Indicator Timeframe other than Currentposted in Questions & Answers
You need to specify the candle ID if there is no value of the indicator for candle 0 (i.e. the current one). Maybe this is why there is no value.
-
RE: How to use the "skip ticks" functionposted in Questions & Answers
I have a thread asking for exactly the same ;).
https://fxdreema.com/forum/topic/6157/questions-about-skip-ticks-block
-
RE: Questions about 'Skip ticks' blockposted in Questions & Answers
I tried this simple example and it doesn't work.
https://fxdreema.com/shared/ReqSxTlLb
Not a single tick is skipped no matter how many seconds I insert as a constant. Am I missing something?
-
RE: x< and x> failposted in Bug Reports
You should separate both 'Trailing stop' and 'Break even' blocks from your current structure. They should be considered as a parallel command group like this:

That way, whatever happens first will be applied. Be aware thar the number of the block is important here. Break even point should have a lower number (2 in my image) than Trailing stop (3 in my image).
That should help.
-
RE: Questions about 'Skip ticks' blockposted in Questions & Answers
Does this block stop other blocks after it? I mean that they are apparently blocked beyond the time period specified.
-
RE: i want help to use this indicator ?posted in Questions & Answers
Could you please share your project? Looking at the mq4 without having acces to the indicator doesn't help.
-
RE: Doubtposted in Questions & Answers
Because EAs are supposed to take advantage of a pair's behaviour (volatility, time on trend, spread, etc.), not the opposite.
-
RE: Please confirm I'm right...or not.posted in Questions & Answers
Thank you for your suggestion. That's an interesting alternative to what I'm trying, but I would like to be sure I'm understanding the block correctly before changing my project.