Ok. This is much clear now. Just one more question. Are trades supposed to be open ONLY at the open of a new candle? I guess so by your description.
Posts made by l'andorrà
-
RE: hello, I need help, How can I make this simple EA execute trades when the candle finish?posted in Questions & Answers
-
RE: How to control bots when faced with high-impact news.posted in Tutorials by Users
I guess the best option is hiring a programmer to create some custom code in order to connect that with fxDreema. Theer is no fxDreema block doing that right now.
-
RE: RSI divergence indicator for mt4 finally found!posted in Questions & Answers
That's as bas as repainting because the bot will react to the first detected divergence and will not correct its action once the indicator refreshes it. I recommend to use a different indicator.
-
RE: use macd signal line macd line and histogram for eaposted in Questions & Answers
I'm not sure Tradingview indicators can be exported. If they cannot the only option I can recommend is finding another custom indicator doing what you need and import it into your fxDreema account.
-
RE: SL and TP in Points for Volatility 75 (1s)posted in Tutorials by Users
Are you using the exact same MT platform to do the test and the chart working? Additionally I would remove that 'once per tick' block.
-
RE: Is the Check Profit (Unrealized) Block includes the commission and swap fee in calculation?posted in Questions & Answers
No. You need to use pink block options to get that.
-
RE: Trying to get output from indicatorposted in Questions & Answers
You'll definitely need a programmer to do that, I'm afraid.
-
RE: Condition Entry on Candle OHLCposted in Questions & Answers
You need to separate both conditions in different block trees. The BB condition needs to be checked at a different moment of the Stochastic. Now they are connected into the same block tree and that makes the bot to check them continuously even though you are using flags. Definitely separate them into two separate block trees.
-
RE: Problem in how to exit the robotposted in Questions & Answers
What do you mean by 'anonymously'?
-
RE: Issue to pay with paypalposted in Questions & Answers
You should contact the admin directly here:
-
RE: Spike detectorposted in Questions & Answers
Too little info. More details would be helpful. What signal are you talking about exactly? What a 'spike' is for you?
-
RE: SL from lowest price + 50 pips. ?posted in Questions & Answers
@c-opensoft You can do this:

In my example, the SL will be set 50 pips below the low price of candle 1.
-
RE: Bollinger Bands Flag +Stochasticposted in Questions & Answers
You can use flags, but I always prefer to use variables. So in my opinion, you should create 2 separate variables, one for up and another for down trend. Then you need to use 'modify variables' blocks instead of those you are using for flags now.
-
RE: How to draw an object on another active chartposted in Questions & Answers
So you mean running the bot on one chart and make it drw a lino on a different ? AFAIK no block in fxDreema can do that. You will need custom code for it.
-
RE: Trialing Stop on Group using Moneyposted in Questions & Answers
It should always be on a completely separate block tree, connected below a 'pass' block.
-
RE: Problem when using a Time Frame. And perform the BackTesting.posted in Questions & Answers
Es extraño. fxDreema es muy estable en fxDreema. ¿Serías tan amable de compartir el enlace del proyecto para que lo pueda revisar?
-
RE: In regards to Removed Projectsposted in Questions & Answers
AFAIK it is not possible if it has more than 10 connections.
-
RE: How to Compare Value of Variables and use as Conditionposted in Questions & Answers
You can use some additional condition blocks comparing the current value of the variable with those 'limit' numbers you want. If the variable's value is below it, do this, if it above, do that.
