@kestra In that case you clearly need at least two arrays to store those values per trade and then compare them as explained. Sadly, that requires custom code because no fxDreema block can do that directñy. You will need a programmer, I'm afraid. 
Posts made by l'andorrà
-
RE: PARTIAL CLOSEposted in Questions & Answers
-
RE: I need help with this project pleaseposted in Questions & Answers
@khalids222 Ok. Let's give one step back. You want to open a first trade (manually maybe?) and the every 6,12,18,24 pips away (in profit) from its open price you want opposite trades open. Is that correct? Is there any limit for those new trades? And when a new buy is supposed to be open?
-
RE: HA DEJADO DE FUNCIONAR LA VERSION DEMO?posted in Bug Reports
@tesfar Interesante. Deberías informar al administrador de esto. Él debería saber cómo solucionarlo.
-
RE: Abrupt losses at a new high or new low...how to avoid, detect, and end loss quickly; maybe reverse trade?posted in Questions & Answers
@len-1 There are several options but none of them is perfect. That depends on your current project. The problem with candle ID 0 is that it is the most risky and market price is good for scalping. There are not perfect answers, just hard work!

-
RE: ANY WAY TO GET PIP DISTANCE BETWEEN UPPER BOLLINGER BAND AND LOWER BOLLINGER BAND?posted in Questions & Answers
@len-1 You don't need to multiply anything. This calculation provides that distance in pips:

-
RE: How to round Down number?posted in Questions & Answers
@osasono I know how to cut decimal positions, but not how to round down. Is that useful?
-
RE: assemble an inverse input grid every 100 pipsposted in Questions & Answers
@mateus_f Ok. And how many levels are supposed to be? Are they input parameters maybe? And is that buy trade opened manually or automatically?
-
RE: Tutorial 07 - Read prices from indicator objectsposted in Tutorials by Users
@talalkhan You can use as many 'Draw line' blocks as necessary oncle all required conditins are met.
-
RE: Check Profit (Average) Visible TPposted in Questions & Answers
@jazzybhai You can see that value by inseeting it into a variable and then using a 'Comment (ugly)' block like this:

-
RE: I need help with this project pleaseposted in Questions & Answers
@khalids222 Why are those blocks on the 'on trade' tab there? There is no purple block on top of any of them. This is why your calculations are wrong. You should move them to the 'on tick' tab.
-
RE: Take Profit from average price or breakevenposted in Questions & Answers
@ealdrian-0 AFAIK you should create a specific structure to calculate that. I don't remember doing that calculation right now, but maybe I'm wrong.
-
RE: Tutorial 07 - Read prices from indicator objectsposted in Tutorials by Users
@talalkhan Unless the EA itself plots those lines, that is not possible.
-
RE: MT5 Strategy Tester Input Tab dos not updateposted in Bug Reports
@proteinx Never heard something like that before. I tried my MT5 projects and that doesn't happen. Are you using maybe some custom indicator? I'm not a programmer but I remember som post in the past relating some issues like that to a custom indicator uncompletely compiled on MT5.
-
RE: assemble an inverse input grid every 100 pipsposted in Questions & Answers
@mateus_f If I understand it correctly this is what you want:
- A buy is open.
- Then several pending sells are programmed at 100, 200, 300.. pips distance from that buy's open price.
- All those pending sells are programmed ABOVE the buy's open price.
Is that correct?
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra Not sure what you exacly mean. Can you specifiy a bit more what the issue is, please?
-
RE: Building Indicator from a drawing arrow expert in fxdreema!!!posted in Questions & Answers
@ali-pahlawan Yes, it is bu creatinf terminal variables, but I don't kknow hwo to use them. Why not creating one only EA with all conditions together?
-
RE: Who helps me in the construction of a very simple expert advisorposted in Questions & Answers
@geitec I will help you. Do you have any intial fxDreema project to begin with? We'll review it together.
-
RE: pips away from open priceposted in Questions & Answers
@tsepodube Easy. That block checks if curent price is AT LEAST at a specific distance in pips from open price. Obviously it ony works for open trades and only if connected below a 'For each trade' block.
-
RE: Entry at Fibonanci Levelposted in General Discussions
@paihdt Picking object by name doesn not work as it should. You'd better catch that fibo level via loop:
