- Search Crypto Craft
-
XplosionKibo replied Jan 25, 2024yup, it's possible.....if equipped with the memorization functionality!
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 25, 2024minor update: ++ reduced number of digits after decimal point for values shown in pip. ++ price value shown in tooltip for bias line c. file file
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 24, 2024Not exactly!.......e.g. to get it over the last 3 months each, 3 indicator instances required in the same chart where: Instance 1) Monthly Bar Index =1 Indicator Unique ID = e.g. SpudFibo-1 "Fibonacci colors" = e.g. green Instance 2) Monthly Bar ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 23, 2024added: ++ multiple instance option by use of unique id! ++ bar index choice! file file
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 23, 2024Note: The indicator features 3 different time frames, from which bias lines are drawn. However for practical visibility, the lines were drawn horizontally due to the fact that vertical lines won't show the bias levels, nor they're visible on lower ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 22, 2024Hello, If I create the MT5 version of it, I would share it here!
Ultimate MACD Divergence
-
XplosionKibo replied Jan 20, 2024Hi, I've just sent back your finished private indicator file to you! Note: To have your custom sound played with the MT4 alert popup message window just follow the steps below, otherwise you may skip step 1 and begin from the step 2: 1) disable the ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 20, 2024The consequence of removing the indicator short name, is that you won't anymore be able to open indicator property window by double clicking on the buffers in subwindow! To overcome that, I would recommend instead of totally removing the short name ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 19, 2024I do not work as a coder or seller of indicators! I neither blame those who don't share their source codes cause if they did , it would certainly harm their business! But if no one had the willing to share their source codes, then propebbly I myself ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 17, 2024I've...been....treated with more than enough respects and appreciations, since when I began coding and help people here! url url url url .................................................................................. ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 16, 2024sry......don't have more time to waste on you, have to finish my S&R indicator! ......Good luck with your hints! image
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 16, 2024....the file is in mq4, which as you requested and mentioned may require less work or be easier for you! ....then what are you waiting for, why don't you take the request!.....Go for it!
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 16, 2024Great.......glad to hear that!
......btw, I'm not a master coder, nor educated in C++ coding!I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 16, 2024..........even as thought without the mq4 source file, the requested alert functionality still could be achieved through an indicator extension/plugin!
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 15, 2024Hello,........here you go! ++ Added MTF Alerts @ (M5, M15, M30, H1, H4) file file
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 15, 2024.........works perfectly on both of my online candlestick and offline renko charts! You might try to reduce the Max number of bars in chart and restart mt4! image
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 13, 2024It actually is an easy fix, which does not require time.......here you have it! ++ Added input variable 'MaxArrowScanBars' to control number of arrows! file file
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 12, 2024depending on your need.....might be much more easier to just define the Sym[] array in the desired sorting way, whenever needed directly by a define command line like below: string ...
I will code your EAs and Indicators for no charge
-
XplosionKibo replied Jan 12, 2024to sort strings by integers or vice versa.......... step 1) define your arrays: string Sym[] = {"EURJPY","AUDCHF","XAGUSD","CADJPY","GBPAUD","NZDUSD","XAUUSD"}; int Num[] = {1,2,3,4,5,6,7}; step 2) create functions to return corresponding elements ...
I will code your EAs and Indicators for no charge