That's correct if you choose the 'check mode' option 'Fixed pips'. Then it is flat distance. This is why I chose 'Function value', because then I can pick price levels. My problem is that not alwaus works as planned and I want to be sure why.
Posts made by isp00rt
-
RE: Please confirm I'm right...or not.posted in Questions & Answers
-
RE: simply robotposted in Questions & Answers
This is an example for sells. You just need to duplicate it for buys.
-
Please confirm I'm right...or not.posted in Questions & Answers
I would like to confirm I understand correctly the 'check stop-loss' block. Let me put an example. I want to check a second sell trade SL with another previous sell SL. I got the first SL price on a variable. Then I use the block in order to compare the current SL of the second trade this way:

This is what I understand:
-
The first display option tells me that if the SL level of the current (second) trade is 'greater' (BTW, that 'h' should be corrected) than what is below...
-
...the second display option selected is 'Function value', then the block passes.
In my example, that variable ('first_sell') contains the price level of the first sell. So let's put some numbers. Say the SL level of the first sell is 1.8000. Now the SL level of the current sell is 1.9000. As 1.9000 is greater than 1.8000 the block will pass.
Is that correct?
-
-
RE: Questions about 'Skip ticks' blockposted in Questions & Answers
Apparently I cannot choose decimal time units for seconds. I mean I choose them but it doesn't work. Is that intended?
-
Questions about 'Skip ticks' blockposted in Questions & Answers
I'm going to try it for the first time and I would like to know the following:
-
Can I choose decimal time units, i.e. 0.3, 0.5, 0.7 minutes?
-
How does it work at backtesting? Does it distort results or not?
Thank you in advance
-
-
RE: Doubtposted in Questions & Answers
All 'light off' EAs have problems with their code when compilated. Compilate them at your MT4 platform and you will see where the problem is.
-
RE: Once per bar and No position together?posted in Questions & Answers
I've never worden on mql5. As you say, it works on mql4. I have no idea what's the problem, sorry.
-
RE: Has anyone created trailing stop structure for a single trade?posted in Questions & Answers
Interesting. I didn't know that could be done. How can a single trade but put into a different group?
-
RE: Once per bar and No position together?posted in Questions & Answers
Whe you say 'No position' do you mean the 'No trade' block?
-
RE: Once per bar and No position together?posted in Questions & Answers
What are you looking for exactly?
-
RE: Has anyone created trailing stop structure for a single trade?posted in Questions & Answers
Sorry but I don't understand you. Group# is used to choose manual/automatic orders only. What I want is selecting a specific trades within a group of open trades right now.
-
RE: Has anyone created trailing stop structure for a single trade?posted in Questions & Answers
That's the key problem: choosong the right order. I will work on it.
-
RE: ea on custom indicator line colour changeposted in Questions & Answers
Interesting question. Why not having webinars about using FxDreema? I'm think about tutorials about ho to do this or that. I would certainly appreciate that.
-
RE: Add SL, TP, TSL to new Signal Orderposted in Questions & Answers
Did you look at the 'Tutorials' section? I'm pretty sure you should find there what you're looking for.
-
RE: How can I change the stop loss before I buy?posted in Questions & Answers
I don't know hoe to do it with custm mql4 code. I suggest you to vompare both SL levels on a Condition block and then put it into a variable. Maybe there is a more efficient way, but I don't know.
-
RE: Can I create a bucket of orders with one only?posted in Questions & Answers
I'll try to filter it. If I don't get it I will let you know. Thank you for your help.
-
RE: How can I choose what trade is loaded on pink blocks?posted in Questions & Answers
Sorry, I didn't understand you XD. Thank you very much for your explanation. I will try what you say. Your help is always very useful.
-
RE: "Buy now" block doesn't execute when TP and/or SL mode are set to "no"posted in Bug Reports
Can you show it, please?