@didymario7 For question 1 you can create three variables, one for each closing order and simply store the value of all closed ones via 'on trade' tab. No matter how many are closed, you'll only the get the last ones. Once hose values are stored you can reopen themwhen you want buy using time filter blocks.
Posts made by l'andorrà
-
RE: Close pending order before midnight and Reopen it after Midnightposted in Questions & Answers
-
RE: @TipsyWisdom ..plz helpposted in Questions & Answers
@harshalr5556 I see you created as many constans as input parameters for that custom indicator. Are you sure you checked all of them are of the correct type?
-
RE: HELP FOR CUSTOM SUPERTRENDposted in Questions & Answers
@jstap Is the non repainting one really effective?
-
RE: How to draw a rectangle (BOX)?posted in Questions & Answers
@ryuzaky Then why not erasing it et the end of the day and redrawing it tomorrow?
-
RE: How to set trailing stop on Martingale EAposted in Questions & Answers
@ideal Can you please share the link to your project?
-
RE: Close all trades on profitposted in Questions & Answers
@binarykungfu Can you please share the last version to check it out?
-
Changing symbol without opening a new chartposted in Questions & Answers
I guess this is possible in fxDreema but not completely sure how. I want to create a button so that when clicking on it the current chart changes from the current symbol to a different one previoulsy selected via Constant. I tried to do it by creatinf a template and the selecting it via 'on chart' tab, but no changes happened.

Any suggestion?
-
RE: lots optimizationposted in Questions & Answers
@od You can add comments in several ways. This is for a comment on the 'Expert' tab every time a new trade is open, for example:

-
RE: Close all trades on profitposted in Questions & Answers
@binarykungfu Block 20 should have to be block number 1. Then current blocks 1 and 12 should be linked below block 1 (former block 20)
-
RE: Finding Doji Candlesposted in Tutorials by Users
@ladydolares What values can be chosen for that 'Doji_percent' Constant? Is it a real percentage? Is so that is the problem. You need to transform it into decimal ratio before.
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra Gold doe NOT use those values. You need to type it manually. If your broker calls gold XAUUSD you need to type this instead:
XAUUSD = 0.1
Otherwise it will not work.
-
RE: How to set trailing stop on Martingale EAposted in Questions & Answers
@max-c Did you ask for permission to the admin to publish your commercial signature? If not, please remove it.
-
RE: Can someone help me with my EA!!!???😭😭😭💔💔💔posted in General Discussions
@ijoh Can you please share the link to your project? I will take a look at it.
-
RE: News Indicatorposted in Questions & Answers
@darekl Can those objects be detected bt MT4's 'Object' tab? If so they are fully available for any fxDreema EA.
-
RE: Close pending order before midnight and Reopen it after Midnightposted in Questions & Answers
@didymario7 Do you need they to be reopened at the exact same price level? If so you will need variables to store that info.
-
RE: How to draw a rectangle (BOX)?posted in Questions & Answers
@ryuzaky Why do you need to overwrite the button? Or maybe you need to modify any inner content info only?
-
RE: Forum Rules?posted in Questions & Answers
@tipsywisdom AFAIK there aren't any publiched right now. When the admin actively participated on it he was the one doing the job. Now it (informally) corresponds to us users.
-
RE: Define VWAP indicator in FxDreemaposted in Questions & Answers
@rasekh68 When importing any custom indicator into fxDreema, you need to read this:
-
RE: how to insert an ea into another oneposted in Questions & Answers
@baccicin Yes, it is possible, but you need to be a coder to do it properly. It can be VERY messy because fxDreema cose is effective but not efficient from a coding perspective. thousands of lines will be added and you need to be very cautious to 'join' them.