Stay tuned!
🧠 OpenCharts for OpenOrders – Effortless Chart Management
Drop this smart script onto any chart, and it will instantly open a separate chart window for each unique symbol with an open order in your terminal.
⚙️ Key Features:
- Automatically opens one chart per symbol for all open trades
- Prevents duplicate charts – even if you have 10 open orders for the same symbol, it opens only one chart
- Select your preferred timeframe before execution
- Clean and lightweight – ideal for traders who manage multiple positions
- Saves time and keeps your workspace organized
📌 Perfect for scalpers, swing traders, and portfolio managers alike!
💡 This script is 100% free – no hidden fees, no limitations. Just download and go.
Keywords: chart manager, auto chart opener, MQL4 script, open order charts, MT4 utility, free script, smart terminal tool, MT4 automation, multiple trades, chart automation
TeamViewer Popup Killer 2.3 FIXED
This is just a small but necessary update to the popular TeamViewer Popup Killer 2.3.
The previous version launched in January of 2019 had an annoying bug that, when the computer was rebooted, the settings for TV Popup Killer would not load and it would save the wrong settings where everything in the settings were disabled.
If you this this is too technical or too confusing, DO NOT WORRY, this is now fixed, and all YOU have to DO is to download this new version and everything will be working fine! 🙂
Please let me know in the comments if you find a bug or have any issue.
Also give me some feedback so I can keep creating this things for free.
Thanks.
Click here to download TeamViewer Popup Killer
How to send clicks with Python aKa Emulate mouse clicks on Windows
There are some software available to emulate mouse clicks online, some free and some paid. But sometimes the best way to do it is just to use a simple script. It’s light, and it does not require you to install any suspicious software, so you are in control of what it does.
I had the need of emulate mouse clicks on Windows to automate some boring stuff I had to do, so I created a simple script to click on stuff for me, and I decided to share it with you.
If you are here looking for I script, I assume that you have a certain degree of coding and scripting, so I will not explain this in deep detail, but at the same time, I will try to help those with less knowledge.
First things first!
Before you download this script (or even after, doesn’t matter really), go to Python.org and download Python software.
Also, if you don’t have Notepad++, download it now, as you’ll need it too. This is all free software, so don’t worry.
After download, the obvious thing to do is to install it, do that.
If you haven’t done it yet, this is a good time to download my script now, using the link bellow.
When you download the ZIP file you will have 2 Python scripts, one is the “sendClicks_config.py” and the other is “sendClicks_execute.py“, as the name implies, the file with “config” on its name will be the first file to use in order to config where to click.
Remember that I never coded in Python, so this is far from being perfect, but it works, and that’s the important bit! 🙂
Let’s prepare the pre-flight!
Now that you downloaded and installed everything, let’s make sure everything will work fine!
To make things work better and smoothly, there is a small Windows setting/variable that we need to create.
Right click on “This PC” (named “My Computer”, on Windows 7), and click on Properties.
Now, click on “Advanced system settings”
Now click on “Environment Variables…”
Now check, under “System variables” if you have a variable called “Python“, if you don’t have it, you need to press the “New…” button and create it, pointing to the folder where you installed Python.
Now that we have this out of the way, let’s start the party! 🙂
Unzip the files you downloaded with the scripts, then right click on the “sendClicks_execute.py” and choose “Edit with Notepad++”, this will
In this file, you have some green text with some information and instructions.
Let’s install the needed modules first.
Open Windows Command Prompt from Start Menu.
Now type (or copy paste) the next commands one by one and press the ENTER key after each one.
pip install pynput
{PRESS ENTER and wait for installations to complete}
pip install colorama
{PRESS ENTER and wait for installations to complete}
Now that the needed modules are installed, just drag and drop the file “sendClicks_Config.py” to Command Prompt window and press ENTER.
What you will see is something like this…
Every 10 seconds, your mouse position/coordinates will be shown as numbers, for X and Y positions, you will need this numbers to setup your mouse click script.
Press CTRL+C on the black window to cancel the script.
Now, hopefully you still have “sendClicks_execute.py” opened on Notepad++, if not, open it now.
The numbers you had above, are the numbers in red that you will need to change on the Notepad++ code.
So, how do you automate stuff?
First, remember that this will need to be updated for any computer you use the script, because of different screen resolutions and other things on the screen (you will understand later when you play with the script more and more).
1 – Execute the script “sendClicks_config.py” (drag it to the black window).
2 – Put the mouse over the place you want to click and wait for the coordinates to be registered/shown.
3 – Do this until you done with the clicks you want, keeping an eye on the script running. When you done just stop the script using CTRL+C, so no more positions will be recorded.
The red numbers are just little helpers, usually you should ignore the number 0, because this 0 position was where you had your mouse when you initiated the script, but not always.
Now all you have to do, is to update the red numbers for “sendClicks_execute.py” on Notepad++.
The code is very easy to read, so if you need more clicks, just copy and paste the code.
Let me know in the comments what kind of automated clicks you do with this script 🙂
BONUS TIPs
If you want to do a double click, use this code:
mouse.click(Button.left, 2)
For right click is:
mouse.click(Button.right, 1)
For middle click is:
mouse.click(Button.midle, 1)
Download the Python scripts here
TeamViewer Popup Killer v2.3
If you are here, you are one of thousands of people that hate popups…
By now you probable already know TeamViewer Popup Killer software, and chances are that you got it from the previous website, GromichoAFSystems.com.
Gromicho AF Systems is now GromasTech, and all the software will be updated for new branding and also some new improvements.
Today was the time of TeamViewer Popup Killer to get updated!
There are not much features added as most work was done internally to fix some bugs and to give a better user experience using the program.
Although there is two new features that I bet you will like! At least one of them maybe…
As requested by the user “Klepp0906”, an option to hide the icon on the Windows system tray was added. This is working but I still consider it as a testing/experimental feature.
Another feature added was the “dark mode” theme. This far from perfect, and its there as a market research, so please let me know in the comments what do you think about this, and if you actually want a dark mode.
Also, don’t forget to let me know in the comments bellow what do you think about TeamViewer Popup Killer in general. If you want a new feature, just click here to request it!
Download TeamViewer Popup Killer
Welcome to Gromas Tech – Former Gromicho AF Systems
Gromas Tech is the new name for Gromicho AF Systems.
You will find here what you already had on Gromicho AF Systems website, and much, much more!
Gromas Tech will focus on apps development, scripting, 3D printing, DIY projects, electronics, translation services, and whatever cross our way 🙂
Don’t forget to update your bookmarks from GromichoAFSystems.com to GromasTech.com
If you like the change or have any comment or suggestion, please leave your comment bellow.
Xtra Protect 2 – With better detection and available in Portuguese
Xtra Protect has just been updated to version 2!
What’s new?
Well, to start, Xtra Protect is now available in Portuguese with a language selection window at the program startup.
Also, to help you to identify your Windows name and version, Xtra Protect displays this information at the status bar.
We also updated the way that Xtra Protect checks for the WannaCry vulnerability to instantly let you know if you are protected, so you won’t need to go online to check if you are protected, based on some alert message given by Xtra Protect. Now there is at least 3 checks that Xtra Protect does to check your system against WannaCry.
We made some cosmetic changes, along with some text errors corrections, for example, Petya is not a ransomware, it’s actually a data destroyer virus, because it gives you no option to recover your files. Xtra Protect was still checking for this vulnerability, but the text was just not right.
The feedback given to you (the user) is now more clear, and you will have more information at your hands to help you in case your system is not protected.
If you are here for the first time… What is Xtra Protect?
Xtra Protect will help you to keep your computer safe from Petya, WannaCry and Bad Rabbit ransomwares.
With this little tool, you can protect your computer from this ransomware virus.
Most (if not all) antivirus have already built-in protection against this types of ransomware. So, why do you need this?
Imagine that you just got a fresh new installed Windows, you still don’t have an antivirus installed but you want to make sure you are protected before you start installing other software…
Just use Xtra Protect, click click and you are protected.
Xtra protect is NOT an Antivirus, think it like an Antivirus Assistant. Xtra protect function is to create some files in your Windows directory that will prevent ransomware from getting your system infected.
At the moment, Xtra Protect will only protect you from the ransomware shown in the program. In the future, I might add some more protections to other variants of ransomware.
If you prefer to do this manually just follow this links:
Manual fix for Petya
Manual fix for Bad Rabbit
Manual fix for WannaCry
Please let me know your thoughts about Xtra Protect in the comments.
Protect your computer against ransomware with Xtra Protect
Xtra Protect will help you to keep your computer safe from Petya, WannaCry and Bad Rabbit ransomwares.
With this little tool, you can protect your computer from this ransomware virus.
Most (if not all) antivirus have already built in protection against this types of ransomware, so why do you need this?
Imagine that you just got a fresh new installed Windows, you still don’t have an antivirus installed but you want to make sure you are protected…
Just use Xtra Protect, click click and you are protected.
Xtra protect is NOT an Antivirus, think it like an Antivirus Assistant. Xtra protect function is to create some files in your Windows directory that will prevent ransomware from getting your system infected.
At the moment, Xtra Protect will only protect you from the ransomware shown in the program. In the future, I might add some more protections to other variants of ransomware.
If you prefer to do this manually just follow this links:
Manual fix for Petya
Manual fix for Bad Rabbit
Manual fix for WannaCry
Please let me know your thoughts about Xtra Protect in the comments.
Password Protect Folders with the updated Protect Folder v3.2
[This software has been discontinued as of 07/02/2019 and no more updates will be released. Thank you for everyone that supported this software, but this did not have the acceptance expected, therefore it has been discontinued to open room for new software releases. Download and use it at your own risk. Licenses can still be issued for those who wish to purchase them.]
If you’re here for the first time, Protect Folder is a free software to lock and block your folders access with or without password. This will avoid curious people from accessing your private folders and also keep it safe from virus. Use it to block your videos, images, documents or any other content from curious eyes!
Protect Folder integrates into the folders context menu in order to quickly help you locking/protect and unlocking/unprotect folders!
Since Protect Folder version 3.0 we introduced a new feature so long-awaited by all Protect Folder users, the possibility to recover your lost passwords!
Now you just need to enter a recover email address and if you forget your password you’ll be able to recover it using your email address.
Protect Folder v3.x is free of charge, however, it has some Premium features and you’ll need a license to use them. If you wish to get a license please click here.
Here are the modifications to this new version of Protect Folder:
[wptab name=’Premium VS FREE’]
Protect Folder v3.x is available for free, but if you wish to extend its features you can unlock all features with a license that you can get here.
Here are the differences between Premium and Free versions of Protect Folder v3.x
[/wptab]
[wptab name=’Bug Fixes’]
FIXED: Sending emails – There was an issue with the “send email” feature in case you forgot your password, due to server updates. Now it’s fixed.
NEW: Check “working directory” – If the “working directory” was deleted after being used by Protect Folder, when you open Protect Folder again this could give an error while trying to protect a folder. Now Protect Folder with check if the selected “working folder” exists before continue.
NEW: Protect Folder Updater – With this new update system, you won’t have to do the file moving manually. Just press the update button and let Protect Folder work for you automatically.
[/wptab]
[wptab name=’Known bugs and issues’]
- Unfortunately Protect Folder v3.0 and above can’t recover passwords from folders protected with previous versions of Protect Folder, this is because this is a new feature added to Protect Folder v3.0 and above.
- If you try to protect a folder with only a 0 byte file it will show the ErrorX25, this is not really important because if a file has 0 byte it means it has no information at all. However if you think this is important to you, just request this feature using the contact form or the comments bellow.
- Using the TAB key with protect folder is not very user-friendly due to some issues with the skin.
[/wptab]
[end_wptabset]
You can choose 2 different files to download: Full install or Portable.
Please choose the appropriate tab to download your version.
[wptab name=’Full installation (Recommended)’]
Download this file to fully install Protect Folder in your computer. This will create a shortcut in your desktop, so you can easily open Protect Folder.
Download Protect Folder Setup
[/wptab]
[wptab name=’Portable version (to use on USB flash drives)’]
This download is a ZIP file containing Protect Folder and two Windows API DLL’s needed by Protect Folder. You’ll need to keep all 3 files on the same folder.
Download Protect Folder Zip
[/wptab]
[end_wptabset]
- Protect folder is available in other languages, click here to download your language for free!
- (If you want to translate Protect Folder to your language, just click here to know more!)