I have another question @roar @l-andorrĂ .
is it possible to find RSI highest value by candle ID?
(the same concept when using the price highest)
Posts made by drankman
-
RE: Highest Valueposted in Questions & Answers
-
Highest Valueposted in Questions & Answers
Hi @roar @jstap
I was trying to use exactly like this and it seems work. However, when I check using the comment block, it showed the value of within 60 candles, so outside the 20 candles.
Hows that even possible? -
RE: Check distance is not properly workingposted in Questions & Answers
@Byens ok. thanks, I just tried, but still not working properly.
so my short term solution, I changed this by using "condition" instead of "checking distance".Thanks everyone!
-
RE: Check distance is not properly workingposted in Questions & Answers
@sktsec what did you mean by true outcome?
the outcome was not correct, when I calculated manually between the upper and lower level. -
RE: Check distance is not properly workingposted in Questions & Answers
@l-andorrĂ yes, 100% sure regarding the timeframe.
-
Check distance is not properly workingposted in Questions & Answers
Hi all,
Has anyone experienced that the check distance did not function well?
I tried this as below, but somehow it did not work.Just to make sure, this works as: upper level minus lower level >= checking distance?

any suggestions?
Thanks guys

-
day offsetposted in Questions & Answers
Hello,
I am trying to understand how to use highest/lowest candle period using time period.
How do I better put the day offset?
For instance, I'd like to do this as follow:
Case #1. I'd like to find highest/lowest in the last 3days or 4 days, etc? Do I need to consider Sunday/Saturday as well?
I believe this one is dynamic one, because if the day change +1, then it only consider the last 3 days etc.Case #2. I'd like to find highest/lowest since Tuesday last week or Wednesday last week?
I think this one would be static one. since if I want to create period of time from certain day from last week/month etc.Any idea how to configure the EA in each case?
Thanks guys!
-
RE: pending order based on candle + ATRposted in Questions & Answers
@jstap ok. Thanks!
is it possible to do subtraction? I tried with "-" but I got the error message..So basically what Id like to do is I want EA to open pending order price where SL is set at the highest candle and hence open pending order price is adjusted with the ATR.
Right now I can see how to open price at the highest/lowest candle, but not to where I can set the SL at the highest/lowestso something like this below:

So, thats why I was asking how to to minus/add ATR, if I set the open price at the highest/lowest candle
Thanks in advance guys!
-
RE: pending order based on candle + ATRposted in Questions & Answers
@jstap ok. did you mean like this in pict 1:
pict 1:

or did you mean to check the pips box, like pict 2 below?
pict 2:

-
RE: check distance functionposted in Questions & Answers
@l-andorrĂ
I haven't tried it on demo yet, I am just configuring it right now and trying to understand this function.
I will let you know if it doesnt work
Thanks man!
-
RE: pending order based on candle + ATRposted in Questions & Answers
@jstap ok.
so if I want to add additional pips based on ATR from the open price, is it to set like this in the price offset (see screenshot below)?
-
check distance functionposted in Questions & Answers
Hello,
I have a question on how to use the "check distance function"
it is calculated by subtracting the upper level from lower level (upper level - lower level)?for example like this below for long direction, lets say where the open price is higher than the candle

- market price and 2 is the candle price. So, for example I want that the distance should not be lower than 2 ATR

and for this short direction, where market price is lower than the candle for instance:

- market price and 2 is the candle price. So, for example I want that the distance should not be lower than 2 ATR

- market price and 2 is the candle price. So, for example I want that the distance should not be lower than 2 ATR
-
RE: pending order based on candle + ATRposted in Questions & Answers
@jstap ok thanks man/woman!
Do I need to put "+" or "-" in order to add/subtract?
so something like "+ATR" -
pending order based on candle + ATRposted in Questions & Answers
Hello guys,
I have a question on how to create a pending order to open at a price based on candle + additional ATR. (for instance: lets say 2 ATR)
Screenshot below only to open price at candle high:

The question is how to add the ATR, lets say 2 ATR or so..
Thanks guys in advance as always!
Cheers!
-
RE: MACD line valueposted in Questions & Answers
@l-andorrĂ
ok. is there any custom indicator you have available?my suggestion might not be so accurate. but is the logic close to accurate?
when I define it in "modify variable" then it catches the candle id and that candle id has the value of MACD

so, for instance, the candle range is defined within the brown arrow and it reflects the high value of MACD (see below)?

-
RE: SL and TP based on n candleposted in Questions & Answers
@l-andorrĂ
in the below picture, it is supposed to insert the number in 100 unit as a percentage whenever I want to multiple the stop loss, so it would be 100%, 200%, etc.
However, I'd like to use only single digit, so if I want to use 1:2 Risk Reward Ratio, I should be able to put only 2, instead of 200
.is there any function to do this?
I was wondering, to do this like the picture 1 above in my first post, but you mentioned, it wont work...Any other ideas?
Thanks!
-
MACD line valueposted in Questions & Answers
Hi guys,
I'd like to know if there's a function, where I can find highest/lowest MACD line value in a certain candle range, as the same function where I can find it in a price value.
So something like this below but for MACD line value.

Do you think, this would work:
https://fxdreema.com/shared/Q92T8aG2dThanks guys!