@duepips You can delete it, but not modify it unless you touch the EA code itself on your own.
Posts made by l'andorrà
-
RE: Edit [Status Message]posted in Questions & Answers
-
RE: Help for building a EAposted in Questions & Answers
@telfordstarb That is not a trivial project to do. We can help you here if you want to build it. Do you have any initial fxDreema project to begin with?
-
RE: Hey any one who can help with reverse limit?posted in Questions & Answers
@frank-2 Can you please provide some more info? What do you exactly mean? 10 simultaneous limits and other 10?
-
RE: Previously working indicator no longer workingposted in Questions & Answers
@t-fah The bet I can recommend is deleting those blocks wher the indicator is used and the using new ones. Other than that, I'm not sure mucho more can be done, I'm afraid.
-
RE: i need to help how can add a custom lot sizeposted in Questions & Answers
@topfx75 That is not a trivial project to do. You will need a structure using those lot size values as variables. Here you have a martingale example to begin with. You can negin from here:
-
RE: How to Close Trade by using previous Heiken Ashi Bear Candles lowposted in Questions & Answers
@eswar That is a completely different story. You will need a variable to identify when that 'previous group' happened. I don't se very clearly what you exactly mean by 'previous group'. Do you mean any previous change int he HA candle colour maybe?
-
RE: Check Market Closeposted in Questions & Answers
@duepips Something like this connected below a 'for each trade' block:

-
RE: Check Market Closeposted in Questions & Answers
@duepips You can also use UNIX time verification.
-
RE: i need to help how can add a custom lot sizeposted in Questions & Answers
@topfx75 Are those lot size values fixed or will they be changed? And what happens when the las value is used and a new loss is hit? Is it reused again, over and over?
-
RE: modify sl for manual tradesposted in Questions & Answers
@gmj You need ta add the condition block that is supposed to be met on the maket for that 'modify stop' block to be executed. What condition is required?
-
RE: Previously working indicator no longer workingposted in Questions & Answers
@t-fah If this indicator was used long time ago, new MT4 and fxDreema versions are applicable now. This is why they probably they don't work. Can you create a new simpel EA using the indicator now? If it works, this means the problem is with the old EA structures.
-
RE: I want to know if someone can help me to copy a strategy that I sawposted in Tutorials by Users
@jesusarauz You can share any project you create through a shared link like this:

-
RE: is anyone using fxdreema desktopposted in Questions & Answers
@mr-lenny AFAIK the desktop version is not updated for ages and it doesn't work properly.
-
RE: i need help with strategyposted in Questions & Answers
@avfizade Do you have anu initial fxDreema project to begin with?
-
RE: Edit EA Variables on chartposted in Questions & Answers
@bhadzlagayan Can you please share the one you want to modify?
-
RE: Time GMT is reading time from the wrong watch, while assigning values to variables.posted in Bug Reports
@quantengineer You can do it through the contact page:
-
RE: Email on errorposted in Questions & Answers
@vish The only way I can think of is via custom code. Otherwise that specific error value can't be specificaaly identified with fxDreema blocks AFAIK.