The most efficient way is by using a custom indicator finding those divergences and then import it into your fxDreema account. Otherwise it would be an extremely complex structure to implement.
Posts made by l'andorrà
-
RE: hidden divergenceposted in Questions & Answers
-
RE: builder is slowposted in General Discussions
He's aware of that problem and is working on it. We'll have to be a bit patient until it's finally fixed.
-
RE: How to get mutiple tradesposted in Questions & Answers
@Tim-3 You can do it this way for buys only:

-
RE: Zigzag modeposted in Questions & Answers
Maybe because both are coincidentially the same price level?
-
RE: Display flags in commentsposted in Questions & Answers
Maybe you can convince the admin to implement that.

-
RE: Highest Valueposted in Questions & Answers
The only way to get it is via custom loop. There are no fxDreema options like those for highest/lowest price, if that is your question.
-
RE: MONEY MANAGEMENT BUY/SELLposted in Questions & Answers
Are you sure you want to increase lot size when winning? That is extremely risky.
-
RE: Set the lineposted in Questions & Answers
@Omid-amin You don't need plotting any line. You can simply use a pending order in grid block like this:

-
RE: Fast MA close to Slow MAposted in Questions & Answers
Probably, but the one I suggested is easy to implement.
-
RE: Spread valueposted in Questions & Answers
@talshemtov Indexes and gold usually require different/customized pip size rules. You can easily modify them here:

-
RE: Flag Text. Werte vorgebenposted in Questions & Answers
I'm afraid I don't speak German. I speak Catalan and Spanish if that can help.
-
RE: cross ema50>200 & chandemoposted in Questions & Answers
Block 13 and 7 need to be disconnected. The bot needs two completely separated block trees.
-
RE: Fast MA close to Slow MAposted in Questions & Answers
You can compare the value of both MA every single tick and then wait for a minimum distance between both to trigger an action.
-
RE: How to speed up backtest ?posted in Questions & Answers
The image is not providing the info necessary to evaluate the structure. Could you please share the link to it? On your question about backtest performance, I recommend open price initially and the refining with every tick option.
-
RE: Previous market data? Can it be done?posted in Questions & Answers
It is technically possible, but only if incorporating custom data to it. No fxDreema block can do that.
-
RE: Condition issueposted in Bug Reports
Then it should work. If no trades are open is because 3 possible options:
- You are using the bot on a Timeframe where your conditions are too restrictive.
- Your conditions are too restrictive when combined, regardless the timeframe.
- The values you are selecting for your two constants are not valid.