Thank you for your help, I must have had some setting wrong before, as I now copied your settings and it seems to be working fine.
Appreciate the support.
Thank you for your help, I must have had some setting wrong before, as I now copied your settings and it seems to be working fine.
Appreciate the support.
Hello,
I am using the Draw Edit Field block. I want to know if there is an easy way to exclude an numeric entry that includes a comma. If a "." is entered for a value it should be allowed, but when a "," is used it should give a message like "invalid" or so. Is there an easy way to do this as I am not a programmer?
Thanks
@josecortesllobat Thanks! I was just looking into reducing the blocks. Although I did not get the right results with the candle body size (probably because it is in pips), I was able to reduce the project with one block. I now have this:

I finally solved the issue. My calculation was not complete I realized. I needed to add another formula block. All good now;)
I don't understand what you mean.
I have used 2 different variables for previous candle open (candle1OpenM5) and close (candle1CloseM5). Than I used a 3rd variable, which is the difference between (candle1OpenM5) and (candle1CloseM5) divided by 2 and stored in variable (variableprice_M5_short).
I have been trying the following for hours but without success.
I want to store the price level of the previous candle (ID:1) body /2. In other words the price level of 50% previous candle body.
I tried formula block, but it doesn't seem to work yet.

Can you please help me out?
Thanks! I will have a look at this.
I have seen the Time filter blocks but I can't figger out how to do the following.
Every M5 candle needs to be checked when the 3rd minute has passed.
At this 3rd minute it needs to check if price <= 50% of previous candle body.
Can you tell me what block I will need for this?
Thank you
I just noticed that the issue described above in this topic still applies when using the adjust field with Variables instead of Constants. toDigits works VariableName pips doesn't. Any chance you can have a look at this?