@l-andorrà https://fxdreema.com/shared/66keV1X8 I tried to do that but it still doesn't work it's strange because if entered manually they work if used during the bactest they can be seen.
Best posts made by slydexx
-
RE: Show indicator on chartposted in Questions & Answers
-
Show indicator on chartposted in Questions & Answers
Hi, I've read in the forum but I think I can't find an answer to a simple question of mine, I've imported two custom indicators and I'd like that once the expert has been launched, the two indicators can be seen in the graph, but this doesn't happen. I know they work because if I run a backtest the indicators show up on the chart no. So how can i show the indicators on the chart when the expert is launched i tried with indicator appear but it doesn't work. can you help me?
Latest posts made by slydexx
-
RE: What is the purpose of the max times to pass function of time filter blocks?posted in Questions & Answers
@jstap Thank you for your answer. So if I understand correctly, if time to pass is 1 on a block that includes a buy order it will open only one operation because it passes once, if it is two it will open two buy operations because it passes twice? if it is 0 it will not pass and therefore no operation is this correct?
-
What is the purpose of the max times to pass function of time filter blocks?posted in Questions & Answers
I tried to understand on my own but I don't want to be wrong, can someone explain it to me in a simple way? Thank you.

-
RE: simple expert but I can't do itposted in Questions & Answers
@jstap Yes, you're right, when I don't succeed at something I try them all and I find myself only getting confused. I solved it like this, thanks
-
simple expert but I can't do itposted in Questions & Answers
I would like to create an expert who, if the current candle is bullish, opens a buy order which closes in profit or loss at the close of the next candle. It seemed very simple to program in fx dreama but I can't. can you help me? https://fxdreema.com/shared/Y66F2Xfid
-
RE: resetting candle countposted in Questions & Answers
@l-andorrà Hi Andorra thanks for the reply. Of course I know the variables and I already use them to find 50% of the impulse. Currently the expert works with the limit order on 50 and it works well. I wanted to create an alternative solution that awaits favorable engulfing once it reaches 50% in order to enter the market with a higher statistical advantage. because I could set the code with candle 3 less than or equal to the variable representing 50% candle 2 does not close below candle 3 and candle 1 closes above candle 2 and 3 thus creating the moring star pattern. The problem is that once I get to 50% I have already counted the candles 1-4 and I would like to find a solution to count 1-4 on the 50% of the previous pulse.
-
resetting candle countposted in Questions & Answers

I ask a somewhat difficult question and the translator certainly won't help me. There is a way to reset the candle count once a condition has been met. for example I have an impulse of 4 candles once you reach 50% of the impulse between 1 and 4 reset the candles and start counting again to be able to identify
-
RE: delete pending order when a new condition occursposted in Questions & Answers
@l-andorrà I hadn't thought of it so simple. I'll try now. Thank you!
-
delete pending order when a new condition occursposted in Questions & Answers
Hello friends.
I have a question about the sequence and elimination of limit orders, let me explain, my expert creates a limit order at 50% of the impulse between candle 1 and candle 5. currently the limit order is eliminated with the time what can I do to eliminate the limit order when the event occurs again?
so when candle 1 5 respects my conditions it eliminates the previous pending order. -
identification of a new minimum or maximumposted in Questions & Answers
Hi, I wanted to ask you if, apart from the zig zag which I don't like, have you found a more or less precise method to identify whether the swing has created a new low or a new high, but using the indicators available on fxdreema and not external indicators.