Pink blocks if trade check age before placing a new
Best posts made by jstap
-
RE: Wait 10 minutes after the last entryposted in Questions & Answers
-
RE: How to create overbought logicposted in Questions & Answers
Step 1 then is to upload this onto Fx, unless it's standard, then set up a test project doing something when OB or OS is happening.
-
RE: MT5 removes the EA on the chartposted in Questions & Answers
Try reinstall your terminal, this shouldn't happen.
-
RE: About last x candleposted in Questions & Answers
@gauss You may need custom code to do this, I do have a loop that will count the amount of candles above and below a MA, download and run on tester so you can see how it works, the two blank conditions are to put somewhere like the buy/sell trees
Hope this helps:
-
RE: Run only onceposted in Questions & Answers
A shared link allows people to see what you've done, so people can advise what to do different.
-
RE: Formula for specific candles like Doji, Marubozu etcposted in Questions & Answers
@gtoat777 Use single candle template, set the percentages that you would count as good.
-
RE: How shutdown EA after taking one trade (without terminate condition)posted in Questions & Answers
You need to check this flag above buy/sell, and do it on both on tick, and on trade, buy/sell on tick:


-
RE: Managing the number of trades the EA opens on the inputs.posted in Questions & Answers
@mpatho Your settings need to be <

-
RE: How to put an expiration date on an indicator?posted in Questions & Answers
@Adeildo You can do it like this, put the relevent date/time for you in the condition. https://fxdreema.com/shared/F3QTw3omc
-
RE: Is there a way to isolate the closing time trade time as a variable?posted in Questions & Answers
Can't help, I have previously tried to get this, but server time changes with daylight saving time.
-
RE: Lot size based on stored stoploss value?posted in Questions & Answers
The options for this are in the standard blocks (I think), for a start set sl to fractal, save atr to a variable, these are a price fraction, add to your sl using adjust, try and if not working add a shared link.
-
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: "No Trade" and "If Trade"posted in Questions & Answers
No trade works when there is 0 trades, if trade works when there is 1 or more trades running.
-
RE: How to move a horizontal line in BACKTEST in MT5?posted in Questions & Answers
I do not know if you can on MT5, you could have the EA delete then re-draw.