@sirluk The logic in the block is correct. I recommend you to move that block on a separated block tree and connected below a pass block only. You should see the symbol info correctly.
Posts made by l'andorrà
-
RE: Show currency pair in alert messageposted in Questions & Answers
-
RE: Show currency pair in alert messageposted in Questions & Answers
@sirluk Can you please share the link to your project? That would certainly help.
-
RE: Alligator - Breakeven trigger when Red line reach open trade price levelposted in Questions & Answers
@africkhaw You are connecting loop blocks (For each trade) to other loop blocks (Break even). I reocommend you to separate them.
-
RE: Buy trade working but Sell trade not working, can anyone help me have a lookposted in Questions & Answers
@africkhaw Blocks 30 and 32 are exactly the same. I guess that is wrong. On the other hand, that custom indicator is not necessarily efficient. Try to remove it and I guess you will find buys and sells for sure. Then reconsider to reconnect it again.
-
RE: Help. It would be possible to add bold text Variable?posted in Questions & Answers
@gu95ckt8 AFAIK that is not possible in fxDreema. I guess you will need to modify the code of the EA once it's compiled.
-
RE: Help. It would be possible to change the color lines? Order pendingposted in Questions & Answers
@gu95ckt8 Do you mean those created with fxDreema? The only way I know is by creating a template first and then call on it but that is a lot of work for just the small detail. Why do you need to change that colour? Just curious.
-
RE: Create a chart object (horizontal line)posted in Questions & Answers
@bagheria The problem is with that custom indicator. Are you sure it doesn't repaint and/or its buffers are correctly identified?
-
RE: Using BOTH "Betting: Martingale" and % Risk?posted in Questions & Answers
@wezil Interesting. Never tried that option. Have you? If so, what you get?
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra You should move all condition blocks that are now above all 'For each trade' blocks right now to a new position below them. I didn't see the first time you aer using a ping dot option in them.
-
RE: Existe algún bloque para comprobar el color de la vela anterior?posted in Questions & Answers
@carlos-i Has vuelto a subir el archivo, no el enlace proyecto.

-
RE: Am new pls help.posted in Questions & Answers
@davjack Can you please share the link to the project instead of the file? That would help.
-
RE: I can't find the thread, sorry. Could someone help?posted in Questions & Answers
@q8carpenter Thank you for the help, but that info I already had. What I need is the 'translation' into fxDreema blocks.

-
RE: Increase lot when privious trade hits SLposted in Questions & Answers
@foxeye I would create a whole structure with variables, so I cannot confirm your custom code is wrong. You would need one variable to store the last closed trade and another one to canlculate the new lot size for the next trade.
-
RE: How to draw a box at the same time every day?posted in Questions & Answers
@ryuzaky Do you mean blocks will be superposed each day? You will get a messy chart after a few days.
-
RE: Sells not activating while buys areposted in Bug Reports
@mohamed80 That depends on each strategy. In his case, it was recommended. But that is not always the case.
-
RE: Moving Stop Loss/Target on chart while EA is active (Solved)posted in Questions & Answers
@mohamed80 Then you need a loop search9ing for that horizontal line and pick up the price there via variable. Like this:

-
RE: purcashposted in Questions & Answers
@sikerentea Ooops. Sory. I'm afraid costomer support is bad, man.
The admin always reply but he can take up to 2 weeks to do it. So if we can help form the forums, we'll try our best. -
RE: Modify Stops (in profit) like in a Gridposted in Questions & Answers
@stefano-1 Ok. So if I understand it correctly,
- All open trades will have the same SL.
- That common SL level will move with a trailing stop.
Then why do you ask for different SL levels later on? Can you please upload an image with an example?
-
RE: look for differences of each currency on the data menu of the LAST TWO 4hr bar.posted in Questions & Answers
@gozey Ok. Can you please share the link to your project for us to review?