- Search Crypto Craft
- kimku replied Oct 1, 2025
I tried it, and the coordinates saved by GV are not automatically deleted when loading the template
WM4X tools (dashboards and other useful programs)
- kimku replied Sep 30, 2025
There are 4 HeatMap groups, at least 2 or 3 of which must match the currency pairs we want to trade. However, if it is a "Trend Reversal" signal (such as OrderBlock, SND), only one set of coordination is required.
2P-Scanner
- kimku replied Sep 30, 2025
I use the following code to save the coordinates, everything works fine void OnDeinit(const int reason) { //if (reason == REASON_CHARTCHANGE || reason == REASON_CLOSE) { int panelX = MyDialog.Left(); int panelY = MyDialog.Top(); ...
WM4X tools (dashboards and other useful programs)
- kimku replied Sep 29, 2025
Hello, I'm also a programmer. I encountered a similar problem. My solution was to remove the following instruction in OnDeinit(): //if (reason == REASON_CHARTCHANGE || reason == REASON_CLOSE) I don't know the reason, but it worked.
WM4X tools (dashboards and other useful programs)
- kimku replied Sep 28, 2025
Good question, I will answer you later, I am quite busy recently.
2P-Scanner