@ambrogio You were right, man. The problem was in those blocks. I substituted them and it worked fine. Thank you.
Posts made by l'andorrà
-
RE: Zero divide error? Really? :(posted in Questions & Answers
-
RE: Zero divide error? Really? :(posted in Questions & Answers
@jaydip Could you please open a separate thread for your question?
-
RE: tasti sella piattaforma non funzionanti non cliccanoposted in Questions & Answers
I'm afraid don't speak Italian. I speak Catalan and Spanish, if that can help.
-
RE: Friends, who wants to help me improve this semi-automatic EA to operate trend candles in Crash 500?posted in Questions & Answers
That's a completely different story, my friend.
I'm not sure I'm the right man to do that. I'm pretty bad at identifying newly formed trends. I would not be here if I were. 
-
RE: How to recognize the structureposted in Questions & Answers
Just store the price value into a variable as soon as it's hit and then calculate the 50% correction into another variable. When price hits that second variable, trade is triggered.
-
RE: close trade when there a new opposite orderentryposted in Questions & Answers
Just connect a 'close trades' blocks selecting buys connected immediately below the 'buy now' block.
-
RE: EA does not follow conditions set.posted in Questions & Answers
@DeltaAurum This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Failure to function properlyposted in Questions & Answers
Probably it is the broker not opening the daily session at the exact same every day. It happened to me some time ago. Try to move you open time at 00:10 every day instead.
-
RE: how can I set pending orders one after another? wanna try hedghe strategyposted in Questions & Answers
What do you exactly mean by 'one after another'? All of them at the same time or separated in time?
-
RE: How to delete the comment after 5 seconds?posted in Questions & Answers
Do you mean deleting the text on chart created by a 'comment' block? Without removing the bot? I'm also interested.
-
RE: nugget sizeposted in Questions & Answers
That depends on your broker. Most of the time, yes, but some brokers use different pip size rules for different symbols. The best option is trying them one by one beforehand.
-
RE: pls help : multiple consecutive divergencesposted in Questions & Answers
You cloned three times the same structurte. You need a loop searching for those divergences in the past (something very complex to do) or searching/confirming them as time passes by (something far more feasible). But just curious, do you really need 3 consecutive divergences? Do they happen so often consecutively?
-
RE: Multiple TimeFrame EAposted in Questions & Answers
What time frame is block 4 supposed to work on?
-
RE: Friends, who wants to help me improve this semi-automatic EA to operate trend candles in Crash 500?posted in Questions & Answers
Conditions seem pretty straight forward. Why don't you try them excatly as they are now without any button involved?
-
RE: EA runs consecutively during week, stop after hitting weekendposted in Questions & Answers
Yes, you should use a 'comment' block to visualize the variables' values 24/7, as I suggested.
-
RE: Draw line last fractal? MT5posted in Questions & Answers
On point 1 you are using a variable that can have a 0 value. This is why no SL is used. You are requiring to have a fractal on candle ID 3 all the time. If there is one at the moment it is detected, fine, but just one candle later the variable will be 0 again. You need to store the value of the last fractal and just change it when a new one appears, not on every single candle. On point 2, it should work, so I guess the problem is in other parts of the bit we cannot see now. Point 3 will work when point 1 is fixed.
-
RE: making EA take trades when Indicator sends alertsposted in Questions & Answers
@Intechs As biztet said, you need to check if the objects created by the indicator are identified by fxDreema. Then you can search for them and use them as alerts.
-
RE: My Indicator Line Styleposted in Questions & Answers
I'm not sure that would work. I'm not a programmer, but what you can do is emulating input parameters when importing custom indicators. Maybe that can work without any additional line to add, but not sure.
