If your MT5 platform can use a template to show 15s candles, yes, no problem to do that. However, as you say, you will need something external to create those candles. Sadly, I'm not the guy who knows how to do that.
Best posts made by l'andorrà
-
RE: 15 seconds chart with EAposted in General Discussions
-
RE: Creating a reference point at Trade openposted in Questions & Answers
This is one way to catch an open price into a variable. This is an example for buys only:

-
RE: Need your recommendationsposted in General Discussions
I never tried Apple, but I tried different laptops/PC and I can see having MANY cores and much RAM makes ALL the difference when backtesting MT5. Nothing changes for MT4, but it was when I saw the effects of fast backtest on MT5 that I decided to move to that platform and take a minimum of 20 cores for my PC in order to make things nice.
-
RE: "object on chart" on previous candle ?posted in Questions & Answers
Drawing objects is my weakest point in fxDReema, I'm afraid. I would vote for using a whole 'For each object' tree and then you will find it for sure. I can't find a way to do that by using your selected block, sorry.
-
RE: EA IS NOT OPENING POSITIONS EVEN WHEN THE CONDITIONS ARE MET AND AM KINDLY REQUESTING FOR YOUR HELPposted in General Discussions
@KARUBANGA This is the second thread you created for the exacat same question. Please don't duplicate threads.
-
RE: I have a project looking forward to your helpposted in Questions & Answers
@yarzu25 Thank you for your explanations but my experience says that every trader has a personal interpretation about those concepts. Mine and your are different for sure. I simply want to be sure about his.
-
RE: Fibonacci Retracementposted in General Discussions
Drawing the fibo itself is only useful for human traders, the bot cal do it with variables and the code will be more efficient. Are you familiar with variables?
-
RE: Check Age Blockposted in Questions & Answers
Never used those options. I'm also curious about it.
-
RE: leaked memoryposted in General Discussions
Could you please stop duplicating threads and focus on one only? Then ask a specific question,
-
RE: 3rd candle of the dayposted in Questions & Answers
The candle ID is a dynamic value. There is no fix number ID for candles. What you can do to identify the third cnadle of the day is using a counter (variable) that adds 1 for each new candle created so far. Once the value for that variable is 3 you will have found it.
-
RE: how i do include gold and stocks among the rules of an EAposted in Questions & Answers
You need to write the exact symbol text inside the pips size rule. For example, in my MT4 the DAX index is offered as [GER30]. That is exactly what you need to write there, brackets included.
-
RE: MACD strategy of considering two Timeframes, higher and lower for entriesposted in General Discussions
That is how they work now. By default, a magic number can be chosen when you are running the bot on the chart. However, I don't think fxDreema allowsusing a constant to modify it.
-
RE: Problem - Modify Stop to break even based on ATRposted in Questions & Answers
I see you configured the 'For each trade' block for all trades (manual and automatic). Can you confirm which one was the wrong one? I guess the manually opened.
-
RE: Percentage Trailing stop from highest price back to Entry for the buy and lowest for sellsposted in General Discussions
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: object on chart and resolutionposted in Questions & Answers
Interesting question. I'm also eager to know.
-
RE: Need help for fixing killzone highs and lows 🙏posted in General Discussions
None of the blocks plotting those lines are conneced to any other block. Single blocks are never executed. A block needs to be connected to at least another block in order to be executed.
-
Looking for roar's formulaposted in Questions & Answers
A few weeks ago roar provided a formula designed to calculate pip size rules independently of the broker's symbol rules. Unfortunately I simply can't find it again. I don't remember who asked for that. Could you please share it again? I remember it was a wonderful way to avoid specifying any additional symbol's name on the project options pip size rules.
Thank you in advance.
-
RE: Execute MQL4 Script from EA in fxDreemaposted in General Discussions
@mlnaumann Yes, you can integrate any mql code into your fxDreema project by using this block:

However, I do not recommend to do it unless you're a programmer or you'are advised by one. That can be very tricky.
-
RE: Can you tell me if this logic is correct? :-) Plzposted in Questions & Answers
Never connect any blocks below a buy/sell now unless they are to catch info about them. Please create a separate block tree from blocks ID 10 and 11.