Explain your problem
Posts made by jstap
-
RE: HELLO BEEN HAVING A PROBLEM WITH THE BUY PENDING ON MT5posted in Bug Reports
-
RE: Problem when using more than one graphposted in Questions & Answers
You will need to use groups, or symbol-specific positions to work out profit, you could get the symbol name when a position is placed and then use this in a bucket block to get the values.
-
RE: How to use conditions block as tp and sl instead of using tp and sl in buy/sell blockposted in General Discussions
This is straightforward, no trade condition/sell. same but opposite to close.
-
RE: Bollinger Bandsposted in Questions & Answers
This is standard with BB trades, you will have to decide what is yes and what is no for your particular strategy, there is no golden rule to prevent trades from going against your strategy.
-
RE: Finding Levels of high/low of time period, in percentageposted in Questions & Answers
https://fxdreema.com/shared/I6Ck2zjS 0.3 = 30% 0.7=70% adjust to how you need
-
RE: pin bars in a loopposted in Questions & Answers
Start a test project, but set up a single candle template, reset the variable to 0, loop n pass 10 times, add 1 to a variable every loop that finds, check this variable number, and play sound.
-
RE: MATINGALEposted in Questions & Answers
This is not simple, as the rules you use will determine this, try this when the lot gets slightly bigger start a new trade group with a fresh small lot size, and close either group until the group is in profit.
-
RE: How to use conditions block as tp and sl instead of using tp and sl in buy/sell blockposted in General Discussions
There are many ways, explain a little more about what you need to happen.
-
RE: Working with SMT divergence : how to compare values to trace trendline (the SMT) ?posted in Questions & Answers
Again you have given nothing to work with show and ask what you are trying to achieve, and add a shared project to look at.
-
RE: buy/sell limit if it go up/downposted in General Discussions
Explain more about what you mean. Do you mean it places a second order, with or without activating the first?
-
RE: EA to check profit at end of the dayposted in Questions & Answers
Check profit (period of time), close and set a flag.
-
RE: no trade nearbyposted in Questions & Answers
You could possibly use pink blocks to get the open value, and then check how far away it is, but this might be worse.
-
RE: Open new position every 25% towards TP...how?posted in Questions & Answers
Looks like it, what's happening when testing?
-
RE: Open new position every 25% towards TP...how?posted in Questions & Answers
Put in the % to TP, then in the buy/sell block the new TP = in loop previous trade TP
-
RE: Open new position every 25% towards TP...how?posted in Questions & Answers
You need a TP or SL to get this level:

-
RE: Add to volume block or just open new position?posted in Questions & Answers
I rarely add just place new, but any should work, add a shared link to see what may be happening
-
RE: Problem when using more than one graphposted in Questions & Answers
This is set to specific, so will only close trades on the chart it is attached to
-
RE: SUP DEM EAposted in Questions & Answers
If you still have the orange blocks they might be causing this because they are a loop. My EAs never open more than 1 trade, without there being something wrong.
-
RE: simple expert but I can't do itposted in Questions & Answers
You're welcome, and try try try is often the only way to succeed
-
RE: UNIX TO CANDLE IDposted in Questions & Answers
There is 2 examples in this, 1 to put in a variable, and 1 to draw line
https://fxdreema.com/shared/w1fd6JFnc