I love helping people here, but this is simple, try it and if you struggle create a shared link and say what isn't working.
Posts made by jstap
-
RE: #group order count issue.posted in Questions & Answers
-
RE: #group order count issue.posted in Questions & Answers
No mate: create a tree ontick- pass block - comment block (with your variables)
View on screen and take a screenshot if numbers are too high -
RE: Expiertposted in Questions & Answers
Your variable name is a string not a bool, start with normal variables/constants, when working change for global
-
RE: #group order count issue.posted in Questions & Answers
It looks like it should, put the variables into a comment, and see if it adds more than it should...
-
RE: #group order count issue.posted in Questions & Answers
This should do as you want, what exactly is it doing?
-
RE: Bull/bear Candle cross a specific price level.posted in Questions & Answers
You will need to use candle 0 as this is the current moving price, in a separate tree add the cross price to a variable, in your buy/sell block use this variable and adjust to + - x.xx pips to give you this effect but it will work on multiple assets.
-
RE: Put Total Profit Of Account On Chartposted in Questions & Answers
@Byens This is interesting, if you go back to page 1 you will see that this is a similar approach to what I started with. Is this returning the same number that you get in your history?
-
RE: Drop menu on my indicator tabposted in Questions & Answers
At a guess that int value is actually an enum value 0-the number of inputs you have in the indicator, if you create an enum in your EA you can use this to select a value.
-
RE: If, then, conditions for 2 indicatorsposted in Questions & Answers
This won't do exactly what you wan't but it will show you how to use: https://fxdreema.com/shared/LSnVQO5ve
-
RE: If, then, conditions for 2 indicatorsposted in Questions & Answers
That is the builder page not your project: project page - projects - create a shared link - open in web - copy address bar and past here
You will need to setup a true/false flag so when MACD has done the first cross, the EA can correctly react to the stoc, you will need to set the flag back to false, and check when needed.
-
RE: How can this be properly done?posted in Questions & Answers
This is all fairly straight forward, Create a project and test, you can then add a shared link here asking how to achieve something
-
RE: ZigZag directionposted in Tutorials by Users
Generate a fresh question for this, generate a test project, add a shared link and say what you are trying to do.
-
RE: Moving Average price valueposted in Questions & Answers
In the buy/sell block select indicator custom value for SL
-
RE: Put Total Profit Of Account On Chartposted in Questions & Answers
I know no one you can ask @l-andorrà but you will get the same answer as from me, others might see this but I think they will say the same thing
-
RE: Put Total Profit Of Account On Chartposted in Questions & Answers
I can't test, it should work, all I can say is go to main page and ask admin if they know why
-
RE: Global variablesposted in Questions & Answers
I don't know, there are too many blocks to determine which ones are causing trouble, strip this down to a few blocks, get it working, and then add more blocks, this way if it stops working then you know it can only be the last blocks added causing trouble.

