I never saw it. Is it from MT5 maybe?
Posts made by l'andorrà
-
RE: EA turns on and off, but only in backtes, demo or real market does not work.posted in Questions & Answers
AFAIK that is the reason. However, someone else could confirm?
-
RE: Candles Momentumposted in Questions & Answers
Not sure I fully understand. Can you please share your project and upload a screenshot showing what you need?
-
RE: restart loop conditionposted in Questions & Answers
Create a boolean variable initialized as false. When price crosses tha AMA it turns it into true.
Then use a condition block specifying that the variable needs to be false an put it between blocks 108 and 61. Obviously ot will turn into false again with a crossing in the opposite direction.
-
RE: Re: [Array out of range at OnTradeDetector()](/forum/topic/6892/array-out-of-range-at-ontradedetector)posted in Bug Reports
Another question for real programmers. Anyone here?

-
RE: COSTUME INDICATORposted in Questions & Answers
Honestly the configuration of your 'Indicator disappear' should work. Can you please share your project to take a llok at?
-
RE: Arranging input parameters in an EAposted in Questions & Answers
This is a question for real programmers. Anyone here?

-
RE: subcribeposted in Questions & Answers
Did you pay with Bitcoin? If so teh activation of your account will last more than usual. The admin looks at his ewallet manually and not every day.
-
RE: OBV + EMA Custom indicator.posted in Questions & Answers
Yes, it is correct. Can you please share your project including the 'Comment' block?
-
RE: Conflict EA between two different chartposted in Bug Reports
Can you please share your EA to take a look?
-
RE: how to create two trades and exit the other with trailing stopposted in Questions & Answers
You can craete a boolen variable (I called it trail_active) with an initial value of false. Then do this on the 'on Trade' tab.

And then this on the 'on Tick' tab:

And finally reinitialize the value of the variable to 'false' again when you need it.
-
RE: EA turns on and off, but only in backtes, demo or real market does not work.posted in Questions & Answers
You pip size rules box is empty:

-
RE: indicators to generate signal in forexposted in General Discussions
Ok. An how do you define the positions for fibos 0% and 100%?
-
RE: Rsi Divergenceposted in Questions & Answers
Ok. I see triangles are required. That is a serious problem because fxDreema cannot define them. The only two options are creating them manually and the the EA to work semiautomatically or finding a reliable custom indocator drawing them that can be imported into fxDreema. Which option is more acceptable?
-
RE: Its paypal OK?posted in Questions & Answers
¿Es la primera vez que te sucede esto? A mi nunca me ha pasado.
-
RE: Initialise EA - Start Autotradeposted in Questions & Answers
@traderea6 I'm also interested in knowing if that is possible. I guess it is not, but I'm not completely sure.
-
RE: Find out which blocks use a variableposted in Questions & Answers
AFAIK, there is no other way to get it, I'm afraid. I also wish there was a different way to get it.

-
RE: Need help to create inside bar EA with martingale systemposted in General Discussions
Martingales don't work on the long run. I strongly recommend you to do some search through teh forums (use the search tool) with that key word. You will find plenty of posts dedicated to that king of management. Then try your fist project and we'll begin to help you.
-
RE: indicators to generate signal in forexposted in General Discussions
Would you mind uploading a screenshot showing it, please?
