- Search Energy EXCH
-
jeanlouie replied Aug 17, 2024This depends on 1minute price history being available at that higher tf candle. OHLC_info_mouse - will show ohlc prices at the mouse cursor - optional time - optional 1minute of high/low - optional vline pic image gif image
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 17, 2024Rect_make_size - mt5 - makes a rectangle of a given size - keeps it that size - height and price texts - can make different rects
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 12, 2024Requested, mt4 only Rect_make_size - makes a rectangle of a given size - keeps it that size - height and price texts - can make different rects
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 6, 2024RSI_Trendlines - plots trendlines on the rsi that converge, ie upper slopes down, lower slopes up - uses pivot high/low ie fractals for peaks/troughs, optional size - draws first breakout on loading, then breakout of the recently completed bar going ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 2, 2024Who's everyone? Perhaps take that as a hint. If it worked like you hoped it did, would you advertise and sell it?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 1, 2024An option is- url or this indicator VLine_at_x_candle - puts a vline at an index and keeps it there - option to move the vline and stick it to it's time - styling gif- image
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 31, 2024Yes but instead consider this ma crossover that has arrows on crossover instead. url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 30, 2024Is that from chatgpt? Currently it can't make reliable mt4/mt5 codes. MA_Crossover_Candles - mt5 - ma crossover with candles colored
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 29, 2024No source, but to change the source prices of zz to something else, there are only a few areas to change, and the change would be like- //extremum=low[iLowest(NULL,0,MODE_LOW,InpDepth,i)]; extremum=b_ma[ArrayMinimum(b_ma,InpDepth,i)]; ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 28, 2024Channel_x_pips_from_candles - draws a channel that is x points away from candle high/lows or the body - mt5
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 27, 2024Channel_x_pips_from_candles - draws a channel that is x points away from candle high/lows or the body
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 26, 2024On default settings it updates normally, don't see an issue.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 26, 2024Corrected to update on new tick, new candle calculation based on time and not unreliable bar count.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 23, 2024Does this play the sound? and double check the sound file is wav, and located in the terminal directory-sounds in program files, not the data folder that is accessible from the terminal file option -open data folder.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 22, 2024I recall that if a sound file is played and a popup alert is also triggered at the same time the alert sounds will play instead, leave the popup false and sound true and try it in the tester, you should hear the sound file as the alert. edit - like ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 21, 2024v1.2 ( url ) has the arrows as buffers, to get price levels; check for an arrow on the engulfing length+1 candles back, the price level will be the high and low, and the length will be the engulfing length.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 20, 2024Examples of ma crossover in mql4 and mql5, and macd with chart arrows in mql5, note additional and different things that are done with mt5. Use the current event handlers that are given to you when you start a new indicator. Prevcalculated is the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 20, 2024Candle_close_wickless - arrows on candles that close without a wick, or one that is smaller than an input setting - wickless high get up arrow, wicklesss low gets down arrow - alerts including custom sound file
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 19, 2024VLine_candle_numbers - numbered candles from a draggable vline - styling for vline and texts - input for unique id
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 14, 2024If the text is set as the object's description, then you can set the chart property to show object descriptions- image or do you mean an indicator with text inputs, that adds the text as the description to new rect/lines you make manually?- ...
I will code your EAs and Indicators for no charge