@Byens Start a new question regarding this, add a shared link to look at
Posts made by jstap
-
RE: Profit Recordposted in Questions & Answers
-
RE: Pass for n timesposted in Questions & Answers
In the loop you can add to a variable, use this in your draw block, reset this when the next x happens before the loop starts
-
RE: Pass for n timesposted in Questions & Answers
Set it up witout the loop, draw all at same time, use the shift forward in time, this is set up to work on 5m chart:

-
RE: This EA is not taking ordes?posted in Questions & Answers
You need to name the object the same as the name used to activate the trade.
:

-
RE: My expert advisorposted in Questions & Answers
Just copy and paste, if you have the MQL5 you can import and then add a shared link.
-
RE: condition optimizationposted in Questions & Answers
That tick will generate a constant in your EA inputs
-
RE: My expert advisorposted in Questions & Answers
Add the mql5, this is what you need to make any changes
-
RE: How to select block via boolposted in Questions & Answers
If you put a project together, you can add a shared project here and say what's not working
-
RE: INDICATOR BASED BREAKEVENposted in Questions & Answers
condition block, stoc x< or x> value, break even block
-
RE: How can I identify if group of bucket trades closed in loss?posted in Questions & Answers
Yes you just select the trades you want to use in the bucket block, then use the colour used in your next block.
-
RE: How to select block via boolposted in Questions & Answers
Yes if constant = true do this, if constant = false do this
-
RE: too many trades openposted in Questions & Answers
To add a link open in web window, copy address bar and past here. Everything connected to yellow should be connected to orange.
-
RE: Custom Volume Limitposted in Questions & Answers
bucket can be separate, I would put a pass above, you can access with a condition wherever you want.
-
RE: too many trades openposted in Questions & Answers
@forexbob-0 is correct, add your link not the builder page, probably need a no trade block on top