I can confirm he doesn't answer as quickly as we would like, but he always does.
Posts made by l'andorrà
-
RE: Problem with opening trade when current candle crosses below MAposted in Questions & Answers
-
RE: How can I create an EA to place an order for buying above current price?posted in Questions & Answers
Try what ambrogio suggests. Also you can add any condition block between blocks 27 and 26 if you want to open that buy at a specific distance from your current sell.
-
RE: Draw trend lines on Indicator windowsposted in Questions & Answers
I add to this same question. Is that possible in fxDreema?
-
RE: how to limit trades number of tradesposted in Questions & Answers
Could you please share your project? Probably theer must be something in the blocks tha's stopping them.
-
RE: Volume indicator creatorposted in Questions & Answers
@trader-philipps said in Volume indicator creator:
@andreaardenti maybe, but I didn't get what's the problem as your conversation was in Spanish
I'm afraid it's not Spanish, but Italian ;).
-
RE: How can I create an EA to place an order for buying above current price?posted in Questions & Answers
Do you want a buy now or a pending buy? And then at what exact distance from current price?
-
RE: HELP...error open position overbought / sellposted in Questions & Answers
Your screenshor shows a backtest. Do you get the same results on forwardtesting. Probably the indicator repaints.
-
RE: changing timeframeposted in Questions & Answers
This is why I love this platform. I always learn something new every time I come back!

-
RE: Another simple request guysposted in Questions & Answers
Could you please share it here? I will take a look on it.
-
RE: changing timeframeposted in Questions & Answers
You cannot. What you can do though, is specifiying different timeframes on different places of your EA to do the calculations you need.
-
RE: The groups don't work for me.posted in Questions & Answers
I can see four 'Buy now' and four 'Sell now' block. Which ones are those defined as 'second trades'?
-
RE: Can anyone see why this EA only goes short?posted in Questions & Answers
You are using the exact same variable for the stop loss value for buys and sells. That means buys and sells are overwriting their different prices on the same place and I can't see where and when that variable is reset to 0. I recommend you to duplicate it, one for buys and another one for sells, and then reset the proper one to 0 every time a new pendit order is launched.
-
RE: calculate breakeven with multiple tradesposted in Questions & Answers
I agree with Hadees. Try to find any already existing soltution, work it out on a beta project and then share it here for us to take a look on it. We'll help you.
-
RE: Equity +20% (or -20%) compared with the initial Balanceposted in Questions & Answers
That same Termnal Variable must be present on all other EAs, not only in this one. Initially, it should work, but I guess every EA will have different conditions to close their own trades. You will need to test every scenario on every one. Without seeing all those EA, not much help I can provide, I'm afraid.
-
RE: Problem Using stochasticposted in Questions & Answers
You need to specify Candle ID 1 on both operand's 'More settings'.
-
RE: Custom Indicator not recognizedposted in Questions & Answers
For some weird reason I cannot open it. Can you using that same link?
-
RE: SL to Breakeven when 70% of TP is reachedposted in Questions & Answers
And that's exactly this constant let you do:

You're welcome

-
RE: how to open in next 3 bar if trade already open beforeposted in Questions & Answers
Are you aware that none of those individual blocks is active? For them to be fully operationals they must be al least linked to another block in fxDreema.
