I would understand it if you mean yesterday's high/low. Then it is possible that an M15 bar today crosses it up or down. That would make sense, but not on today's daily bar. If that is whay you are asking for, I can give you a hand, but I need you to be sure before that. 
Posts made by l'andorrà
-
RE: Close positions if candle closes below the low of the dayposted in Questions & Answers
-
RE: Close positions if candle closes below the low of the dayposted in Questions & Answers
Can you please show an image in which condition 2 can happen? I guess a M15 bar can never close below the current daily bar.
-
RE: candle close above ICHIMUKU span A initiate buy orderposted in Questions & Answers
Must it happen in the current bar? If so, yes, it's correct. The problem is that then price can cross back. BTW, don't connect 'Condition' and 'Close trades' blocks immediately after a Buy now unless you know very well it is necessary. Usually it never works.
-
RE: It does not correctly show the loss in case it reaches ST.posted in Bug Reports
Are pips correctly calculated?
-
RE: Mathematical calculationsposted in Questions & Answers
You will have to use several 'Formula' blocks to do that. If you are a good mql4 programmer though, you can do all those math on a 'Custom mql' block.
-
RE: Beginning with groupsposted in Questions & Answers
Can you please share your project for a more detailed answer?
-
RE: Beggining to create an EA, need some help.posted in Questions & Answers
Interesting. Thank you very much.
-
RE: keeping indicators inside the EAposted in Questions & Answers
@josh01 said in keeping indicators inside the EA:
@musabbb nope, the indicators I am using are custom indicators
Then you will have to send him/her your indicator no matter what.
-
RE: How To Have Multiple Blocks Agree Before Trade?posted in Questions & Answers
According to your first pic, the price bar didn't cross your first indicator. That crossing happened many bars before. I recommend you to use 'below' instead of 'crosses below' as your option between operands in the first condition block.
-
RE: Two take-profit levelsposted in Questions & Answers
You cannot do it in just one block, or at least in any of those present today on fxDreema if that is what you're asking. You will have to combine several blocks to do it.
-
RE: CRAZY6 EAposted in Questions & Answers
That trailing stop block is wrongly positioned. It should be in a separated line of commands.
And why are you using different MA periods for left and right price labels?
-
RE: keeping indicators inside the EAposted in Questions & Answers
You can do it if you are an advanced mql programmer. Otherwise, fxDreema is not the place to do that.
-
RE: CRAZY6 EAposted in Questions & Answers
Why don't you share your project here? That way we can take a look on it.
-
RE: Closing all postions with a profit and then calculating newposted in Questions & Answers
I think this is what you are looking for:
-
RE: Beggining to create an EA, need some help.posted in Questions & Answers
@vitormdt said in Beggining to create an EA, need some help.:
@line Thanks for your reply!
Glad to know you've tested it before. You're absolutely right about the problems involving such EA. I'm not gonna use it on live account, otherwise it will blast my account. Just tryin' on a demo. And I wanna try to modificate some settings to use it at specific times of the day.
Any chance you still have that EA you developed? If you have it I'll be pleased if you can send me to try it!
I am also interested. Could you please share your demo project?
-
RE: whats the diference between fixed pips and costum pips?posted in Questions & Answers
In general, fixed pips is a specific number of pips (15, 50, 120,...) whereas custom pips is usualy related to a function value, especially an indicator.
-
RE: Custom parameter to draw a lineposted in Questions & Answers
I'm afraid I don't know how to do that, sorry.
-
RE: Possible sell or buy zones visualization by lines.posted in Questions & Answers
You can try this:

Don't forget to insert the name of your arrow on 'Name' space.
-
RE: Stop loss x amount of money below current profitposted in Questions & Answers
As far as I know, no single block does that. I'm afraid you will have to create a combination of blocks to get that.
