- Search Energy EXCH
-
jeanlouie replied Jul 29, 2020RSI_Scissor_wAlert - rsi scissor thing crossover, as in short rsi is beyond an ob/os level and long rsi is beyond the 50 level - chioce of ob/os levels - choice of completed or live bars used - choice of showing vlines or arrows - styling options ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 29, 2020You can now choose font size, font type (Arial etc) and font color for both support n resistance, they'll change eachother if the text switches from s to r.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 29, 2020- passed since what? since chart time 00? - what would the value be before, hr16? going by hour time, what should the value be at 00, 01...15,16...22..23?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 29, 2020The original post has pictures of the indicator, single instance only, with multiple rectangles. Using the panel- creates hollow or filled on click, as many as you want If panel isn't shown - makes a hollow or filled on setting change, just below ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 28, 2020Looking at that indicator, at any timeframe or bar, it will use the previous countbars amount of bars. "take count bars value automatically as per the time frame" what value do you want countbars to be per each tf?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 28, 2020I had a very long look at using mtf in mql5, it is not straight forward at all. I had a look at about 3or4 other mql5 mtf indicators, including those below, and they still didn't display proper mtf behaviour or for some other reason I saw buggy ...
Kindly Requesting for Coding Help To Port MT4 indicator to MT5
-
jeanlouie replied Jul 27, 2020Nothing unique, just brute forced it, will do up to 8 moving averages, added ma method to the label string too. I'll also assume you couldn't contact the author. Added x n y placement, from top left corner, also added removal of it's labels when the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 27, 2020That indicator color-levels wasn't mine to start with, more changes to it will clutter it. Here is a stand alone indicator that will do what you want. Rectangle_Ruler_bars_durations_pips - makes either a filled or hollow - optional text - bars, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 26, 2020Full_Moon_Lines - put attached csv file into DataFolder-MQL4-Files - will put a vline on the dates and times from the file - optional text, styling, vline styling too - typically mql4 time is from 1970 onwards, so there's a separate file for that as ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 24, 2020image image file file file
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 24, 2020From what I can tell - start-56 - setting defaults, defining base osc(oscillator) indicators 58-59 - checks if pivot h/l has been found - "=> not na(pivotlow(_osc, lbL, lbR))" - pivotlow() - returns a price if found, NaN if not found, for oscialltor ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 23, 2020HLine_Alert_Maker - customizable horizontal alert lines - draggable lines - buttons optional, styling + placemnet - optional note on lines - optional pip distance - optional marker left at level hit - alerts - popup, push, email
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 23, 2020Should have push alert now.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 22, 2020Trendline_Straights_Horizontal_Vertical - makes either 1 line, H or V, or puts a panel for multiple lines - color, width, style for lines, HnV separately - ray to the right or down, or reverse ray - can drag the H lines around and they'll always ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 22, 2020Because you have 5 separate binary conditions, any way you go about it you'll end up defining 2^5=32 combinations (not 5!=120). In terms of writing it out, I'd use a big nested if. This way you'll be creating a dicision tree, where only 1 condition ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 22, 2020Mt4 considers a tf change as a reason to de-initialize indicators and re-initialize them on a chart change. ie what you mentioned is not a bug but a missing feature. This will keep actions across tf changes.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 21, 2020v1.1 - shows rsi values, color bias about level 50
I will code your EAs and Indicators for no charge