Here are 3 different crossover modes, you can use candle close or something like that inside: http://fxdreema.com/shared/tpuyHHxdb
Read the description of this example: http://fxdreema.com/demo/price-crossover
Posts made by fxDreema
-
RE: MA =9 cross with candelposted in Questions & Answers
-
RE: Block "No Trade is Running" seems not to work correctly.posted in Bug Reports
This error "Error: Invalid SL requested" appears when the requested SL level is above Ask for buys or below Bid for sells. What stops do you use, short stops? Because on the EA you posted above they are like 15 and 30 pips and in this case Ask will be far away from the potential SL.
-
RE: pip $value consecutive lossposted in Questions & Answers
Try "Use virtual stops" in "Options -> Project Options".
Otherwise I have seen some EAs or scripts or programs designed to place orders in different way, you can also search the internet. -
RE: Set Loss and Take-profitposted in Questions & Answers
What formula? Formula block does simple calculation and saves the result in a global variable (result), which can then be used in other blocks. But I can suggest to work with Variables.
-
RE: What was that ?posted in Bug Reports
Hm, this is possible reason. You have something in custom indicators that uses "<" and ">" symbols? I will check this.
-
RE: Crossing of moving averagesposted in Questions & Answers
http://fxdreema.com/shared/DkTazQIQc
Count arrows if you want. These are 3 types of crossover detection.
-
RE: "Less Than N Trades Open" Blockposted in Questions & Answers
What's wrong with "Check trades count"

-
RE: pip $value consecutive lossposted in Questions & Answers
You have division in block 207, it probably comes from there.
I don't know what to say for this EA, you use some objects that I don't know what they are. By the way "Once per tick" is not needed.Here is some example for you, how to calculate consecutives count and total loss in money and pips: http://fxdreema.com/shared/jgz9JX4J
But it's... let's say advanced

......
.fxDreema.mq4 -
RE: What was that ?posted in Bug Reports
Unfortunately I don't have this problem on my browser and I don't know exactly where it comes. For me it works on Firefox, Chrome, IE, Safari, Opera, QtWeb, Avant Browser, the local version, and I can't fix something that I can't see

-
RE: What was that ?posted in Bug Reports
Ugly!
I tested it on my Chrome and it's file. Then I updated my Chrome and again - it's all fine.
I have made some changes the last month, but mostly on javascript part. That part that generates properties windows - it's almost unchanged, or at least I don't remember if I changed something that can do this. So I guess the problem is in your TV, but I don't know what it can be, because Chrome is something stable.As a potential reason I can think for Chrome plugin that can modify html. There are many made to do this - adblock, facebook -whatever-fancy-plugin, something for youtube... who knows. Well, I have AdBlock here and it shows no problems, but who knows.
This happens on newly created blocks - you create them, open properties and you see this?
When was that started? -
RE: Crossing of moving averagesposted in Questions & Answers
Crossover works when conditions for crossover are true. There are 2 conditions for crossover - one using "<" and one using ">". Yes, when you use "x>" or "x<" there are 2 conditions to be checked actually.
Condition block, when crossover is used inside, can pass multiple times until the current candle closes.
I hardly understand your words, so I surrender
I have to say that I am not narive english as well and it's hard for me 
What I can suggest is a way to check when some block passes - connect "Draw arrow" below that block and you will see on the chart where exactly that block passes, you will see arrows.
-
RE: Block "No Trade is Running" seems not to work correctly.posted in Bug Reports
Yes, I downloaded your project and indicator and tested it on my platform, the result is in the posted screenshot above. I don't have any errors.
I backtested it on M1 as well and I have 0 error messages. BE and TS blocks are working well. I can suggest to check your input parameters if there is something wrong there. I used default values that comes with the project and with them it's fine. -
RE: Crossing of moving averagesposted in Questions & Answers
Is this 3 MA strategy where:
Buy: when MA5 crosses MA20 above while MA20 is above MA100
Sell: Buy: when MA5 crosses MA20 below while MA20 is below MA100
Here is some information about crossovers: http://fxdreema.com/documentation/proje ... er%20works
-
RE: Block "No Trade is Running" seems not to work correctly.posted in Bug Reports
This is what I have on backtest: http://prntscr.com/2i5t92 Where is the problem with it?
-
RE: Block "No Trade is Running" seems not to work correctly.posted in Bug Reports
I have some Heiken Ashi custom indicators... I don't know from where... but none is named as the one that you use in this project, so I let's say I can't backtest it

But it seems to work for me with this simple project: http://fxdreema.com/shared/lFcCo7KGd - I have 1 buy and 1 sell at a time with this.
-
RE: Help, Delete Stop Loss SLposted in Bug Reports
I can't find where on that project the SL is modified to 0, but I tested this in a simple project and it looks that if I try to modify SL to 0 it is cleared: http://fxdreema.com/shared/MKwaPl7qd
If I decide to put SL to Open Price, it gives me an error message like this "Error: Invalid SL requested (1.35373 for open price 1.35373", but this is because the trade is just opened and SL can't be placed there. -
RE: pip $value consecutive lossposted in Questions & Answers
Not currently. And to be honest, I don't know what solution to suggest. It can be made with pink blocks or custom code, but with some tricks which I don't like. And because you got me, I'm gonna give you 1-month extra as a bad attempt to apologize myself

