Hello community,
does anybody know a way to show long swap and short swap in chart?
Thanks in forward and have a good day!
Tommi
Hello community,
does anybody know a way to show long swap and short swap in chart?
Thanks in forward and have a good day!
Tommi
Great! Thank you very much @sktsec !
I think it will be a long evening.
@sktsec said in Find the highest (or lowest) close of x bars:
@MT4Nutzer
Initiate then use the loop block and a condition block.Support x is the result
Initiate x (such as close the start candle)
Loop x time for the candles
Use condition block to compare x and close
save any new value to x
Thank you @sktsec . I want to try it.
@Hiten7405 said in Find the highest (or lowest) close of x bars:
Thank you @Hiten7405 . But I think this are the highs and lows of the last candles not the the close values.
Hello community,
does anybody know a way to find the highest (or lowest) close of x bars (not the highest high or the lowest low)?
Thanks in forward and have a good week!
Tommi
Hello community,
I think it is a good idea to select the kind of spread filter in EA menu.
Is it possible to make this with a variable?
Thanks in forward for ideas.
Greetings
Tommi

@Hiten7405 said in check profit of the last trade in percent:
use For each Position -- Bucket of Trades
This works very well @Hiten7405 ! Thank you for the great advise!
@l-andorrà said in check profit of the last trade in percent:
@MT4Nutzer That depends on your conditions. If both groups are supposed to be managed exactly in the same way, then yes.
Using lists of groups is a comfortable way. Thank you @l-andorrà .
Thank you @Hiten7405 !
Do you select different groups (written with comma) in the "for each"-box?

@ambrogio said in EA does crazy things after using the same indi in different timeframes:
check the #group of trade
This is not the reason.
Hello community,
I want to use an indicator in different timeframes as conditions.
Unfortunately the EA ignore "No trade" or "check orders count" after I use the indi on different timeframes and open and open and open ...
Here an example:
https://fxdreema.com/shared/M2eEMtXub
This is very bad. Does anybody a solution for this problem?
Thanks in forward.
Greetings
Tommi
Hello community,
by using virtual stops the line will stay on the chart after trade.
Is there a way to delete it from chart after the trade is closed?
Thanks for help!
Greetings Tommi
Hello community,
I want to check the profit of the youngest running trade.
After x% of equity I want to make the next trade.
The problem:
With "chek profit" it is possible to use a value in percent but it is not possible to choose the youngest trade.
With the other check profit-possibillitiies I can choose the youngest trade but it is not possible to work with % (only with absolute numbers of pips or money).
Does anybody knows a solution for that?
Thanks in forward.
Greetings
Tommi

@Hiten7405 said in warning: expression is always false:
if(MathAbs(lo) == EMPTY_VALUE)
Change
if(MathAbs(lo) == 0)
It works! Thank you @Hiten7405 !
Hello community,
unfortunately I get a warning again: "expression is always false".
Does anybody know this problem?
Have a good week!
Tommi


@Hiten7405 said in warning after compiling:
Change T = double
double normalizedValue = NormalizeDouble(value, digits);
Great! Thank you very much @Hiten7405 !
Hello community,
unfortunataly I get always the same warning after compiling in MT4. In fxdreema I dont get this warning.
Does anybody know this?
Greetings
Tommi


@l-andorrà said in Ignore sunday bars for calculation:
What calculation are you thinking about specifically?
When the used indicators calculate with the the H4 or D1 bars from sunday. To use this values is not sensefull when the market on sunday is opened only for one or a few hours.
On the other hand sunday bars are maybe usefull for trading on sunday (crypto currencies).
Hello community,
does anybody know a solution to ignore sunday bars for calculation (not only for trading time) with on/off?
Have a good weekend!
Tommi