Cool thanks. I´ll try it now.
Latest posts made by trooper
-
RE: Draw arrow problemposted in Bug Reports
Hi
I´m working on an EA that draws arrows when there is a signal. Arrow up below de low of the candle for buy and arrow down above the high of the candle for sell. The arrow up is showing bellow the candles as expected but the arrow down shows on top of the candles even when I select candle high.
Here is an example of what I did.
https://fxdreema.com/shared/wkNo5utcc
Please help.
-
RE: Bulls in a rowposted in Questions & Answers
Hi
Is there a way to make a condition that counts in the last x number of candles y number of candles were bulls? For example, if I want to check if in the last 5 candles 3 or more were bulls?
Thanks
-
RE: Changing the blocks order - questionposted in Questions & Answers
Hi
I have read all the documentation and have a doubt about the blocks number sequence. Do the number of the blocks have to be always in a sequence like 1,2,3,4,5...10? If I need to change the order of the blocks like I need to move block 4 before block 3 as in 1,2,4,3,5...10. Does that creates a problem with the running of the EA? Do I need to delete all the blocks after block 2 and recreate the sequence again? Can I have the blocks numbered in any way like 2,1,5,3,4....10? What is the correct way to edit the sequence of the blocks without having to redo them all over again?
Thanks
-
RE: Trailing stop problem with minimum distance limitationposted in Questions & Answers
OK I´m going to test it now and we´ll see how it works. Thanks.
-
RE: Trailing stop problem with minimum distance limitationposted in Questions & Answers
Oh no, that is not the one I´m refering to. I did corrected the one you mentioned.
The one I´m testing is an earlier version that I´m running on a demo account, works correctly and the settings are actually correct with Trailing Step set as is meant to be. But the problem still exists. The TP is set to 0 when the trailing stop is moved when the price is at or too close to the TP.
-
RE: Trailing stop problem with minimum distance limitationposted in Questions & Answers
__You have trailing stop with Step = the size of TP. This is weird
[/quote:3q3a8mv3]Didn´t understand what you meant by that!!!

__I don't remember why, but I have set it in a way, so if the desired TP level is equal to Ask, TP to be set to 0.[/quote:3q3a8mv3]
That is what I see happening. The TP is set to zero when the Ask (or Bid) is equal or too close to TP. Then the operation has to be closed manually otherwise will be closed when it hits SL even if already reached the original TP. Is there a solution for this?
-
RE: Trailing stop problem with minimum distance limitationposted in Questions & Answers
Hi
Hope you can help me. I´m having a problem with the trailing stop on a MT5 EA. That happens when trailing stop tries to move the SL when the price is too close to the TP level. As there is a minimum distance limitation on where the TP can be placed, even though only the SL was changed, that causes the TP to be deleted leaving the trade without a TP. Is there a way to solve this? Is there a way to only change the SL without affecting the TP?
Thanks
-
RE: Timeframe Constant (input)posted in Questions & Answers
I´m sorry you are completelly wright.
I just realised what you meant by the lowercase. Yes when I set the type as bool and the value as false (lowercase) it does updates as bool and doesn´t change to string.Thank you.
-
RE: Timeframe Constant (input)posted in Questions & Answers
Hi
Yes I know the EA works fine but the Constant type is string when it should be bool. When you go to configure the parameters of the EA on the chart you have to type true or false instead of selecting it from a drop down menu. I haven´t tried it but I assume you can´t optimize it that way either. Anyway I changed the constant type manually on the mq5 file on the Metaeditor and now it works as it should.
It would be nice though to be able to choose bool type on the fxDreema Constant (input).
Thanks