@sky-1 I am unsure what you mean, if you mean the highest point a candle will get, nobody knows, if you mean the highest point within a range use market properties. If you want a predictive price point then Fibonacci is the only way I know but this is still a guess.
Posts made by jstap
-
RE: Highest price for H1 candleposted in Questions & Answers
-
RE: Enter Trade only if indicator signal risesposted in Questions & Answers
@goosecape use candle ID's to work out weather above or below previous.

-
RE: How to place Stop/Profit of the pips distance between the crossing of 2 moving averagesposted in Questions & Answers
@besttrader You'll see how to do this in this picture, if you want to use the current price instead of a moving average, replace with market properties. If you want to use the price level of a cross you will need another condition with market properties in a modify variables block to save this price.

-
RE: How to close a half of the position after 8% grow?posted in Questions & Answers
@profitmover You need to have created a variable called BUY_PROFIT this will adjust it's self, and a constant called TRADE_PEECENT, this is where you place the desired percentage.

-
RE: How to close a half of the position after 8% grow?posted in Questions & Answers
@profitmover This problem is because even if you have added variables with the same name as what's in the blocks, you still need to replace.
-
RE: Alligator - Breakeven trigger when Red line reach open trade price levelposted in Questions & Answers
@africkhaw As l'andorra said remove the for each trade blocks, the blocks will work on each trade without.
-
RE: How to buy with varying margin?posted in Questions & Answers
@davjack Probably doesn't matter unless your bot is placing lots of trades, I would set same as my live account.
-
RE: Alligator - Breakeven trigger when Red line reach open trade price levelposted in Questions & Answers
@africkhaw This should do it for you

pips on profit shouldn't matter because BE won't activate until condition is true -
RE: How to buy with varying margin?posted in Questions & Answers
@davjack You don't need to touch meta trader all is done here, set to % of balance depending on SL, set two trees with different buy/sell trees, this way it will only open a trade with the desired settings for your particular set up.
-
RE: How does candle id work on the once per bar filter?posted in Questions & Answers
@davjack Current forming candle is 0, you only have a close for a split second before it becomes 1, you are better off to set your conditions to activate on 0 open and all other conditions to look at candle 1. Conditions are checked at every tick which can be a few times a second, once per bar limits these to 1 at the start of the candle.
-
RE: Close all trades when 25 profit from open tradesposted in Questions & Answers
@andrew-b Somtimes this happens.
-
RE: How to place Stop/Profit of the pips distance between the crossing of 2 moving averagesposted in Questions & Answers
@besttrader formula block with hi-lo, under put a modify variables block and change the price fraction to pips, use this variable as fixed pips for SL and TP as 300% of SL.
-
RE: Close all trades when 25 profit from open tradesposted in Questions & Answers
@andrew-b Put the shared link on here.
-
RE: Close all trades when 25 profit from open tradesposted in Questions & Answers
@andrew-b This should work, have you tried lowering the amount of pips? this indicator 0_1629369912824_bdc27be7-4c7f-4046-a832-149077fbaa3a-x2014-pipsv2.ex4 will show the added pips currently running, put on same chart but doesn't work on back test and, you'll be able to see if ea is reacting to profit amount.
-
RE: Need help to create EAposted in General Discussions
@arivazhagan-p Try this linkI've not tested but should work, click link, click .mq4, import back into dreema, you can then make whatever changes you like. Hope this helps
-
RE: How to close a half of the position after 8% grow?posted in Questions & Answers
@profitmover Revised, forgot to add the balance back on but this will only work with a single placed trade: link
-
RE: ATR pipsposted in Tutorials by Users
This link has the slightly updated version that works with MT5.
-
RE: How to close a half of the position after 8% grow?posted in Questions & Answers
@profitmover hi, in this [link] (https://fxdreema.com/shared/mqJeXsBJ) you'll see how you can achieve this, I've not tested but should work.
-
RE: Close all trades when 25 profit from open tradesposted in Questions & Answers
@biztet You are right as a general rule I never have a blue block ontop of a blue block.
-
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.