My bad, is this one
https://fxdreema.com/shared/YKFrXiEne
Best posts made by seb 0
-
RE: Store how many orders open at the same timeposted in Questions & Answers
@trader-philipps
I could but there is nothing in common with this topic. I'll open a new one then.
Im more looking for general advices on my specific project.
Just have to work on it a bit more before
-
RE: Backtesting, lets talk about it!posted in General Discussions
@roar
I do the same, I feel it's pretty common. Stuffing on open prices to find promising and then optimizing strategies, then launch the strategy on ticks to see of it's ready for live. -
RE: Auto channeling drawposted in Tutorials by Users
@tipsywisdom
The majority of the channel indicators on the market are 2 points based, everyone makes it differently so the results are different. Here is one way, and you can see how it works.
Enough time to be lazy building an autodrawing fib. -
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: What you need to know about tradingposted in Tutorials by Users
@CAVINCENT
As you can see at the top left of the picture this is the graph of the S&P 500. It's rather dedicated to equities, but you can imagine doing it on gold as it follows inflation. Machine learning works also. -
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: 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: Multiple EAs - how to place only 1 Buy or Sell of 1 symbol - or how to delete duplicate tradesposted in Questions & Answers
@migen
I don't think running multiple EAs on the same chart is a good idea, however the solution 3 is possible:

Do the same with sells instead of buys, beside. -
RE: Multiple conditions in parallel (OR condition) for BUY ordersposted in Questions & Answers
@leventecsibi
This is one of the simplest way : https://fxdreema.com/shared/MxS8fjy5 -
RE: Hi guys, how do I enable two non-concurrent conditions?posted in Questions & Answers
This is nice taking the lead @roar , next time ill start with the demonstration : )
-
RE: Close position after 5 minutes !posted in Questions & Answers
@johnny_prd
Hi, think you can do it :
-
RE: need help True -False not workingposted in Questions & Answers
@raiderspaz
First try to remove "once per tick" and "AND" blocks, put all the blocks one below each other instead.
Also can you tell me the value of "atrpip" ? -
RE: Display current profit/ close profit (money) of EAposted in Questions & Answers
@migen
It's me i didn't read you well. I don't know how this work with multiple EAs, try this block

Otherwise maybe you need to load the profit of each closed trade in a variable, accumulating them. -
RE: Check Wick Size / Single Candle Templateposted in Questions & Answers
@siggi12345
Hum, what you mean by "single candle template" ?
Doesn't the condition block do the math ?

-
RE: Check Wick Size / Single Candle Templateposted in Questions & Answers
@siggi12345
Its ok you are discovering how things work. I my self didn't know about this block, I never use it.
Your welcome -
RE: 3 take take profitsposted in Questions & Answers
@sjthetechguy
I suppose when you say "into a variables" you mean "into 3 variables". Then if there is one TP by position, this structure should work :
https://fxdreema.com/shared/dSH5jSMXd
Needs confirmation tho. -
RE: Wicks of candlesposted in Questions & Answers
Hmmmm... right lets let Zackry choose the project he prefers
