@nopthankyou You can insert the breakeven price level into a variable. Then you can select the 'draw line' block with that variable.
Posts made by l'andorrà
-
RE: How I can draw line with BreakEvenPoint Value? Help Me Please.posted in Questions & Answers
-
RE: Button + Input Field [for Pending Buy and Sell]posted in Questions & Answers
@duepips All those orange blocks should be moved to the 'on init' tab. Then they will be plotted just once.
-
RE: Multi Chart [Metatrader 5]posted in Questions & Answers
@duepips The best one should be combining as many different EAs on one same EA, but I guess that is not necessarily possible, so yes, your solution should work.
-
RE: Button + Input Field [for Pending Buy and Sell]posted in Questions & Answers
@duepips Can you please share the link to the new version?
-
RE: candle count after EMA cossposted in Questions & Answers
@jstap Brilliant! Thank you for sharing. I will also use it from now on.

-
RE: Multi Chart [Metatrader 5]posted in Questions & Answers
@duepips That is normal. You are requesting the MT5 to work more as many charts are executing all the calculations required by each EA. AFAIK it is inevitable.
-
RE: Positions Order Mismatchposted in Questions & Answers
@jazzybhai You are using 'purple' blocks that are designed to work on the 'on trade' only, not on the 'on tick' one. You will need to redesign the whole structure to make it work on the 'on trade' tab instead, if necessary.
-
RE: Button + Input Field [for Pending Buy and Sell]posted in Questions & Answers
@duepips Not sure what you mean. Are you using my structure as I shared or did you modify it?
-
RE: How to do it with many variablesposted in Questions & Answers
@rodrigo-ortuzar Blocknumber 1 is making the same mistake I described on point 2 of my previous post. Yellow output dots on 'for each trade' blocks DO NOT work like that on a 'Condition' blocks. Please read the block info. You are separating buys and sells incorrectly that way.
-
RE: Time compilation problemposted in Questions & Answers
@azzazel I'm not a programmer but I'm a fxDreema user for 6+ years and those errors have never been relevant for my EAs functionalities. Just use it and check if it works fine. If it does, you can ignore simply them.
-
RE: HOLO Tradeposted in Questions & Answers
@archer I'm afraid fxDreema can't use this indicator properly. Buffers are not correctly identified. You can try to emulate them this way (but no 100% guaranteed):
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
-
RE: fxdreema is not active after send the paiment for monthposted in General Discussions
@greenolive I know this is frustrating, but if you insist and send more emails the admin will finally reply and will give you as many additional days as you lost so far. Just be patient.
-
RE: Kestra constantly DMs me, please someone stop himposted in Questions & Answers
@general-melchett I wish I could ban users, man!
Sadly, I don't have those admin privileges. -
RE: Need help, willing to payposted in General Discussions
@jpj52byu That is not a trivial project to do. Do you have any initial project to begin with?
-
RE: Candles problemposted in Questions & Answers
@safeer992 This is certainly a very basic project. Are you familiar to how variables are used in fxDreema?
https://fxdreema.com/documentation/builder/constants-and-variables
-
RE: How to do it with many variablesposted in Questions & Answers
@rodrigo-ortuzar Before moving one I recommend you this:
-
Do not use all those 'draw arrow' blocks at the same time. In order to check where a problem is you just need one only draw arrob block and then connect it below each block to test BUT disconnecting all blocks below it before. Otherwise you will never be sure the problem is there. Once the checking is correct, tou conect the next block to test, disconnect all the other below and then try it again with the draw arrow one.
-
The yellow output dot of the 'for each trade' block does not work as per those on the 'condition' blocks. If you read the block info you'll see it is used once the loop is completed. This means all those blocks connected there need to be connected to the orange output dot instead.
-
-
RE: I don't know how to make the other robot start 100 pips up or 100 pips down?posted in Questions & Answers
@brino Esta estructura te será más últil:
https://fxdreema.com/shared/NQk6ApS5b
En el bloque llamado 'pips away from open price' puedes colocar la distancia en pips que necesites.
-
RE: possible loss of data errorposted in Questions & Answers
@joemarkey6 Can you please share the link to your project? I will take a look at it.
-
RE: Mouseoverposted in Questions & Answers
@general-melchett I'm not sure that is possible without custom code. AFAIK there is no option in fxDreema to do that.