I'm sorry but I'm afraid I don't fully understand what you want. If I guess correctly tiy want a two MA crossing on one time frame (lower that 4H?) that is then conditioned by the 4H timeframe. Could you please confirm?
Posts made by l'andorrà
-
RE: Wait candle close MA crossposted in Questions & Answers
-
RE: Turn off Blocks stops working after several tradesposted in Questions & Answers
Could yoy please share the whole project to see it in more detail?
-
RE: detect vertical lineposted in Questions & Answers
Blocks 1 and 2 draw two vertical lines on candles 1 and 2. Block 3 initializes the counter variable to 0. Block 5 will search for all vertical lines on the chart, no matter there are none or 50. Blocks 5 and 6 will find all vertical lines on candles with an ID from 1 to 3. Notice that both of them are set to "picked in loop". That means that this search will be done permanently on the last three candles. Finally when BOTH conditions from blocks 5 and 6 are true, then the counter variable is increased by 1.
-
RE: Once per trade doesnt work pls helpposted in Questions & Answers
Because you said it was the same and the last version you shared (see previous page in this thread) does not include any pending order.
-
RE: Once per trade doesnt work pls helpposted in Questions & Answers
Try this for sells only. I recommend you to duplicate it for buys.
-
RE: Once per trade doesnt work pls helpposted in Questions & Answers
Sure. Could you please share your latest version?
-
RE: How to close trade at close price of bar~posted in Questions & Answers
Yes, that's correct. Tecgnically that will happen at the first tick of the new bar (candle ID 0).
-
RE: Custom parameter to draw a lineposted in Questions & Answers
You need to upload the full http path.
-
RE: Tutorial 06 - My Indicators in fxDreemaposted in Tutorials by Users
I found a new challeng for miro ;). In order to complete his outstanding tutorial on custom indicators I would like to suggest how to deal with a common problem for MT5 users like me. How can mq5 indicators be recognized by fxDreema? Let's see this example: the humble accellerator oscillator. This is its mq5 variant when we drag it into the chart:

Apparently easy. No parameters and just two buffers, green and red. However, this is what we see when we try to upload it to our custom indicator's pool:

As we can see, both colour buffers are embedded into a single buffer 0. That means we cannot choose different colours for buy/sell conditions because both are offered on the same output buffer. How can we deal with cases like this?
BTW, this is the indicator for MT5. 0_1564065320571_accelerator.mq5
-
RE: cierres todas cuando encuentre una gananciaposted in Questions & Answers
No se ve ninguna imagen. ¿El EA trabaja con un solo chart o con varios al mismo tiempo?
-
RE: Once per trade doesnt work pls helpposted in Questions & Answers
Can I ask you if your closing strategy works fine? I see you use no "trade" blocks on the "On Trade" tab. Just curious.
And I'm afraid I have no idea how blocks can be entered by using a phone, sorry.
-
RE: EA Not recognizing FxDreema Indicator?posted in Questions & Answers
Interesting. That exact same problem is happening to me on several MT5 custom indicators. I thought it was an Mt5 problem but I see it is not the case. Is this the first time it happens to you on MT4?
-
RE: I am a newbie who is trying to copy this algorithmposted in Questions & Answers
Could you please share your project? An image is not informative enough to find your problem.
-
RE: Trade Managerposted in Questions & Answers
Please excuse me for not answering your specific question, but I'm curious about your break even button. Does it work as designed with your current structure?
-
RE: How can we display the profit ON chart after a closed trade?posted in Questions & Answers
You can change the font size (bigger).
-
RE: detect vertical lineposted in Questions & Answers
I have to admit that graphics are my weak point on fxDreema. I cannot offer you an answer for that specific problem at the moment but it is a certainly interesting one. I will have to take a look..
-
RE: How can I ensure that only 1 trade is made per day?posted in Questions & Answers
The number ID of the 'If trade' block is lower that those 'Once a day'. That means it will always be executed before the other two and every tick, whereas the 'Once a day' columns will be executed just once per day :). Is that what the EA is supposed to do?
-
RE: Closing trade based off different indicatorposted in Questions & Answers
Try this if you want it to cross below:


