@nicholas86 Ooops, sorry. I misunderstood your question. Apologies. You need to configure your MT4 platform with the email address you want to use. Then the fxDreema blocks will send them to that address.
Posts made by l'andorrà
-
RE: How does the email block work?posted in Questions & Answers
-
RE: I need a expert web site mq4posted in Questions & Answers
@kitoo Are you having some issue when doing it, maybe?
-
RE: Martingala generalposted in Questions & Answers
@kepler Si te atreves a intentarlo, estaré encantado de ayudarte, pero piensa que no es una estructura fácil ni inmediata. Serían necesarias muchas variables y paciencia.

-
RE: EA not compiling due to incorrect data types of input parametersposted in Questions & Answers
@laudable222 Before working with any custom indicator I strongy recommend to check if it repaints. If it does you should not use it in any case.
-
RE: CCI second window zero level cross EAposted in Questions & Answers
@laudable222 What do you exactly mean by 'second window EA'? Only one EA can be running per chart.
-
RE: I created an On Init Template for Damage Controlposted in General Discussions
@nicholas86 All those 'counter (pass once)' blocks are unnecessary. Blockc on the 'on init' tab are executed just once, so they are redundant. On the 'pip to currency calculator', not sure what you exactly mean. That depends on the lot size applied and this means it should be positioned on the 'on tick' tab instead because that information need to be updated on the tick.
-
RE: Need Help on setting Stop Loss & Take Profit on "Buy Now"posted in Questions & Answers
@derek-cheah This is a first glance on what you want:

But it will only work if there is a fractal con candle ID 2 at the exact moment. If not, you will need to use a variable instead. That makes the strucre more complex.
-
RE: How does the email block work?posted in Questions & Answers
@nicholas86 You need to click on your profile icon on the top right of your logged in session and then go here:

-
RE: About price range.posted in Questions & Answers
@rgoo Just curious. What is that custom code doing exactly?
-
RE: comment on floating positionposted in Questions & Answers
@jidee1705 said in comment on floating position:
shared/85LGKS7Yc
You need to create a variable to do that. You can take some advice from my project here, but just for the 'open trades' part:
-
RE: Do on-Timer events work when chart is not ticking?posted in Questions & Answers
@vish Yes, but only if the broker's server clock is on. Otherwise it will not.
-
RE: EA backtesting on MT5posted in Questions & Answers
@fireblade Then the problem is in the logic. Could you please shar the link to your project?
-
RE: How do i create a array to store price values ?posted in Questions & Answers
@akhimnt AFAIK the only way would be via custom code block. There is no fxDreema blocks doing that they way you want, I'm afraid.
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra And that is exacrtly the problem. Although pips distance is different the partial close % is applicable to ALL previous percentages. Let em explain. If you say that 50% is to be closed at a distance, then when price hits that distance the 50% will be applied, but ALSO ALL the previous pecentages. This is why you need to specify each lot size segment as I suggested 4 posts above. You need two condition blocks per each pips distance to determine the segmentes loty size. For example, >=0.3 and <0.5.
-
RE: Close trade using RSI and candle cross MA in a certain time periodposted in Questions & Answers
@kk-6 When two conditions can happen at different times you will definitely need variables. As soon as one of them happens, a boolen variable is changed to 'true'. Then the second condition will require a previous 'condition' block requesting the first one to be true. However, please remember that you will need to reinitiate both of them accordingly.
-
RE: MACD SIGNAL LINE ISSUEposted in Questions & Answers
@safeer992 You selected the crossing line to happen on the signal line on both operands of the condition block. That can never happen. You need to select the '>' symbol instead.
