Best posts made by ambrogio
-
RE: Applying two moving averages into rsiposted in Questions & Answers
@Creven i think it is useful upload the link to your project
-
RE: Help with Candle ID.posted in Questions & Answers
@nadalmir said in Help with Candle ID.:
@jstap
here is the link
https://fxdreema.com/shared/5AOKB3pudtry this way, just to see if the indicator's buffers are working

-
RE: Button on click not workingposted in Questions & Answers
@OLLIFDG said in Button on click not working:
Yes I know but I tried for real and the button is there. But on mouseclick it is not making a new trade.
i tested your project in real and works fine on my side. Check the journal if there are any errors
-
RE: Grouping curiosityposted in Questions & Answers
i think : same magic number and same instrument and same group, they will interact
-
RE: Grouping curiosityposted in Questions & Answers
take a look



magic number is 1234, buy is #3 group and sell is #7 group, so the expert recognize buy = magic+ #group3 = 1237
sell = magic+ #group7 = 1241 -
RE: Buy Pending Orderposted in Questions & Answers
@Matatika that's why, this function creates an opposite pending order. Set it to NO

-
RE: I have an issueposted in Questions & Answers
in "on trade" section.....trade created sell===> buy pending order
-
RE: High and Low in Time period of previous dayposted in Questions & Answers
@Lorenzo97 said in High and Low in Time period of previous day:
@jstap Its Not Working as wanted it still open trades where it should not, it open trades between highest and lowest price. I want the EA to open buy trade in Asia session when candle close above Highest price of the new york session and the opposite for sell. https://fxdreema.com/shared/se6qUSLbc
before looking for the error in the high and low, adjust the condition: the close of the candle ID 1 is a price level, it will never be able to cross another price level. You can put bid x> or x< , or candle ID0 close x> or x<. If you are focusing at the candle close ID1 you can put < or >
Blocks #2 and #6 -
RE: High and Low in Time period of previous dayposted in Questions & Answers
@Lorenzo97 check the high low price this way

-
RE: Market closed - ERRORposted in Questions & Answers
Time filter and weekday filter TOGETHER should work fine. Be careful that you have to filter not only trade openings, but also closings, placing pending orders, everything that involves an operation on the market. Eg.: if you have a rule of two MA cross => close trade, it will not be executed if the market is closed
-
RE: Fxdreema is not working correctlyposted in Questions & Answers
You have "buy pending order" below buy now, it is always active unless you delete it. So it become a trade every time
-
RE: How can a button's backgorund colour be changed?posted in Questions & Answers
@l-andorrĂ two simple ways (if I understood your request correctly), one by check the box, one by constant type color


-
RE: Re-run the project with a time changeposted in Questions & Answers
@Armin622 said in Re-run the project with a time change:
I want the program to run again when I change the time frame.
My expert advisor always run when i change the time frame. What happens on your side? It give you any message?
-
RE: EA Trades Volatility indexposted in Questions & Answers
@jpsam said in EA Trades Volatility index:
And what do you mean by indicator repainting? Please throw more light.
I think Andorra misunderstood your question
however you need to find a broker first that offers you V10 index, then you can test it by loading your expert on chart or tester on the MT5 broker's platform
Pay attention to set pip size rules correctly in the project options.

