- Search Energy EXCH
-
jeanlouie replied Feb 1, 2021Right click - properties - common tab - tick the scale fix 1 to 1 Without this on, the tline by angle will never be constant, as the price scale is dynamic to fit the candles on the visible chart. Turning on scale fix 1 to 1 fixes the price scale, I ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 31, 2021I'll pass. How far have you manually tested this to show it has any merit in the first place? It looks like something you can do yourself. Chances are that if someone spends time on this, you'll play around with it for a short while then realize ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 31, 2021- this does look like it could be the original source file, but you've already proven you're just going to put your own copyright on it url You posted stolen code, as a non-coder you probably didn't notice anything wrong which I can understand, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 31, 2021It does that, what's the problem?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 31, 2021You could've started by saying what's wrong. You'll be getting an alert for an unimportant number every tick for starters, inconsequential but your sym list starts with a space on the first line.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 29, 2021Yes to first, no to second. Workaround to the second is that you can know before hand the input parameters u give the tool that reads the buffer values created by those inputs. ie icustom
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 28, 2021If you want to try an indicator option, you can set/adjust/delete on the fly. url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 20, 2021I most likely won't get around to any of these. - use lots of templates per sym per tf, or a common template per tf - there is a linear regression line option from ma indicators, like AllAverages, it may have an alert on slope change - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 20, 2021While you may think (and me too at first) that you can switch any value, you can't. You can only switch values of the int type, what you're trying to use is a string. The error you're getting is - illegal switch expression type. ie input int x_int = ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 17, 2021What'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, 2021Assuming 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, 2021For 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, 2021The 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, 2021Guess 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, 2021You 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, 2021It 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, 2021Linear_Regression_Lines_auto_mtf_v1.21 - filled channel starts from start of period used - all lines n channels have projection optoin on default image with projections and labels off, and including the live bar image
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 11, 2021Has 6 now file 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, 2021Alright - show/hide effect surives sym/tf change file file 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, 2021The 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