Hello, is there a way to form a condition block with a switch so that it can be switched on or off via the Metatrader? For example, that you can switch off an RSI filter (condition block) in the MT5 EA settings ... It would be nice if someone could help me.
Posts made by jjot
-
On-Off switch for Condition Blockposted in Questions & Answers
-
RE: Right way for Candle Break-Out..?posted in Questions & Answers
@seb-0 Ok, thank you! In the backtest I noticed that this settings do not always give correct results with trying to open a trade when the "Current Price" crosses above/below the previous Candle "High/Low" prices. The buy orders are not always executed at the correct point and Break-Outs are sometimes not executed as an order.
Have you noticed the same thing?
-
RE: "Candle Low/High" parameters don't workposted in Questions & Answers
@rafaels919 I have the same problem with trying to open a trade when the "Current Price" crosses above/below the previous Candle "High/Low" prices. In the backtest I noticed also that the following settings do not always give correct results.
Condition // Ask Price x> Candle (1) High
Condition // Candle (0) Close x> Candle (1) High
Price x> Indicator // Price x> Candle (1) HighCould you only fix the problem with the "Formula" block and save it as a variable? Have you also tested it with the "Modify Variables" block and saved it as a variable?
It is surprising that it does not work corretly in the normal way with using the "Condition" block.
-
Right way for Candle Break-Out..?posted in Questions & Answers
Hello, I want to program a candle break-out. I saw that there are several options. In the back test, however, everyone had different results.
Condition // Ask Price x> Candle (1) High
Condition // Candle (0) Close x> Candle (1) High
Price x> Indicator // Price x> Candle (1) Highhttps://fxdreema.com/shared/krE9fqpjd
Which variant is the right way? Or are they all incorrect?
It would be nice if someone can help me ...
-
RE: Compare Candle-Close yesterday on specific timeposted in Questions & Answers
Thank you... I think your concept should work, but i do it like this way...
https://fxdreema.com/shared/k9swLb5sb
Its nearly the same and a little bit simpler...
-
RE: More than 10 connections?posted in Questions & Answers
@stantonhitz I tested fxdreema for a week and then bought the full version for 3 months. I do not regret it! There are no restrictions and the tool is just great ...
-
RE: Compare Candle-Close yesterday on specific timeposted in Questions & Answers
@l-andorrĂ Yes, that is what i need. I dont find it in the section "candle close"... i find only specific time for today... How can I solve this? Thank you!
-
Compare Candle-Close yesterday on specific timeposted in Questions & Answers
I'm relatively new here and currently working on the basics. What I did not find ..
Is there a function that could compared the candle from yesterday e.g. 17:30 to the current candle? Like the function "Condition / Candle / Candle Close / Time" ... But with the option of entering "Dayoffset" such as under "Market Proberties / Highest Price (Time Period)"...