Yes
Posts made by fxDreema
-
RE: EA to buy and sell after MACD cross confirmationposted in Questions & Answers
"Buy now" and "Sell now" will open a new trade every time they run. "No trade" is just one block that prevents them from running all the time, but it's not mandatory to use it. You can limit runs by time with blocks such as "Once per bar" or other blocks. It depends.
-
RE: CONDITION COUNT WISH LISTposted in Questions & Answers
Block numbers matter when you are on a road that splits into few paths. If block 22 is the only one to be run, then it will be run and that's it. Here is more: https://fxdreema.com/demo/blocks-execution-order
-
RE: Set "Current Market" for next blocksposted in Questions & Answers
"Once per bar" is the limit here. This block is not aware of the dynamics that "Set..." creates.
-
RE: FXCM or other U.S. SEC regulated brokersposted in Questions & Answers
I can easily find and make demo account for FXCM in MetaTrader, but it still works in the european way

Anyway, if something does not work, at least error messages are thrown. What are your error messages when trying to use "Close trades"?
-
RE: EA from custom indicatorposted in Questions & Answers
This is very general question and the answer is very long. The short one is - import the indicator in fxDreema (see My Indicators in the menu) and then use it properly.
How indicators work: https://fxdreema.com/help/-/you%20shoul ... indicators
More details (with a little bit outdated pics, but it's ok): https://fxdreema.com/help/-/working%20w ... indicatorsIf the indicator draws arrows, then try to set "Candle ID" to at least 1 as most arrowed indicators gives us nothing for the current candle.
-
RE: how to save as projectposted in Questions & Answers
Export .mq4/.mq5 file and the project will be inside.
-
RE: pending order expiration modeposted in Questions & Answers
Expiration for pending orders is based on time. If you want to close order when something happens, check for that with "Condition" (or any other block or group of blocks) and then "Delete pending orders". Also, "Once per bar" can be used in some situations to limit the number of signals.
-
RE: CROSS FUNCTION DIDN'T' TRIGGERposted in Bug Reports
You have 3 groups of blocks in your EA, but they look fine. Check to see if there are error messages.
-
RE: CROSS WIDTH function do not workposted in Bug Reports
Well, if this does the job for you, why not. Maybe it's not that useless as I think
The thing to remember is that it always checks values from 2 candles, even if the value of 'cross width' is 1000 -
RE: FXCM or other U.S. SEC regulated brokersposted in Questions & Answers
I know about this shit, but I think OrderClose() should work. But I don't know for sure, because I never tested such brokers. I am from Europe. Can I actually have demo account with these stupid rules?
-
RE: self updating/refreshing grid, compare two groups of tradesposted in Questions & Answers
Try the indicator itself first. I have seen very slow indicators before, even one single Condition with a bad programmed custom indicator is enough to slow the whole EA very much.
Every block needs some time to work and it depends on the block itself and the the things that it works with - trades, orders. But if you can, put the fastest blocks that rarely pass on top. Unfortunately it's hard to measure which block is faster than other. If you can, combine groups of blocks. For example, instead of using "No trade" for multiple groups of blocks, use it once and connect it to all groups.
-
RE: Offer a serviceposted in Questions & Answers
No, I don't code for money. I don't see myself as a freelancer, I don't even like thinking of it

-
RE: CROSS WIDTH function do not workposted in Bug Reports
Here I wrote about this parameter: https://fxdreema.com/help/-/working%20w ... /crossover
This is one of the very earliest dark age parameters I added and I keep it for compatibility. The chance is that you don't understand it and most importantly - don't need it, because it's something useless I think. It compares 2 candles far away from each other and does not care of anything in between. All candles between 1 and 10 are just discarded. -
RE: HELP ANYONE PLEASE! Trade with Fibo Retracement EAposted in General Discussions
Your problem is not with fibonacci, but with the control of how many trades to create. You probably expect that in "Condition" when you find that the price is < or > some fibonacci level, this "Condition" will stop passing, but this is not true. "Condition" represents the "If - Else" logic, so this block is just "If". If the price is above some level -> activate the orange output, otherwise activate the yellow output. And this happens every time the block runs, which in "on Tick" happens on every tick! So, "Condition" will pass on every tick while the condition inside is true.
-
RE: "Comment", display mix text and variablesposted in Questions & Answers
I just added new option Text (code input). Try this: https://fxdreema.com/shared/kayFxMvpb
-
RE: "Save as" or "new project copy" neededposted in Questions & Answers
Come on, how much time does this take
5-10 seconds for something that should not happen very often anyway -
RE: Need Help.. MVA cross overposted in Questions & Answers
Take a look at the examples here: https://fxdreema.com/examples/