Posts made by jstap
-
RE: Close Trade in timeposted in Questions & Answers
@xanderrooi9 Use the green second filter to add 1 every second to a variable, on trade tab when trade is closed reset variable to 0, above buy/sell use a condition block to check variable is >90.
-
RE: Close tradesposted in Tutorials by Users
@lenford Not sure what exactly you're asking, a take profit set th 10 pips in your buy/sell block should do this.
-
RE: Can I openTrade on open price Of new candle same this images?posted in Questions & Answers
@nopthankyou Time now = candle time is the open of a new candle, the EA in picture looks like it's closing on average profit, profit = chosen value.
-
RE: EA not runningposted in Questions & Answers
@blunt I havent looked but @manuel227 is correct, you cannot compare body vs close, body size = value from top to bottom and close= value left to right (price level).
-
RE: I want to enter a next order , when the previous one has a loss of more than 60pip . please tell me how to do thatposted in Questions & Answers
@tranhiep Pink for each trade block, pink pips away block with - pips, buy/sell block
-
RE: Why am I getting loss trades because trades are not closing at 2 MAs crossing?posted in Bug Reports
@veetee Put your latest shared link here and I'll have a look.
-
RE: EMA Retest EAposted in Questions & Answers
@denkuf The same candle can't close above and below a MA, you also need to add the candle ID to the MA.
-
RE: CANDLE OPEN HIGH LOWposted in Questions & Answers
@janiyogesh Am unsure what you are trying to achieve, start a project and share the link, ask how to resolve problems you are having.
-
RE: Close Trade in timeposted in Questions & Answers
@xanderrooi9 Put a shared project so what you have done can be looked at.
-
RE: TMA cross trigger not workingposted in Questions & Answers
@mazzo70 Make the close a separate tree.
-
RE: Close all trade on day end/ Close all trades on Fridayposted in Questions & Answers
@scoopyzam You too, let me know if something's not working
-
RE: Close all trade on day end/ Close all trades on Fridayposted in Questions & Answers
@scoopyzam In here you'll see how to do it on Friday, the principles are the same for any other times: https://fxdreema.com/shared/82XzCMJte
-
RE: How to delay EA from action (first candel)posted in Questions & Answers
@archer It should work, all back test uses server time, you could test on BTC/USD, providing you have it on your terminal.
-
RE: Close all trade on day end/ Close all trades on Fridayposted in Questions & Answers
@scoopyzam To close all trades on Friday, weekday filter-time filter-close trades block. To close trades at a set time, time filter-close trades block. You may need to add a flag to stop and start trades.
-
RE: Correct profit calculation vs SL moveposted in Questions & Answers
@archer In market properties you get spread, save this in a variable then +- where you are moving the SL to, I will also say that spreads are worse at the end of the NY session, maybe better to stop the SL moving at certain times.
-
RE: How to delay EA from action (first candel)posted in Questions & Answers
@archer The MA's were not what I meant, must of forgot to save before reopening and taking picture, try this:

-
RE: How to delay EA from action (first candel)posted in Questions & Answers
@archer This condition will only pass at the open of a candle, I am assuming that flags start on false but I believe they do.

