- Search Energy EXCH
-
jeanlouie replied Jan 24, 2024What's stopping you? There are buffer values for the ma and the prevday high/low, you icustom any ma settings you want and get those values.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 23, 2024I see you want the history shown as well. MA_Daily_prevHL_Levels - will plot 2 lines from the highest and lowest ma values from the previous day to the end of the current day - ma options v1.2 - option to show history - prev day ma high/low values ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 22, 2024Updated Tick_chart_wSpread - plots lines of bid/ask and spread
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 21, 2024MA_Daily_prevHL_Levels - will plot 2 lines from the highest and lowest ma values from the previous day to the end of the current day - ma options edit - v1.1 - typo
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 21, 2024To add onto what BestTraderEv has provided. ZigZag_OC-HL-Option - zigzag with price options of where the knees are drawn - open to open - close to close - candle low of tops, to candle high of bottoms - middle of candle - middle of candle body Pic ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 19, 2024I don't recall but it most likely was default settings.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 18, 2024Requested addition to Marubozu indicator- Marubozu_wHeiken_Ashi - Marubozu candles with optional heiken ashi as price source - optional full, open and close types - optional smoothing to ha - optional arrows Pic shows all Marubozu types, then with ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 17, 2024- looks like chatgpt - look at any mql5 indicator, even just a moving average and observe how it's written - attached is a simple ma bands indicator, which mimics the bollinger bands at 1deviation - in mt5, indicator plots are the number of separate ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 16, 2024Sounds interesting. On chart ma lines can be replicated with macd. Overbought_Oversold_All - indicator shows all or most overbought/oversold indicators, with their own ob/os levels, shows combined signals - all indicators normalized to 0-100 scale - ...
Overbought and Oversold trading Indicator
-
jeanlouie replied Jan 14, 2024Envelope_Pips_wRays - ma with envelopes at a point distance - ma period/type/shift input - ray from live or not, and over the last x ma bars
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 12, 2024Correct about modifying ex4 files, but for the purpose of making mtf, a separate indicator can be made that will icustom the source indicator on different timeframes, so you can still get those buffer values.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 12, 2024- that first version has the text placed at the day's high or low - link will place texts at the top of the window url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 11, 2024Mtf yes, but there's no good reason to change the alert text from the original. Mtf indicator has its own alerts, same text. Input for indicator name needs to be the same as the saved indicator name. Pic shows indicator with separate mtf indicator ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 9, 2024Sort of, this is a separate indicator that will "call" it. The input name has to match the base indicator's saved name.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 9, 2024Chatgpt isn't it. Attached works
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 9, 2024Post what you tried or the mq5 itself, there are different places to change depending how it's drawn.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 9, 2024Alert options added and on completed candles.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 8, 2024As far as I know it can't be done through the user-end indicator settings, you have to manually type in a larger width value inside the code file. The post below has a buffer line, and a trendline with widths much larger than 5. url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 5, 2024Try it and see if it works, it probably will, the logic is to count back every tf period up to 20, add the full candle range, and get the 1-5-10-20 averages, and then a bit later on compare it to the current tf period's range. Just make sure you use ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 5, 2024You didn't include the part where the notify function is called in the first place, that would be useful too. The below pseudo does the checking for an alert on the first tick after loading, ie when an indicator is loaded, prevcalculated or ...
I will code your EAs and Indicators for no charge