@jstap wonderful my friend, I admit I would never got this by myself!
Posts made by Alex81
-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
@jstap nope,
If I do the "appear"
I get this error:

-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
If I put this block there is no buy:

If I put this

I get a trade on every bar...
I don't know how to define zone[1]>0 and zone[2]=0 -
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
Here:

see the blue and red arrows? I need to catch that signal, the first time the convergence of 3 indis appears.
-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
@jstap try to use my project in visual tester: you'll se coloured trendlines whenever each tree is active. I need the beginning of each condition, so when variable "zone" from 0 became 1 or -1. How to do it?
-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
I think I worked out an effective solution.
It could be used with two or more indicators, and the graphical tracing can be used to track if it is working correctly.https://fxdreema.com/shared/3WMVuDZze
Now it comes the issue: I am not able to use it as a signal.
I'd need a block to evaluate variable at candle 2 and candle 1 or something similar as for indicators.@jstap any ideas?
-
RE: Halving an order after x amount of pips, until complete closureposted in Questions & Answers
@jstap I thought this solution too, but I hoped there could be a more elegant and simpler way...
@fxDreema the Example is exactly what I did. What do you mean with " try to understand this "Open Price belongs to..." option"?
-
Halving an order after x amount of pips, until complete closureposted in Questions & Answers
I am developing a bot for investment, so with an average trade os several days, even weeks.
After putting a decent trailing stop, I am trying to close partially after an amount of pips, until complete closure of the trade: f.e. close 25% of the trade after every 50 pips, so after 200 pips trade is totally close.
But I am only getting a single exit, whatever amount % I put.
Here my snippet:

Any suggestion?
-
RE: Risk % of Equity without StopLoss?posted in Questions & Answers
@l-andorrĂ thanks mate, that's same thought I had...
-
Risk % of Equity without StopLoss?posted in Questions & Answers
Hi, I was wondering if it is possible to use Risk % Equity based on a defined price level without having it as a Stop Loss.
Basically I'd like to risk a fixed percent of equity based on a price level but without forcing it as a stop loss.
Any ideas on how to do it?
Thanks -
RE: Total profit reduces by x % then close everything.posted in Questions & Answers
@roar good job, but what is the variable "blc" inside?

-
RE: Fractals Indicator not taking any trade on MT5posted in Questions & Answers
Use "Candle ID" set to "1" instead of "0"
-
RE: Issues in ordersposted in Questions & Answers
Just use the "Check trades count" block to limit the number of open trades.
-
RE: Help with custom indicatorposted in Questions & Answers
@jstap said in Help with custom indicator:
@alex81 If empty values then the buffers probably don't contain relevent data, I would put this into a comment so I can visually check what it contains.
Buffers are not empty:

@TipsyWisdom indicator is placed under MQL4/Indicators folder as every other indis I used in FxDreema. What else do you mean?
-
RE: Help with custom indicatorposted in Questions & Answers
@jstap Buffers are present, but when used if FxDreema with Trace function they give empty values. That's strange.
-
RE: Help with custom indicatorposted in Questions & Answers
Nope, object list is empty.
It's a mystery to me. -
RE: Help with custom indicatorposted in Questions & Answers
I traced all 19 elements with block "Trace" (assuming all buffers plot on chart) and not a single one give a result...

I am wondering why...
-
Help with custom indicatorposted in Questions & Answers
Hi guys, I'm back asking for help with a custom indicator.
Here it is: 0_1634929504762_ATRH.ex4

I think configuration is good, here what I did to resolve the ex4:


These are the buffers

and these are the buffers I need (arrows and dotted lines, respectively buffers 0,1 and 4,5)

I tried to trace them in FxDreema but with no success.
Anyone notice some error?Thanks
-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
Something like this is correct?

Buy on the left, sell on the right
-
RE: Convergence of multiple conditions in single indicatorposted in Questions & Answers
@jstap Please can explain better?
How would you pick 4 buffer to select a buy?