@AlphaOmega Reset didn't help either unfortunately.
Posts made by rafaels919
-
RE: Condition's Value input is being ignored.posted in Questions & Answers
-
RE: Condition's Value input is being ignored.posted in Questions & Answers
@roar If it's called "Lo_Shift" that is^
-
RE: Condition's Value input is being ignored.posted in Questions & Answers
@roar
The candle ID is "1" in the Strategy Tester EA settings as well... -
RE: Condition's Value input is being ignored.posted in Questions & Answers
@roar
Just restarted MT4, tested the same with William %R, same issue.(> -80 and < -20)

-
RE: Condition's Value input is being ignored.posted in Questions & Answers
@roar Okay, so I set the candle ID to 1:

But it still ignores the value: The closed candle is 32.4267, which violates the value input: >35:

-
Condition's Value input is being ignored.posted in Questions & Answers
Hi,
I'm trying to create a condition, where the EA can enter Buy order when RSI is above 35 value, but the value is being ignored for some reason. Also having the same issue with William%R where the value input is not being considered.

Am I doing something wrong?
-
RE: How to change Variable value when a condition is met?posted in Questions & Answers
@l-andorrĂ I don't know how I missed that block xD. Thanks!
-
RE: No More MetaTrader 4? I had no choice but to download MetaTrader 5.posted in Questions & Answers
@Dan-2 Try to Refresh your navigator (right click in the navigator). Also try restarting MT4. Otherwise, I'm not sure...
-
RE: No More MetaTrader 4? I had no choice but to download MetaTrader 5.posted in Questions & Answers
@Dan-2 You can download the MT4 from forex brokers by registering a demo accout. Dukascopy, for example.
If you want to download your project in MT5:
Create a new project and select MT5

Select everything in your MT4 project and copy/paste it into your MT5 project.
( You won't be able to bring along your custom indicators made in MT4, and you would have to rewrite your variables/constants but everything else will work fine, as far as I know) -
RE: How to change Variable value when a condition is met?posted in Questions & Answers
For example:
Let's say I have this configuration:

I have a Variable in place of the volume, and I wan't it to change (let's say *2) when my balance reaches 100.
Couldn't find a block that would connect below the balance condition to change the Variable value.
-
How to change Variable value when a condition is met?posted in Questions & Answers
How to change Variable value when a condition was met?
(So it get's updated everywhere the variable was used automatically, after the condition was met)
-
RE: Formula - calculating differenceposted in Questions & Answers
@trader-philipps That works well, thank you!
-
RE: Formula - calculating differenceposted in Questions & Answers
@casebefx @trader-philipps Still doesn't work, it opens orders below and above the 2 pip limit, doesn't make sense:
https://fxdreema.com/shared/K2rBUELKc -
RE: Formula - calculating differenceposted in Questions & Answers
Hi @casebefx
I'm not sure if I fully understand what you described. Could demonstrate that in the project that I linked above?
That would be greatly appreciated. -
RE: Formula - calculating differenceposted in Questions & Answers
@trader-philipps After testing it carefully, it appears to be not working again...
Project link: https://fxdreema.com/shared/rJPfeS8ObI don't know what I'm doing wrong here, maybe someone could point me at the right direction?
- I'm selling when Tenkan (minus) Kijun difference is within 2 pips limit.
- And buying when Kijun (minus) Tenkan is within the same limit^.


-
RE: Formula - calculating differenceposted in Questions & Answers
Alright, I had the values wrong. For a buy order, instead of (Kijun - Tenkan) I should've had (Tenkan - Kijun). The setup wasn't wrong. It works now.
Am just trying to get familiar with Constants and Variables. They seem to be crucial if one wants to be creative or test things quicker. @trader-philipps -
RE: Formula - calculating differenceposted in Questions & Answers
@trader-philipps It opens trades, but it ignores the condition.
It is supposed to enter orders only when the difference between the two lines (line1 - line2) is greater than 0.0002 ticks or 2 pips.

-
Formula - calculating differenceposted in Questions & Answers
Hi,
Can somebody tell me what I'm doing wrong in this configuration?
I'm trying to calculate the difference between "Kijun-sen line" and "Tenkan-sen line" and use that as an order entry condition.
https://fxdreema.com/shared/xAOZV0gLc



-
RE: How to skip certain number of candles?posted in Questions & Answers
Yeah, that's the only block that I edit.
I'm trying to skip 120 candles, but that configuration didn't work. -
RE: How to skip certain number of candles?posted in Questions & Answers
Wait, it doesn't skip actually. Do I have to edit something in your setup for it to skip? @roar