- Search Metals Mine
-
PlSoft replied Jan 27, 2026Hi! Great to hear that you managed to install everything without any issues and that the system is updating every 5 minutes — that means the core setup is working perfectly. About the PowerShell screenshot: no worries at all. You didn’t miss any ...
Currency Strength Indicator
-
PlSoft replied Jan 19, 2026Don’t give up. image Just do something simple: copy and paste the returned text into Copilot and follow the instructions. You’ll see that everything will be resolved.
Currency Strength Indicator
-
PlSoft replied Jan 16, 2026
MRP Monitoring – Detected Signals The system is monitoring in real time the CSV file generated by MetaTrader. Each line represents an operational signal for a currency pair, with the following parameters: PAIR: currency pair (e.g., ...Currency Strength Indicator
-
PlSoft replied Jan 7, 2026image “This will be the programming environment.” file file file file file file file I had to change the file extension from .py to .txt because the forum does not accept the .py extension. Don’t be afraid to use Copilot when you ...
Currency Strength Indicator
-
PlSoft replied Jan 7, 2026How to Install Anaconda on Windows — Complete Guide 1. Go to the official website Open your browser and visit: url (you can also search for anaconda.com on Bing) Click Download. 2. Download the Windows version Choose: Anaconda Distribution – ...
Currency Strength Indicator
-
PlSoft replied Jan 7, 2026file MRP — Market Relative Pressure is an indicator developed in MQL4 to analyze directional market pressure in the Forex market through a structured and reproducible approach. When MQL4 is pushed beyond a certain level, the platform tends to use ...
Currency Strength Indicator
-
PlSoft replied Jan 6, 2026image Happy New Year. We begin 2026 with the development of a new MQL4 indicator designed to acquire, structure, and reliably store a .csv file containing the operational data required for external processing. The indicator integrates a Currency ...
Currency Strength Indicator
-
PlSoft replied Nov 26, 2025The last three columns are ADR, AWR, and AMR. image Consistently, the maximum and minimum values are divided into ten equal segments, and the current price position within this band is recorded inside square brackets. image This code block ...
Currency Strength Indicator
-
PlSoft replied Nov 26, 2025Fibonacci levels column. image The level is calculated using zone.start and zone.end of the SDW box. "This is the sample attachment to illustrate how I prefer to position Fibonacci; this is exactly the calculation of the indicator. image The ...
Currency Strength Indicator
-
PlSoft replied Nov 26, 2025I will now explain the SDW[h] column. image This routine computes the number of hours elapsed since the end of the most recent zone in an array of structures. If the array is empty, it returns EMPTY_VALUE. It identifies the last zone, determines ...
Currency Strength Indicator
-
PlSoft replied Nov 26, 2025Now that I have explained how to save the 'Filtro.txt' file, I will proceed to illustrate the CSI column. image The function f0_0 computes the CSI (Bid Ratio) based on OHLC values of the selected timeframe. It evaluates the candle range and ...
Currency Strength Indicator
-
PlSoft replied Nov 26, 2025image Do not be concerned. Within the MetaTrader [File] menu, select the [Open Data Folder] option. Once the 'Files' directory has been located, simply copy the 'Filtro.txt' file into it. The procedure is considerably more straightforward to ...
Currency Strength Indicator
-
PlSoft replied Nov 25, 2025Release Notes – Easy Board Indicator Version: Experimental Build – November 2025 Enhancements Graphical Interface Completed Finalized the graphical dashboard layout and removed all obsolete code. Improved clarity and streamlined visual components ...
Currency Strength Indicator
-
PlSoft replied Nov 23, 2025image New update. file
I will code your EAs and Indicators for no charge
-
PlSoft replied Nov 23, 2025// Composite Score (0–100) con descrizione string NoiseScore() { double eff = 1.0 - ATR_Efficiency(Lookback); // low eff = noise double comp = CompressionValue(0)/3.0; double adx = MicroADX(); double adxNoise = (adx < 15) ? 1.0 : (adx > 30 ? 0.0 : ...
I will code your EAs and Indicators for no charge
-
PlSoft replied Nov 23, 2025I'm interested in testing these numbers. This is my version.
I will code your EAs and Indicators for no charge
-
PlSoft replied Sep 12, 2025Hi. I added the option to upload a graph by clicking on the symbol. file
I will code your EAs and Indicators for no charge
-
PlSoft replied Sep 9, 2025Choose which timeframe to use on the chart with the daily candlestick always visible. This example is H2 image file
ADR indicator
-
PlSoft replied Sep 2, 2025Hi, Thank you for reminding me of this feature, which I immediately added to the DWM indicator. file image
ADR indicator