- Search Energy EXCH
-
jeanlouie replied Jan 2, 2021There's legal complications here, the lawsuits facing them hint their trading actions may not be clean cut, they're not the only people that trade on oil in the world, but it seems they're the only ones in legal heat. Trading wise, without knowing ...
What is the most important question for a new trader?
-
jeanlouie replied Jan 2, 2021I most likely won't share the source, but I'll answer any question you have about it. The engulfing checks works by checking the target candle's high>=the highest high of the engulfing period, same with the low, if both true then draw engufling ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 28, 2020Some points: - the default fractal you're using is 3 bars either way, you've made it go up to 5, what happens when the i loop is at it's right side/limit end? - mql5 buffers and oncalc arrays are all array indexing, the values you're giving the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 25, 2020However you define trend is up to you, and as for my earlier question, that's the answer you gave, whether it was a serious answer or not is beside the point that it's still the answer you gave. Give answers that at least meet your own standard. Why ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 25, 2020"sometimes goes under the EMA50, it doesnt mean the trend shifted tho" - yeah well, that's the definition you gave "it may cost me money" - yeah well, that's the definition you gave "you seee what i mean? " - you wanted to define trend in code, I ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 25, 2020If a candle o/h/l/c is above a 50ema, then trend is up. If a candle o/h/l/c is below a 50ema, then trend is down. done, if you code at all the above is all you need.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 25, 2020Forget the code, that's the easy bit here, how would you define trend in the first place?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 24, 2020If you can code at all, just code it as you'd explain it in words. if the cci is above/below 18, and it's a new direction, highlight that bar, I'll assume completed bars and that you're using another thicker histogram. static string last_dir; ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 19, 2020Unless you're deleting the highest value then re-searching for the max, then arraymax is useless here. Hint, arraysort.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 14, 2020With the 2 below you can get the chart to look like image
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 14, 2020It's been updated. url file What point are you trying to make by copy-pasting this? You want someone to sell you the fund's trading algorithms that cover $110billion aum? I'm quite certain if you were given one of the algos from any of those ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 13, 2020I'm curious, do you think such an ea exists, that someone that has it would sell it, and they would sell it to you? If you had already such an ea, and some random person with little trading knowledge on a trading forum asked to buy it, what price ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 9, 2020Pop-push-email alerts on the lines, once per level per bar
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 9, 2020You only asked for a ma or 2 on it. Now you can put anything on it.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 8, 2020This may do it - if price is already behind it's entry level at the start of the day range, then it'll enter on the open
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 7, 2020These are effectively run once, what do you mean by autorun?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 7, 2020xy placements are the coords from a selected chart corner. The chart base corner has to be specified for any object that is placed by xy.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 3, 2020No you shouldn't. Non-coders wouldn't be able to tell and probably don't care, but coders can tell, should care, and seek to use the original ex4 only.
I will code your EAs and Indicators for no charge