Try to disconnect block 26 from block 22
Posts made by seb 0
-
RE: because it opens up many contrary positions when I want to open only one?posted in Questions & Answers
-
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 -
Read ex5 file source codeposted in Questions & Answers
Afternoon,
I'm currently having an issue with my EA, back testing it with my broker program, one indicator doesn't display in this last version of my project.
I have the ex5 and mq5 file of the current version (not working well),
I have the ex5 (only) file of the same project in an older version which works fine
Both are very similar, except a little detail i dont find, how can i read the source code the compare them, and see the difference please ? -
RE: Can you help. three candles closed above. a candle is closed below. The candle will open. buyy. expertposted in Questions & Answers
@yazar-ilyas
Here is : candles 4-3-2 entirely above the limit, candle 1 closes below the limit, candle 0 crosses above the limit, buy order.
https://fxdreema.com/builder/shared/DnKaX7jsc -
RE: What oscillators combination ?posted in Questions & Answers
@trader-philipps
Makes sense indeed.
Time to avoid for trading like 21:00-03:00(GMT), when volatility is to low to make any worth it profit. Avoiding too high volatility, when the noise can throw you out of your SL/TP limits.
I wasn't using volume indicators t'ill yet cause some appear close to oscillation indicators, but i might consider the "on balance volume". It may give me some added value.
About economic news, i think it necessarily needs a human intervention. This is what takes the most time.