@tr4der007 You should be more specific when defining what 'reversal range entry' and 'return and close in range' mean. We need to be extremely accurate when implementing those conditions. Could you please provide a screenshot for those concepts?
Posts made by l'andorrà
-
RE: break of range and returnposted in Questions & Answers
-
RE: doesnt trade in Index Futureposted in Questions & Answers
@william-1 You should remove that 'once per trades' block. If you need to limit the max number of open trades use a blue 'check trades count' block instead.
-
RE: TDI EAposted in Questions & Answers
@valhallafx These tutorials will help you to emulate your custom indicator. However, there is no guarantee it will work on fxDreema:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
RE: difference between custom price level and custom pipes?posted in Questions & Answers
@alivex A custom (price level) option is expecting a specific price value, for example 1.05423, whereas a custom (pips) option is expecting a number like 12, 29 or 300. The are looking for different things.
-
RE: best indicator for stop loss?posted in Tutorials by Users
@alivex A possible option is using a moving avarage, but you need to be careful tith the selected period. Results can be very different so you need a lot of backtest.
-
RE: EA backtesting on MT5posted in Questions & Answers
@fireblade Can you please share the link to the lateste version?
-
RE: SIMPLE LOGIC PROBLEMposted in Questions & Answers
@alexandre_diogo Can you please share the link to your project instead? That would be easier to reviwe each block's settings.
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra Then you need to use a completely different structure based on variables. The value of the variable should be the new lot size on each new trade. That is a more complex structure to do. You can take a look at my martingale structure to find some inspiration:
-
RE: no more tradeposted in Questions & Answers
@haidang8055 Can you please share the last version of your project?
-
RE: Multiple custom trailing steps.posted in Questions & Answers
@tho401 By using so many 'break even' blocks you will probably be combining them instead of separating their action. I recommend to use variables for each step instead.
-
RE: Hey allposted in Questions & Answers
@frank-2 Your logic is correct. It shoukd work. Is the the whole project or just part of it?
-
RE: Payment Upgrade Errorposted in Questions & Answers
@intechs For any payment issues you should contact the support team here:
-
RE: CONVERT EX4 TO MQ4posted in Questions & Answers
@cashflows You need a decompiler to do that. If you find one that works, please let me know!
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra I'm afraid I'm not completely sure what you mean by 'resist to its initial lot size'. Do you mean 'reinitiate' maybe?
-
RE: How to draw horizontal line at "Check Profit" block level ?posted in Questions & Answers
@baxishparmar Teachnically it shluld be possible but that would require a lot of complex structures. One to trnasform target profit into pips and another one to calculate pips distance from current price to target price. The first one is by far the most complex one.
-
RE: como sumar el spread en la segunda operaciónposted in Questions & Answers
@yader-mayorga ¿A qué te refieres exactamente con 'la segunda operación'? ¿La segunda abierta o la segunda cerrada?
-
RE: EA backtesting on MT5posted in Questions & Answers
@fireblade Why do you need the first block on top?
-
RE: Change an indicator's value with drop down menu based on pairposted in Questions & Answers
@nicholas86 AFAIK the only way to do it is via custom block.