@giusepatane LOL!
Thank you.
Posts made by l'andorrà
-
RE: one trade per signalposted in Questions & Answers
@jeansoleil It depends on the indicator. Can you please share the link to your project?
-
RE: Money per Tickposted in Questions & Answers
@vendettafx That's an interesting question. I'm lookng for an answer too.
-
RE: Text on lineposted in Questions & Answers
@leka-0 You don't need to duplicate threads when asking for one same issue. Can you please focus on your previous one?
-
RE: If you preset the pairs for trading inside a project, why does changing the pair in MT5 backtest setup panel, change backtest results?posted in Questions & Answers
@bryan01993 The admin should know this. I hope he can fix it.
-
RE: EA with 3 Moving Averageposted in General Discussions
@ricky-0 I'm afraid your translator is not doing a very good job. I think I understand what you mean but I need some confirmation. Can you please upload an image of your strategy?
-
RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.posted in Questions & Answers
@drewliedadeuce You can try this:

Please notice that this condition is only true at the exact moment a new bar is created. If you run your EA in the middle of any candle, this condition will be false and no trade will be open.
-
RE: Selection according to Symbolposted in Questions & Answers
@xyon126 Can you please share a screenshot of your pip size rules?
-
RE: Stop Loss and Take Profit (Virtual)posted in Questions & Answers
@xyon126 I never tried it but AFAIK from previous threads it is a kind of 'invisible' SL that is activated at that distance in pips.
-
RE: Open position when the candle opens close position when the candle closesposted in Questions & Answers
@nehemiah7 Can you please share your project?
-
RE: Skip first barposted in Questions & Answers
@drewliedadeuce I answered in your original thread. Please don't duplicate threads.
-
RE: How to Import an EA and Just Lock it with Account ID and name of Userposted in Questions & Answers
@rakibofficial Sure, you can use some custom code to do it, you you will need a programmer (I'm not one of them, sorry).
-
RE: How to add different TP'sposted in Questions & Answers
@tim-3 Do you mean all of them will have different open prices?
-
RE: Custom Block with studioposted in Questions & Answers
@pbarbieri You cannot import any block NOT created with fxDreema. You should create it again here by using a 'custom code' block. On your second question, I have no idea how to do that, sorry.
-
RE: Display timeframe with an alert messageposted in Questions & Answers
@cheftipp You can create as many string variables as timeframes and then use a structure like this to be visualized (example for 1H):

-
RE: Selection according to Symbolposted in Questions & Answers
@xyon126 You need to adjust the pips size on the 'project option' window for the DAX only.
-
RE: Find price where candle crosses a custom indicator (.mq4)posted in Questions & Answers
@sli1-0 The most efficient (and annoying) way to do it is using a 1M chart and apply the indicator on it. Just look at how it behaves for as long as you can. Then you will see if lines are changed as new candles are created or if they are fixed on the char no matter what. The second option is what you need.
-
RE: waiting for blocks to pass questionposted in Questions & Answers
@sli1-0 Just do not use that option, this is what I am recommending. However, maybe some other subscribers can help with it. I honestly don't see when and why is this feature recommended.