Can you please use English in your question? I also speak Catalan and Spanish if that helps.
Best posts made by l'andorrà
-
RE: 脚本在MT4上不了是什么回事?posted in Questions & Answers
-
RE: Problem with digits count to variable or formulaposted in Questions & Answers
@provenzano You can find it here:

-
RE: Discrepancy in Results After Converting EA from MT4 to MT5posted in Questions & Answers
Can you please be more specific?
-
RE: Hello everyone who knows how to make an ea for three sma which closes the current position after the short two sma recrossposted in Questions & Answers
@Creven This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Fees and commissions?posted in Questions & Answers
@Johnster No. You can find those here:

But you will have to connect that block somewhere below a 'For each trade' block to make it work properly.
-
RE: Trailing Pending Orders to Objectposted in Questions & Answers
@Jihad-Hamo If your object is a red horizontal line, for example, you can do it this way:

-
RE: Regression Trend Toolposted in Questions & Answers
No, there isn't any like that in the fxDreema core. You will have to use a custom indicator to import into your fxDreema account.
-
RE: How works the "if trade" function?posted in Questions & Answers
Are those blocks used in the 'on chart' tab maybe? Because only those connected below the purple block will work there. All the other should be used in the 'on tick' tab instead.
-
RE: 0.001 Lot multiplication problemposted in Questions & Answers
@NEOMKEY Could you please create a separate thread for your question?
-
RE: Pivot Pointsposted in Questions & Answers
@marianomartinez Unless you are looking for something really special, no custom indicator is necessary. Just use this:

-
RE: Pip Valueposted in Questions & Answers
@Rafik You can use this:

However, you will only provide the base currency value. If you need any other value you will need custom code.
-
RE: Use 40% level of Fib as TP and close all tradesposted in Questions & Answers
That is a tricky one. The first thing to consider is the exact set of conditions used to determine where exactly the Fibo is positioned on the chart. Can you please be more specific on this?
-
RE: History High and Lowposted in Questions & Answers
The most efficient way is by using a custom indicator doing that. You can build a custom loop on fxDreema searching for that info, but that would make the bot FAR more inefficient and slow.
-
RE: STOP LOSS / STEP Trailing not working, what am I doing wrongposted in Questions & Answers
Apparently, your current configuration is correct. Every time current price is at least at the distance set on 'Trailing stop in pips' constant from SL, then the SL will be moved the distance you selected on 'Trailing stop in pips' constant. Isn't that what you want?
-
RE: Building a Renko robotposted in Questions & Answers
@mohsen-2 I do not recommend using fxDreema on renko charts. Backtesting is VERY tough and optimization is simply impossible.
-
RE: Profitability of the robot in the test and loss in the live marketposted in Questions & Answers
@mohsen-2 That is weird. Could you please share the link to the project to review it?
-
RE: Placement of buttons and logosposted in Questions & Answers
@jstap But would creating the bittons in the 'on init' tab make them visible on the 'common' tab of the bot as he requested? Just curious.
-
RE: Trigger buy or sell on "Indicator Appear"posted in Questions & Answers
Don't use 'indicator appears' block. Use 'indicator is visible' instead. However, I'm afraid the problem is that the indicator repaints. That will never make the bot to work properly.
