Here you have it:
https://fxdreema.com/forum/topic/6236/how-to-roundup-numbers/3
Hi Giovanni. I can help you. Did you create any initial project to begin with?
fxDreema is not designed to create indicators, but expert advisors. Would that fit your requirements?
Yes, that makes sense. But is that what he's asking for? That what I'm not completely sure.
It's not a glitch. It's the exact arithmetical truth of both operands opn your block. You will never get sells because 15 will never be below or equal to 1.1070.
@trader-philipps said in How can a SL based on currency be set up?:
@l-andorrà You might also consider trading costs such as commissions. That can be significant for a scalper for instance. And also consider minimum stopplevel on symbol as that can easily mess up your risk management.
All in all I don't think that that approach is a good one as it keeps out market condition from risk calculations at all.
Oh, man. I'm still trying to understand what road did and you are pushing it far beyond
Give me a breath, man! 
I can help you. Could you please give more details about it?
Thank you very much. Very interesting. Let me take a look at it.
@roar said in How can a SL based on currency be set up?:
@l-andorrà If you trade EURUSD and want the SL as euros, here's the formula:
SL (price fraction) = risked money / (lotsize*100000) * iClose(NULL,0,0)
That last part is the current EURUSD value
Thank you very much for the formula, but does it work for any symbol? I wouldn't like to write all symbols on the project options. On the other hand, I see that a custom code should be used, but how would it fit into a variable to be inserted into the buy/sell now block? Obviously it should be calculated previously.
@hadees said in How can a SL based on currency be set up?:
I think you might need an indicator to do the job but what you are saying is you want to set a Stop loss based on amount of money input. So instead of checking loss and closing at x loss you want to enter a number in money and then convert that to a SL ?
Yes! Exactly that. Any idea how to do it?
No, no. I'm asking how can I transform equity into pips. I have an EA in which lot size is fix. I want to open a trade with a SL level calculated as money. For example, I want to lose no more than €50. I insert 50 as a constant and I don't know how to convert that number into pips for a variable used in the buy/sell now block.
I'm still trying to guess how to do it, but to no avail so far. 
Well, it depends on how your project is configured. Can you please share it here? I will help you to use it.
Personally I have never used that option. I do almost everything I need with variables only.
Maybe someone else can help you on that specific element. If not, let me know and I will tell you how to do it...with variables 
Zigzag is a very tricky indicator to use. I strongly recommend you to read this thread:
https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced
I hope you will understand that creating EAs or scripts for non members is, at least, a questionable practice. Would you consider the possibility of resubscribing again?
This is what this block is made for:

What do you exactly mean by 'base volume'?