- Search Forex Factory
- 709 Results (2 Threads, 707 Replies)
- jeanlouie replied Jan 17, 2021
What's the pf? ie proof What's the edge? ie rationale How is this not just grid trading? Grid trading has no edge, because it has no rationale in it, and won't be able to exceed transaction costs in the long run. There are plenty of grid eas ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 17, 2021
Assuming you're serious, these are semi-rhetorical questions: - there's approx 117 settings, yes I counted them roughly, each could impact pf in a considerable way. What are the fixed settings for each? and symbol/tf? If you expect people to being ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 16, 2021
For starters ex4 files can't be modified. Ditch the broker or use a diff ind and be aware that the suffix will be an issue in every ind u use that has inbuilt symbol names.
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 15, 2021
The sensation occasionally of not knowing why something isn't working will never go away. Because you're looking at [i+3] all the time, the initial limit needs to start from the end, minus 3 bars. ie without the lookback you'll start at the end, and ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 15, 2021
Guess I should have checked it with arrow buffers too, did not expect that at all. Seems to work from the inputs tab too, forget the code lines. Of course the colors tab is still limited to 1-5.
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 14, 2021
You have an option of all the wingding codes to change the symbols printed by those 2 buffers. What could you possibly want to change them to? Those buffers in question are used for a single bar values, if you changed them to lines they wouldn't ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 14, 2021
It doesn't work because those buffers are arrow objects, the size is limited to 1-5. The first 2 buffers are lines, and I've been under the impression that those too are limited to widths of 1-5. Curiously, thanks to your file, I've learnt that ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 14, 2021
Linear_Regression_Lines_auto_mtf_v1.21 - filled channel starts from start of period used - all lines n channels have projection optoin on default with projections and labels off, and including the live bar
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 11, 2021
Has 6 now How do you know what you've been using is correct? There are t3 indicators in mt4/5 already, I think the t3 in allaverages may be wrong in the version I have, but there are still stand alone t3 indicators that seem right.
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 10, 2021
Alright - show/hide effect surives sym/tf change What's stopping you from just using the slope color one? What makes you say that?
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 8, 2021
The video claims 97% accuracy with risk:reward at 1:2, this gives a profit factor of ( .97*2 / 0.03*1 )=64.7, either these guys will be trillionaires in a few years or something's wrong. You think they don't have the ability to turn this into an ea ...
I will code your EAs and Indicators for no charge
- jeanlouie replied Jan 2, 2021
There'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, 2021
I 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, 2020
Some 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, 2020
However 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, 2020
If 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, 2020
Forget 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, 2020
If 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