Yeah it was down for like 2 hours
Posts made by William29
-
RE: Servers are down yet again. 2021 March 16thposted in Questions & Answers
-
Servers are down yet again. 2021 March 16thposted in Questions & Answers
Any news on when it will be on and for how long it's going to be down?
-
RE: just Why Fxdreemaposted in Bug Reports
So I found my way around it using 2 more blocks and a couple of variables and custom code.
It works but it should have not been a problem in the first place.Please Fix
-
just Why Fxdreemaposted in Bug Reports
Why does modify stops of trades block does not have an option to NOT modify take profit.
Yes, I know there's another block that modifies stops but it only works for one trade at the time and I have 2 trades running with their own SL and different TP's. So yes this block is the only option to use and it messes up my TP's.
Yes, this is annoying even though it is a wonderful platform some things just piss me off.
Please Fix.
Thank you. -
How to check distance between currently running trade and the price 12 bars aheadposted in Questions & Answers
So all of the functions work except for this one.
The this second part of blocks that I have problem in. (If trade)
What I'm trying to do is this:
IF trade is active
Every 12 bars on 15min time frame
Check the distance between the trade position To where it is now after 12 bars
IF difference between price of trade when I opened and price now is less the 5 pips close the trade.The problem is with checking distance in pips and comparing it. I can't find it how to do it. I found how to do it with equity but money and pips are completely different values.

-
RE: Close positions if candle closes below the low of the dayposted in Questions & Answers
Come to think of it its true. I should do something like this:
Once i take trade a current high or low of the day is taken as a variable. And then if the 15min candle closes above that variable trade would close.
God thing i got the logic right, but i have no idea how to take variable or make this work. -
Close positions if candle closes below the low of the dayposted in Questions & Answers
HI, I run into trouble getting this working. It's simple really.

First is:
If there's buy position open
Second is condition:
If the candle closes (On body close no wick included) bellow the current painting daily candle (meaning it has the low and the high)
Third:
Positions are closed.Surely, this does not work. I think the condition is the problem but idk why. And i don't have any more idea how i could i get the low of the day or the high of the day.
-
adaptive moving averageposted in Questions & Answers
any chance of seeing adaptive moving average in the indicator list? Or is it there I just can't find it.
-
Ninjatrader integrationposted in Questions & Answers
would it be possible to somehow be able to get a working variable in EA of MT5 that would be taken from ninjatrader?
would some sort of connection be possible? -
General quetionposted in Questions & Answers
Sense we all here trying our hardest to make a profitable EA has anyone had any luck so far making one?
I know i tried very lot of examples and tests but in long run they all brake badly. In fact I know some strategies that work but I just could not put it to work even here where its so much simple. Its much more simple to do it for human brain but hard to tell in a computer languege sense human can addapt so quickly.
So If anyone made one, I'm not asking to share ha ha, but tell me how long it took to make and what process was going through.Best Regards
-
RE: Simple RSI condition problemposted in Questions & Answers
I solve it.
It looks like it was not working or working when it's not suppose to because time frame was not selected.
Its all working now, than's anyway. -
RE: Simple RSI condition problemposted in Questions & Answers
Here's full capture

Every other condition works as it should, except when i do testing I see that that condition that I posted above simply skipable.
Can you make condition that it would work in a same way, and'll make it work by that example for my own. I'll try to test this on its own, piece by piece to see what is wrong with it.Thanks in advice.
PS did my main topic picture was correct? Just wondering. -
Simple RSI condition problemposted in Questions & Answers
I'm trying to put one simple condition but i suppose I do something wrong.
Its very simple on RSI.
Its states that value of RSI at current candle IS bellow RSI value of previews 3th candle. Easy right? here's what i wrote.

BTW what does that little check box do when you mark it on a right side. It says something about optimization, but don't know what it really does.Thanks in advice.