- Search Energy EXCH
-
jeanlouie replied May 5, 2020Updated Linear Regression Lines auto v1.1: - added chart tf visibility option - 1st standard deviation lines are unchecked by default EDIT - v1.2 - fixed a bug in the in-built mtf image image image image
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 4, 2020Here it is, CMO with BB in one. There are 2 BB deviation levels included to match your pic.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 3, 2020If you haven't received anything so far, here is something. It was fun working with linear regression, this doesn't use the in-built mt4 tool (where's the fun in that), it's calculated in the indicator, so is the mtf function. There's a pic below ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 28, 2020I made something earlier that includes that functionaility: - 2 ma crossover indicator - each ma has it's own calc, ie they can be different ma's - color switching backgrounds or whole chart - color switching mtf candle/boxes - color switching ma ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 20, 2020Updated: - option to select day-week-month as the previous candle or current - option to select which/combo of day-week-month candles to show - cleaned up input page a bit - works in strategy tester/visual - another ex4 with a cleaner default to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 19, 2020If you still want something, here are the candles on their own, the current live day, week and month candle to the right of chart with lots of customization.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 19, 2020It doesn't matter what I allow or disallow, if someone wants to, they'll do it anyway. I spend hours writing and debugging to provide an ex4 on a public forum in full knowledge that decompilers exist and sometimes people want small modifications. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 18, 2020Since it's superficial
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 15, 2020Well without it I wouldn't have gone snooping around and finding an actual error - turns out when I flipped the indicator the no-bias-color calc got stuffed as I was only looking at the bias-coloring, it's been fixed now, posts updated.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 15, 2020coding error - there is no error, it matches the original version, except now there's an option for a histogram, and a above/below zero coloring. - it's not my indicator, I didn't make it, I didn't decide how it's calculated or how it's intended to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 15, 2020Here is something, its a histogram now, with a zero line, and can be color coded when above/below zero instead of writing above/below values on each histo bar. update - v1.03, some printing fixed when flipped indicator doesn't have color bias
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 14, 2020This is a good chance to elaborate, there may have been some loose artistic freedom, and getting mixed up with up/down-short/long. Coloring: - input descriptors for color styles have been updated - the colors that the user chooses as short ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 13, 2020Bookmarked this a while back, finally got around to it when I realized I don't have a fancy smancy MA crossover indicator, here it is: MA_Crossover_Styles - 2 moving averages, full style customization - Methods: simple, exponential, smoothed, linear ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 23, 2020Here is an updated version v1.1: - added option to limit indicator history of painting objects to prevent slowdown - added MTF, from 1min to 1monthly - in MTF, options to show vertical lines and rectangles for the MTF bar - MTF ability works in ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 19, 2020I appreciate that you're interested in fx, but you need to find it/make it on your own, understand it for yourself, and survive all the bs the market can throw at you. Just asking for a profitable indicator with some simple rules so you can make ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 16, 2020Here it is, options: - choose to calculate on a completed close or new live candle highs/lows - choose to show new high or low signals only, same with alerts - full display options, color, signal distance, wtidth, you can change wingdings too - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 16, 2020I can't get it to work on my terminal, it's a decompiled ex4 so it's writing is not easy to understand (won't spend more than a few min trying to make it work). Anyway if it works on your side - I added thickness options for the triangle, channel ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 15, 2020I thought this would be pretty fun to do, so here it is in mql4, it's not a conversion from pine script, it's written from scratch. - You can opt to calculate standard deviation based on all the days in the chart history, or only the last x days. - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 24, 2020iHigh(string symbol, int timeframe, int shift); double last_day_high = iHigh(EURUSD, PERIOD_D1, 1); replace high with low for low.
I will code your EAs and Indicators for no charge