Thanks for your help. But I am not an expert on this subject and still learning. Do you mind to provide more details with example please?
Posts made by BlueMoon
-
RE: Terminate other EAsposted in Questions & Answers
-
Low and High of last x candlesposted in Questions & Answers
I would like to get the price value of "high" and "low" of the last "x" candles. I need to use this value in the condition block. What is the quickest/easiest way to accomplish this?
-
Terminate other EAsposted in Questions & Answers
Is it possible to terminate other running EA's from within the EA? Here is an example what I am trying to do. I would have multiple EA's doing different things for the pair "EURUSD" When certain condition are met I want all EAs to be closed on all charts of "EURUSD"
-
RE: Template Paramter ambiguous, cound be ulong or intposted in Questions & Answers
I can confirm that the problem is indeed caused by the mentioned block.
But I have had this since many weeks and have been working just fine. What happened and why its throwing this error now while compiling?
-
RE: Template Paramter ambiguous, cound be ulong or intposted in Questions & Answers
I didn't add "Check Profit (last closed)" I had it since a long time. But I am getting this all of sudden. I am going to remove this block and see if it is indeed the root cause and update here.
-
Template Paramter ambiguous, cound be ulong or intposted in Questions & Answers
Why am I getting this all of sudden? How do I fix this?

-
RE: Source Code Fxdreemaposted in Questions & Answers
Thanks for your message here. How frequent do you do the updates?
-
RE: Spread Filter Blockposted in Questions & Answers
Basically I want to use the filter so trades are taken only under "Normal Market Conditions"
My definition of "Normal Market Condition" is when the spreads are within the average limits. Example my brokers average spread for GBPNZD is around 3 pips. But then during Market open, Market Close, News...this spread can be as high as 20-30 pips and even more. This period of hight spread sometimes is not just a few seconds or minutes...it could be as much as 2 hours during Market Open or Market Close times.
How do I filter this? Since if the block is collecting average for only a past few seconds...then for the filter....a 20 pips spread would be considered as normal.
-
Spread Filter Blockposted in Questions & Answers
What is the best way to use this block?
How does the "average spread in time period" parameter work?Here is a scenario:
If I look at historic average for NZDUSD for my broker it is usually 2 pips. But there are times when it could be as high as 25pips. I want the filter so it enters trades only if the pips are less than 4 pips.
I see the "Adjust with" parameter which I can set to 2 pips to get the desires result.
My concern is about setting up the the time period of the average. If I set it to too low like 60 seconds....it might get the average too high if my EA started during market open times...if I set it to too high like (10 thousand, like around 3 hours) ...I am not sure what happens when it has not gathered so many seconds yet.
-
RE: Source Code Fxdreemaposted in Questions & Answers
@fxdreema said in Source Code Fxdreema:
Oh, I am doing something only when I'm in mood, I don't know

Any idea when will your mood trigger?

-
RE: Check last closed tradeposted in Questions & Answers
@implosion said in Check last closed trade:
check profit unrealized filters on pips
"Check Profit Unrealized" block is for checking profit of an existing open active trade. This will not help me. I am looking for pips in profit of the last closed trade and if the pips are created than for example 20 pips then I want to execute my code.
-
RE: Check last closed tradeposted in Questions & Answers
My trades can close based on many reasons. I just want to set up a block with condition that if it has closed with 20 pips profit...then do.....(this does not matter)
@implosion said in Check last closed trade:
I'm thinking you need to be specific how the trade will close then, by stop? By take profit? Then enable an action when the trade closes, knowing in advance when it closes by a certain method the +20 pips is guaranteed.
@implosion said in Check last closed trade:
I'm thinking you need to be specific how the trade will close then, by stop? By take profit? Then enable an action when the trade closes, knowing in advance when it closes by a certain method the +20 pips is guaranteed.
-
RE: Check last closed tradeposted in Questions & Answers
@fxdreema said in Check last closed trade:
Yes, it very much depends. There is a block Check profit (last closed). Also, the "on Trade" event can be used. Or another way.
That is the closest that I could find with what I am looking for. But the "Check Profit" box is checking based on Amount. I need exact same thing but I need it to check in pips.
-
Check last closed tradeposted in Questions & Answers
I would like to do "something" when a trade closes with minimum 20 pips profit. How do I create such a condition?
-
RE: Source Code Fxdreemaposted in Questions & Answers
Thanks for your quick reply. Any ETA on when this will be done?
-
RE: Source Code Fxdreemaposted in Questions & Answers

@yalgaar said in Source Code Fxdreema:
I would like my name and my website to appear in the source code of the EAs that I build. I also want the "About" tab of my EA to show my name and website.
Currently the source code adds the attached stuff by defualt. I know I can change this if and when I want to but I want my name and website to be here by default and I don't want to change it everytime I make changes with my EA

-
Source Code Fxdreemaposted in Questions & Answers
I would like my name and my website to appear in the source code of the EAs that I build. I also want the "About" tab of my EA to show my name and website.
Currently the source code adds the attached stuff by defualt. I know I can change this if and when I want to but I want my name and website to be here by default and I don't want to change it everytime I make changes with my EA
-
Indicator Builderposted in Questions & Answers
I really love Fxdreema builder to build EAs but I need to build simple Indicators as well at times.
Can someone suggest a good product that can build Indicators, something comparable to Fxdreema