@itadila Do you mean to add a new filter or adding a 'news' filter?
Posts made by l'andorrà
-
RE: Finally , Integration of News Filter :) [ MT4 Only ]posted in Tutorials by Users
-
RE: Greetings from Brisbane!posted in General Discussions
@gwydaer Welcome to fxDreema. Please don't hesitate to ask for anything you need. However, I strongly recommend you to read all the instructions pages before.

-
RE: Error Code: 4210posted in Questions & Answers
@iqbalazmi Are you using a custom indicator trying to dwar objects, maybe?
-
RE: Substract two indicators. The wrong result is ever Zero.posted in Questions & Answers
@juanjo What kind of values is that indicator providing? Are they price levels, maybe?
-
RE: How To Use My EA's Name As Comment.posted in Questions & Answers
@lanrayy Interesting question. I want to know how to do that too.
-
RE: Move stop loss 2 pips for every 1 pip gainposted in Questions & Answers
@osryan You mean that if profit is 1 pip, your SL will be 98 pips below open price, then a 2 pips profit will move the Sl 96 pips below open price?
-
RE: Indicator inside a sub windowposted in Questions & Answers
@vonmunchy I'm afraid that is not possible in fxDreema. The only way to get it is by importing a custom indicator including both CCI and MA. Otherwise, you cannot.
-
RE: disable a block in the robot through a constantposted in Questions & Answers
@mateus_f Can you please provide more information about what you need?
-
RE: I’m stumped on this one!posted in Questions & Answers
@that_adam_guy You got the general idea. However, you will need different variables for each timefram. They cannot be stored as you suggest. Additionally I guess you are searching for lows and highs with a limited period of time. You also need to specify that period in candles like this:

This is the way to store the highest price on H1 timeframe for the last 10 candles.
-
RE: Indicator on oscillatorposted in Questions & Answers
@piptheripper I'm afraid fxDreema cannot do that. The only way is importing a custom indicator including those indicators. Then you'll be able to use it on all your EAs.
-
RE: CCI WITH MARTINGALEposted in General Discussions
@firima80 I'm afraid I cannot compile projects for free users. I strongly recommend you to subscribe to get fxDreema fyllu functional.
-
RE: Trail Stop for multiple Tradesposted in Questions & Answers
@econsulttt Ok. Then you need this:

-
RE: Wrong Take Profit was Place by the EAposted in Questions & Answers
@01punchman You can always create a Constant to set the SL distance in pips, of course. However, that will depend on your current structure. That has nothing to do with the indicator. You can set the distance in both 'buy/sell now' blocks.
-
RE: HI. I want to make an ea that uses ofFline and normal charts at the same time PLZ help me thank youposted in Questions & Answers
@thato-0 I'm not sure offline charts can be used in fxDreema. Can someone please confirm?
-
RE: I have a problem about my eaposted in Questions & Answers
@zgbl Not sure I fully understand. Do you want teh EA to find the past crossings for the last 100 candles or they are supposed to be identified from now on?
-
RE: enable and disable a filter in the EA.posted in General Discussions
@mateus_f The best way to do it is by creating buttons. You can click on a button to switch on/off one of those indicators. However that will add much complexity to your EA because removing indicators 'unexpectedly' leads to increasing the number of blocks involved.
-
RE: I’m stumped on this one!posted in Questions & Answers
@that_adam_guy Yes, you can do it with variables. All those values should be stored into variables before opening the trade. Is that the way you do it?
-
RE: Wingdings with X & Yposted in Questions & Answers
@pheaktra-capo Honestly I have no idea if that is possible with fxDreema, sorry.