- Search Crypto Craft
-
Jagg replied Oct 9, 2020it's still in a work in progress state - when I think it's finish a none expiring version is an option... so no panic (it was and will always be a free indicator)
[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Oct 6, 2020No new features in there - only new release because of expired/old file here in the thread....
[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Oct 6, 20204 months again - but let's see if I have more time the next weeks/winter so I can bring up a few more releases with new features. As said - new versions will come here

[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Oct 1, 2020Don't use MT5 until now - will have a look when I have some free time... but no ETA Update: First alpha version for MT5 (use at your own risk -
NOT tested
)[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Aug 19, 2020you can test this indicator...
Is there a copy and paste horizontals, verticals and TLs MT5?
-
Jagg replied Aug 11, 2020Have a look at Position Size Calculator (indicator + plus PSC-Trader script addon for placing your set order)
Any Money Management Tool for MT5
-
Jagg replied Jul 23, 2020Had a few minutes and made an indicator with your sample code and added a considerDPI true/false input setting. Screenshot - buttons at top have considerDPI=false Screenshot - buttons at bottom have considerDPI=true Tested on my Laptop which has a ...
I will code your EAs and Indicators for no charge
-
Jagg replied Jul 23, 2020the author sets the color always in lines like this ObjectSetText("fb", " BUY LEVEL", FontSize, FontName, TextColor); When you set the color explicit after all these lines with e.g. ObjectSet("fb", OBJPROP_COLOR, TextColor); clrNONE should work.
I will code your EAs and Indicators for no charge
-
Jagg replied Jul 23, 2020yes, I'm also multiplying x/y/fontsizes/.... with the DPIScaling // Terminal DPI scaling int desktopScreenDPI = TerminalInfoInteger( TERMINAL_SCREEN_DPI ); DPIScaling = desktopScreenDPI > 96.0 ? desktopScreenDPI / 96.0 : 1.0; if(DPIScaling != 1.0) { ...
I will code your EAs and Indicators for no charge
-
Jagg replied Jul 20, 2020Until then I added that setting quickly and compiled it again with the newest "hanover --- extensible functions b600 (np).mqh" include file (the one which doesn't need the header file anymore). Here is it (if you don't like me to publish it let me ...
Software tools for LauraT's Roadmap
-
Jagg replied Jul 20, 2020This is possible with setting CHART_SHOW_TRADE_LEVELS to false (which could be added to your indicator with a setting show trade levels yes/no for example) ChartSetInteger(ChartID(), CHART_SHOW_TRADE_LEVELS, false);
Software tools for LauraT's Roadmap
-
Jagg replied Jul 7, 2020Many of such indicators out there... e.g. url
MT4 Trade History Indicator/EA?
-
Jagg replied Jul 2, 2020yes, the best volume profile indicator out there afaik
Looking for volume at price indicator for MT4
-
Jagg replied Jul 2, 2020Found that one here on FF a few weeks ago - not exactly the same but a start

Indicator Bank
-
Jagg replied Jun 29, 20201) take the newest version from gitlab page 2) see already posted issue about that and how you can bypass it until fixed with choosing (between lines) as a workaround
Looking for volume at price indicator for MT4
-
Jagg replied Jun 26, 2020...at the moment you can do it (only) in a way that you set a fixed "word/label" for your trendline object(s) as description so you have the normal price as label on the right and have your set word as object description - with "O" you can ...
[MT4] Changing the visible timeframes of multiple objects?