@jordanmarvelley You probably need to use a purple trade closed block on the on trade tab.
I would use this and not pink, this way every time SL is moved to BE a trade will be created.

Best posts made by jstap
-
RE: ADDING TO TRADESposted in Questions & Answers
-
RE: On Trade can't useposted in Bug Reports
This does look like it is a fault, have never got the profit this way, try going to the main page and asking @fxDreema if he knows. In the meantime try using a pink for each closed trade above the formula, and below the trade closed blocks, get the price in a loop, and see if that gets the relevant value.
-
RE: ATR pipsposted in Tutorials by Users
@rick01 Like below:
bool == true/false
double == number with a decimal, like 8.2 or 0.0, etc
int = whole number, like 1, 2, 3, etcyou also get type's like ENUM_TIMEFRAMES but you shouldn't need these.
-
RE: shared linkposted in Questions & Answers
@r1ley You only have a candle close on 0 for a split second, change to candle 1 and see if it helps, I would use < rather than x as your looking for the close price level to be below the BB price level, change the trailing block to a for each trade trail, you have no group trades being created so no need for group trail block.
-
RE: Block "Order Moved" not working.posted in Bug Reports
I agree on timer and on chart only work on live trading, on chart should be on init, with a pass block above.
-
RE: Easy way to make ENUMposted in Tutorials by Users
I will add this, make sure enum is on top, before adding the named type, so the code as added to meta platform before it tries to use.
-
RE: How to define a portion of a variable name from user input as a constantposted in Questions & Answers
@l-andorrà Yes I try to stay away from custom but some times it is the only way.
-
RE: Enum Timeframesposted in Bug Reports
I added TF to the draw and once per bar block, on backtest, this draws arrows regardless of the selected time frame. Am I missing something?
-
RE: Help for beginnersposted in Tutorials by Users
Actually it's 10 connections, if all you want is a simple crossover, then this is enough connections.
-
RE: Help with take profit options needed...posted in Questions & Answers
@sirluk getting the distance is simple high-low will give you that, place in a variable then modify to give you pips, this can be used for SL and position size, then you can modify stops to move it completely out of the way, I don't know how to not have it placed, then have a condition to close trades once condition's met, I do think selecting LOT without SL can be done I have just never done it.
-
RE: Enum Type Error URGENTposted in Bug Reports
ennum values need to be declared above the condition that's using them, move your 2 ennums to the top of your constants list.
-
RE: ANYONE, KINDLY ADVISEposted in Tutorials by Users
on trade tab, trade closed by SL, set flag to off, on tick tab condition to set flag back to on, check this in buy/sell tree.
-
RE: Max 2 Trade Per Dayposted in Questions & Answers
@livephenom In this link you will see how you can achieve this.
-
RE: EA not taking trades or taking false tradesposted in Questions & Answers
@tempol This is true as amazing as FXDreema is it has some floors, there is code to reference the data window, been a long time since I tried and didn't work for what I needed but could be worth looking at.
-
RE: Project disappear in FXDreemsposted in Bug Reports
I think Chrome has been a problem, I use Edge, normalising IDs may help as well
-
RE: Program Convertorposted in Tutorials by Users
This is a question, not a tutorial. If created here there is a converter
-
RE: Close all trades when 25 profit from open tradesposted in Questions & Answers
@andrew-b Is hard to asses without a shared link but the pink check TP block is just checks the level used on trade creation so no good for what you want, check unrealised should work but only n the 1 asset, if you want it to work on all assets change specified.