@khalids222
No problem, I honestly don't know i don't use this indicator
Posts made by seb 0
-
RE: what is the best option for candle body or wick for (candle 0)?posted in Questions & Answers
-
RE: what is the best option for candle body or wick for (candle 0)?posted in Questions & Answers
What i understand is that you want your EA to open a buy position whenever :
- the value of the Force Index periodicity 1 of actual cdl > the value of the value of the Force Index periodicity 10 of actual cdl
- the size of the body(or total size) of the current candle is bigger than 4 pips or equal.
And do the opposite whenever what was above is below.
Here is what i've made : https://fxdreema.com/shared/dFVglLCBc
Note that there is not "applied price" option, i'm on mq5, it seems that this option is not relevant... -
RE: what is the best option for candle body or wick for (candle 0)?posted in Questions & Answers
If the "candleS" value is supposed to be the value of the size of one candle in pips, it doesn't make sens to use it as an "applied price" in block 167, in your case you are trying to compare candle 0 with candle 0. Is that what you want ?
Otherwise i think you should find a way to load the ID of the "candleS" you are focusing on, as a value, and put this value in the "candle ID" box.
Then from what i see "NEXT_ORDER_SIZE and "LOTS" are always equal to 0 ?
but maybe i'm wrong -
RE: because it opens up many contrary positions when I want to open only one?posted in Questions & Answers
Try to disconnect block 26 from block 22
-
RE: Trend on m1 timeframeposted in Questions & Answers
@roar
stronger is the down trend*
Spotting trends seems actually more complex than i thought. I guess I can use these indicators to spot a trend when they are converging: rsi above 50 line for a minimum time, MA above upper bollinger band for a minimum time -> possible up trend.
I'm gonna try that : ) -
RE: Trend on m1 timeframeposted in Questions & Answers
I agree, i personally stopped using trend strategies(as secondary signal) as it made me miss a lot of opportunities(with EMAs) and often worst results. As well you can see that the EMA crossing over strategie is mostly losing.
How do you use the RSI tho, the longer the value has been under 70 the stronger is the trend ? -
RE: [Invalid Volume] error when using close partially blockposted in Questions & Answers
@l-andorrà
Yes, but on mine you can decrease the minimum lot size on a specified symbol by switching to macro or even nano account. Maybe can help -
RE: Using exponent "operand"posted in Questions & Answers
@roar
Oh indeed, i struggle reading codes thanks! -
RE: Using exponent "operand"posted in Questions & Answers
@trader-philipps
I am reposting.
I saw the base should be "double" ,but how can i do if i want to raise a variable, like : ((highOf10 - lowOf10)/price)pow(1.5) ?
Which is not ok -
RE: Long-term stable profitable EAposted in Questions & Answers
@roar
Yes i understand, i am learning mostly from this website as well.
Thanks for clarifying that's good to know! -
RE: Long-term stable profitable EAposted in Questions & Answers
@roar
I see, it actually hasn't been useless because i'm using in my current project one of the indicators you used in it.. sort of.
Ok, then when a move happens in a particular situation always in the same way(caused by a bot for exemple), their statistics highlight it, and then they anticipate it before you can gain profit from it again ? Bringing it at the new fair price -
RE: Long-term stable profitable EAposted in Questions & Answers
@roar
Is that why you deleted the topic where you showed your EA ? : )
I am struggling figuring out how it works though, this correction, does it come from institutional market makers, always looking for counterpart to make smart money ? -
RE: Long-term stable profitable EAposted in Questions & Answers
Thats is a good question, answers interest me .
-
RE: Can you help. three candles closed above. a candle is closed below. The candle will open. buyy. expertposted in Questions & Answers
@yazar-ilyas
I d'ont understand what you really want.
Is that, that when when the last closed candle is above the 3 previous ones, you want to buy.
When the last candle closed is below the 3 previous ones, you want to sell ? -
RE: Once per day bar placement ? On top or before the buy or sell ?posted in Questions & Answers
@trader-philipps
The best layout would be, blocks which are supposed to pass less frequently above, and going down with those which passes more and more often. So most of the time only the first block above will passe(be checked) instead of many others in a random position. Is that it ? -
RE: Read ex5 file source codeposted in Questions & Answers
@roar
I see, im gonna find the issue from the project then, im sure i can fix it by doing it a cleaner way -
RE: Economique calendarposted in Questions & Answers
@kacembouden
It's gona be hard to evaluate the impact of the news, except if you use ForexFactory web site for exemple, but then i don't know how to report it -
RE: Once per day bar placement ? On top or before the buy or sell ?posted in Questions & Answers
@kop
I think time filters blocks must "always" be on top -
RE: Import non fxDreema mq4 fileposted in Questions & Answers
@bluemoon
I think you can't import non mq4 files