The difficult part is defining exactly what conditions are defining that sideways move and the confirmation of the new direction. How do you define them?
Posts made by l'andorrà
-
RE: Hedgeposted in Questions & Answers
-
RE: open two transactions at the same time??posted in Questions & Answers
@Ali-Rezaei You can remove block ID 19. It is redundant. Are those two open trades exactly at the same price level?
-
RE: buy/sell limit if it go up/downposted in General Discussions
Do you mean a market execution maybe? No broker will allow you program a pending order at the current price. There must be a minimum distance between current price and the pending order.
-
RE: how to read the indicator objects from chartposted in Questions & Answers
Not sure I fully get it. Are those objects created by some indicator?
-
RE: Connecting multiple conditionsposted in Questions & Answers
Move the 'once per bar' block from both positions to immediately above both 'buy/sell now' blocks.
-
RE: Can someone create a tutorial on how to convert this mql4 indicator into an EA, please?posted in Questions & Answers
Si sabes las condiciones de aplicación, no debería ser dificil. ¿Has comprobado que el indicador no repinte? Porque si lo hace, no vale la pena perder el tiempo.
-
RE: Dose anyone have Supertrend mql code?posted in Questions & Answers
@maxrey98 That is a terrible indicator. It repaints like crazy. Any bot based on it will crash your account. Simply don't use it.
-
RE: Martingale based on moneyposted in General Discussions
@Aquila-2 Ok, The best way is calculating the next lot size value by using a variable here:

What rules are supposed to be applied for that calculation?
-
RE: Manual Trades organizationposted in Questions & Answers
Pink blocks need to be connected below a 'for each trade' or 'for each closed trade'. Otherwise they are not necessarily fully functional.
-
RE: Urgent: ATR Stop Loss values wrongposted in Questions & Answers
Are you completely sure that formula is correct?
-
RE: Trial expiryposted in Questions & Answers
@Jackimus You can do something like this:

That is the UNIX time for April 1st this year. After that moment the EA will not be functional no matter how many times you try it.
-
RE: Indicators and mqh include filesposted in Questions & Answers
@Ali-Agha I'm afraid miro1360 abandoned fxDreema many years ago.

-
RE: trade not enteringposted in Questions & Answers
You are requesting the third condition (crossing the line) to happen at the exact moment a new daily candle is identified on the chart. That doesn't happen very often. Remove that condition only and retry the rest of the bot untouched. You will see many trades are open.
-
RE: Manual Trades organizationposted in Questions & Answers
Connecting the trailing blue block below the for each trade breaks the logic of the second one. The blue block will modify ALL open trades regardless what selected trade is stored in the temporary memory of the 'for each trade' block. What is the point of that? Use condition blocks instead and you will avoid that issue.
-
RE: Martingale based on moneyposted in General Discussions
Yes, but then you will need to create a specific structure doing all those calculations before the trade is open. Are you familiar with variables? Because several will be needed.
-
RE: How to use constant/bool with chart valueposted in Questions & Answers
@Crisfx You will need custom code to do that.
-
RE: Leverage issue increasing lot variableposted in Questions & Answers
That's really weird. Could you please upload a screenshot with real values?
