- Search Crypto Craft
-
XplosionKibo replied Feb 9, 2024Good day....Hercs., Of Course! The one below has worked fine for me over the years. However, in some rare cases, when there is a sudden, fast price movement, it might be necessary to restart MT4 in order to update the historical data for the past ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 8, 2024That issue is an old well known one in MT4 related to utilization of two EAs simultaneously, where one used to build an offline Renko chart, while the other responsible for placing orders! In order to resolve that problem, you may need to consider ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 8, 2024RenkoLiveChart_Pimped_Timer_v4.141.mq4 ++ Option to switch between all time frames! "Your idea about the repeated time frame update of the Renko building chart is original and sounds interesting as a standalone strategy! Could be very ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 8, 2024RenkoLiveChart_Pimped_Timer_v4.14.mq4 ++ Option to switch chart time frame between predefined time frames by timer! image "....will probably upgrade it in an upcoming version by addition of remote control button to change box sizes with!"
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 8, 2024I...think there might be need to visualize the strategy through detailed chart screenshots, describing the strategy and its potential!
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 7, 2024......you may start by defining a global time variable to keep track of the time: datetime LastSwitchTime = 0; .......and the use of the time variable along with variable t, to switch between M1 and M5 every 10 seconds through OnTimer() function: ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 5, 2024Isabella_D, .....the uncolored labels are the object descriptions, that are shown on the chart by MT4! You may need to toggle off the "show object descriptions" in MT4 by: While in MT4 press key F8, select Common tab, uncheck Show object ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 5, 2024Thanks for sharing your opinion! When it comes to the dots or arrows which representing the presence of for example, price peaks or troughs, there is a minimum requirement of 2 closed bars! Due to the fact that peaks and troughs usually are formed ...
Ultimate MACD Divergence
-
XplosionKibo replied Feb 5, 2024!SM_ADR_Marker_Extension.mq4 Features: ++ Line draft option in desired precentage of the ADR. ++ Custom alert reminder timer! ++ Memorized alerts upon timeframe change or mt4 restart. ++ Multi instance usage by unique ID assignments. Note: The ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 4, 2024......maybe you need think more about your social behaviour, which RiskFighter mentioned as well! btw, seems you are used to blocking peoples(already blocking several one), hope that will help!

I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 4, 2024btw, another proof! ....you were the one, who started it all by being disrespectful! url url url
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 4, 2024....if you are asking for proof, then maybe I should mention for those who not already know, recently you simply ended up by giving up a request about a modification of the price in a simple zigzag indicator! ....thanks to the help from jeanlouie as ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Feb 4, 2024.......beyond doubt I personally would define a good coder, the one that usually overcomes challenges and problems in coding byself without giving up nore being depend on help from others! However....there are certainly those who despite the lack of ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 29, 2024......you may need to start by adding definitions of conditions into the loop: bool bull = Close[i] > Close[i+1]; // Condition for bullish candle bool bear = Close[i] < Close[i+1]; // Condition for bearish candle .....and the use of conditions e.g: ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 28, 2024++ (to 1 merged) file file
OHLC of Previous H4 candles; Indicator Request!
-
XplosionKibo replied Jan 27, 2024If as mentioned earlier 'Reducing the Number of Bars in the Chart' does not solve the issue, you may also occasionally try to check for large or corrupted files in the metatrader data folder. In order to speed up mt4: While in MT4, press keys ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 27, 2024The idea of tooltip instead of visible text descriptions, usually aimes as a space saving measure on the chaotic cluttered charts! However in response to your request: #MTF Trend Bias Lines Buttons Alerts Offline Charts V1 ++ requested option along ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 26, 2024Major Update: ++ Added support for custom offline charts (e.g., 100 pip Renko, 12-hour candle, etc.) ++ Pivot point (PP) bias price ++ Option to turn off chart updates on button clicks (When not needed, turning off may increase buttons response!) ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 26, 2024you may try: url url url .....by adding multiple instances along with proper bias prices, should achieve the same!
OHLC of Previous H4 candles; Indicator Request!
-
XplosionKibo replied Jan 25, 2024Based on my observations over the years, I've noticed that all pairs, including GU, may undergo temporary periods of low volatility or sideways movement at some point!
Cable Update (GBPUSD)