- Search Crypto Craft
-
Jagg replied Mar 24, 2020Your shown rectangle have Canvas set to true - so these are "built graphic/bitmap objects" and not comparable to a drawn mt4 standard rectangle object for example which you can click and drag/widen it/... after you created it. So I think you have ...
[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Mar 23, 2020Take a look at my advanced version of this drawing tool whether it meets your expectations or not...
I will code your EAs and Indicators for no charge
-
Jagg replied Mar 18, 2020Then post/ask it there for example I will code your EAs and Indicators for no charge - thanks
[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Mar 18, 2020Hi enivid - thanks for your interpretation/code.... P.S.: Marked lines can be deleted totally, can't they? 1) Using two times the same object name will always draw not two but only the first horizontal line 2) In the code above you already draw that ...
MT4 Round Number Indicator
-
Jagg replied Mar 18, 2020Has nothing to do with the topic here in this thread (+ decompiled code)
[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Mar 16, 2020Please test latest version v1.03 - added a new parameter for the object description (default blank - which means the visible timeframes are shown like it was in prev version) Clarification: When you set expand to YES for an object that means the ...
[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Mar 12, 2020I think you're missing to install the special font for your mini chart indicator...
Dynamic Fibonacci Grid
-
Jagg replied Mar 6, 2020thisara1 - this is the last not related to the topic customation I do for you here. This thread should not become the 2nd I will code your EAs and Indicators for no charge thread ok? Please post such requests there....
[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Mar 4, 2020^^^don't understand this - everything ok or not

? Here is v1.1 - added a few more optional parameters (1) is the look when border color is set to NONE (2) is the look when border color is set to the same color as the chart ...[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Mar 4, 2020You can now choose the corner (and optionally set X-/Yshift values to position wherever you like)
[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Feb 24, 2020Don't know if it's helpful for your needs but you can test my drawing toolbox with keyboard shortcut "F" for example to get what is shown in linked animated gif image. Go to top/bottom with your mouse Press F key (MT4 Standard fib is drawn from ...
I will code your EAs and Indicators for no charge
-
Jagg replied Feb 24, 2020wouldn't it be easier to make all your wanted chart constellations and save each once as a template and apply the needed one per click on a button or something like that with a call to ChartApplyTemplate() function?
Issues with PostMessageW in MQL4
-
Jagg replied Feb 24, 2020You can give Mathtrader7's MT7_CSV2RenkoHST_SC script a try...
Create HST / FXT files using C#
-
Jagg replied Feb 20, 2020...only tested when placing the panel left lower/upper - when placing the panel at the right side it's cutted because of the amount of your objects
(I haven't the time to digg deeper into that issue sorry)[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Feb 20, 2020The indicator dialog opens but the "OK click" is missing - so the indicator dialog window stays open forever and I'm getting the "Error: Indicator dialog not found" error (FindWindowW() function don't find the dialog window - hWnd stays 0)
Issues with PostMessageW in MQL4
-
Jagg replied Feb 20, 2020Getting this error when I try to compile (MT4/MetaEditor 5.00 build 2302)
Issues with PostMessageW in MQL4
-
Jagg replied Feb 20, 2020...without posting your code/indicator no one can help
[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Feb 14, 2020My posted work - I've tested it here.... Important: - on your chart where you have your "control panel / buttons for every symbol" in you have to use a symbol name where you do NOT use in all your 25 other charts (where your trading EAs are in) - ...
Open Existing chart from a button