Controversial posts made by roar
-
RE: Here, take this profitable eaposted in Tutorials by Users
@drayzen Nice thought, haven't used tick indicators before.
Anyway, I'd say it is not very fruitful to determine quiet periods and not trade in them. That is because of the quietness is very relative, and so you also have to sacrifice some good opportunies if you set a fixed quietness treshold.
I think it is better to let the trades open in all conditions, but implement a different risk managing and exit systems for the quiet periods. -
RE: How to enable EA to Execute Buttonposted in Questions & Answers
@Jim67 that works. Remember to set the variable false again, after successful buy. You can use the quick variable adjust window to set the variable true or false, "modify variables" block is never needed for boolean variables.

-
RE: How can we display the profit ON chart after a closed trade?posted in Questions & Answers
Something like this should be ok:

Note the correct Event, and also the custom function. I found the function from here: https://docs.mql4.com/trading/orderprofit
-
RE: Making a grid....posted in Questions & Answers
Hello!
Here's how I would do it. It's a bit tricky for a beginner, but hope you will get the hang of it
Sorry I can't help you any further, as I got tons of work to do today. -
RE: EA from Examplesposted in Questions & Answers
@josecortesllobat said in EA from Examples:
- connect the block #7 to the yellow output of block #3
I am not using the yellow output of a cross over condition.
@josecortesllobat Hi!
I think block #3 is a cross-block. But yeah, its best to make separate flows for buy and sell in this case.
