Then move the blocks to the 'on chart' tab.
Posts made by l'andorrà
-
RE: HOW CAN I DRAW A VERTICAL LINE IMMEDIATELY A CONDITION IS METposted in Questions & Answers
-
RE: trailing stop/trailing profitposted in Questions & Answers
That depends on what you exactly need. Could you please be more specific?
-
RE: reset by max lotsposted in Questions & Answers
You will need variables to store the value of the current lot size. There is no single block doing that. Are you familiar with variables?
-
RE: Optimization failedposted in Questions & Answers
There can be many reasons. More info would be appreciated.
-
RE: Support resistance zonesposted in Questions & Answers
You need to define very neatly what you consider what a support and a resistance are and then use condition blocks. There is not a 'single' block doing that if that's your question.
-
RE: how to partial close trade with highest lot?posted in Questions & Answers
You will need a loop searching for all open trades right now and check which one is having the higher lot size. Then store the ticket number of it and once the loop is completed, do the partial execution. How many open trades are supposed to be executed at the same time?
-
RE: Paymentposted in Questions & Answers
Cryptopayments can take up to 1 week to be confirmed because the admin doesn't check his cryptowallets on a daily basis. You just need to insist to let him know.
-
RE: Can fxdreema work on all the fore pairs?posted in Questions & Answers
Just use that block on top of the structure that is opening buys ans sells.
-
RE: close all trades when profit percentage achieved(closed trades + open trades ))posted in Questions & Answers
@vijithtr You need a structure like this:
https://fxdreema.com/shared/bKbTjhrse
This is looking for all open and closed trades's profit in pips for today. Just substitute pips by money.
-
RE: "check profit (unrealized)" doesn't work on demo accountposted in Questions & Answers
The logic is correct. Can you please share the link to the project?
-
RE: use macd signal line macd line and histogram for eaposted in Questions & Answers
@p3ym4n The problem is block 19. That 'x>' sign doesn't work well with numbers (in your case number 0). You should substitute it by 2 condition blocks. One block checking if signal line is below 0 on candle ID 2 and another one checking if it is above 0 on candle ID 1.
-
RE: Why does EA not apply offset properly???posted in Questions & Answers
Did you check the pip size rules?
-
RE: Condition Entry on Candle OHLCposted in Questions & Answers
Forget that 'continuous' feature. It's an old relic from past versions of fxDreema. The only thing you should check before moving on is if that indicator's buffers are correctly identified by fxDreema and if it repaints. If it repaints the EA is doomed. On any recommendation on what to use together with HA I wouldn't say anything too solid. personally I don't like HA too much, so probably other user will be able to offer better advice.
-
RE: Previous Day/Week Low and high Lineposted in Questions & Answers
@jason_e6 The first thing to do every day is deleting the old existing line BEFORE plotting the new one.
-
RE: Bollinger Bands Flag +Stochasticposted in Questions & Answers
Correct. I mean exactly that. And no, I didn't mean uptrend or downtrend, sorry. I meant BBH and BBL.