Eusebiu Dascalu / Profil
- Informations
|
Aucun
expérience
|
1
produits
|
1054
versions de démo
|
|
0
offres d’emploi
|
1
signaux
|
0
les abonnés
|
Je travaille sur les marchés financiers depuis plus de 15 ans et m'intéresse particulièrement aux marchés traditionnels et aux cryptomonnaies.
Je suis particulièrement passionné par l'or (XAUUSD), un marché que je suis et sur lequel je trade activement en raison de sa volatilité, de sa structure et de son comportement unique.
Mon travail est axé sur les stratégies de trading, l'analyse du comportement des marchés et le développement de solutions algorithmiques adaptées aux conditions réelles des marchés.
Je suis particulièrement passionné par l'or (XAUUSD), un marché que je suis et sur lequel je trade activement en raison de sa volatilité, de sa structure et de son comportement unique.
Mon travail est axé sur les stratégies de trading, l'analyse du comportement des marchés et le développement de solutions algorithmiques adaptées aux conditions réelles des marchés.
Eusebiu Dascalu
🚀 TALON Gold Scalper UPDATE (V1.2)
Max Trades: 7
New module integrated: (More trades for more profits)
Bug fixes: Fixed an internal bug that was preventing some trades from opening.
Real Ticks Performance: We retested under maximum risk conditions. The account survived and reached over $21,000,000 in just 2 years, starting from a $10,000 balance.
Max Trades: 7
New module integrated: (More trades for more profits)
Bug fixes: Fixed an internal bug that was preventing some trades from opening.
Real Ticks Performance: We retested under maximum risk conditions. The account survived and reached over $21,000,000 in just 2 years, starting from a $10,000 balance.
Eusebiu Dascalu
⏳ Today, a few hours before the market opens, TALON will return to its original price of 99 USD.
Wishing everyone a great trading week ahead! 🚀
Wishing everyone a great trading week ahead! 🚀
Eusebiu Dascalu
🏷️ Here, we try to make money from the market, not from selling robots — that’s why TALON Gold Scalper will be at a discount this weekend!
Eusebiu Dascalu
What's new in TALON Gold Scalper V1.1 🚀
We have taken the system to a new level of precision, control, and safety. Here are the most important improvements added in this release:
Aggressive Mode (relaxed filters / more trades)
Daily Profit Target (securing the day)
Max Open Trades (exposure control)
Visible Magic Number (simplified account management)
⚠️ Attention! Adjust the volume according to your risk tolerance. Always test on a demo account before trading live.
We have taken the system to a new level of precision, control, and safety. Here are the most important improvements added in this release:
Aggressive Mode (relaxed filters / more trades)
Daily Profit Target (securing the day)
Max Open Trades (exposure control)
Visible Magic Number (simplified account management)
⚠️ Attention! Adjust the volume according to your risk tolerance. Always test on a demo account before trading live.
Eusebiu Dascalu
A real scalper wants action, so TALON is working on the "Aaggressive mode". Stay tuned 🚀
Eusebiu Dascalu
# About Testing in MT5
If you run the same EA with the exact same settings and get completely different results, the problem is usually not the code. The problem is often the MT5 Strategy Tester.
For scalping systems, even small errors can completely change the results.
## The 3 most common problems
### 1. “Current” Spread
If you test at night or during weekends, the spread can become huge and block most trades.
✅ Always use a fixed spread (example: 10, 20, 30).
---
### 2. Wrong Data Modeling
If the tester runs on “1 minute OHLC”, many precise entries will be missed.
✅ Always use:
**Every tick based on real ticks**
---
### 3. Corrupted Cache
MT5 stores old test data and temporary files. Sometimes the tester starts using incorrect or “ghost” data instead of real market prices.
✅ A full “Hard Reset” is recommended.
# How to do a Hard Reset in MT5
### Step 1 — Delete Tester Cache
* File → Open Data Folder
* Go to: `Tester → cache`
* Delete all files inside the folder
### Step 2 — Delete Old History Data
* Go to: `bases → your broker → history`
* Delete the tested symbol folder (example: XAUUSD)
### Step 3 — Restart MT5
* Completely close MT5
* Open it again
* Recompile your EA
### Step 4 — Run the Test Properly
Use:
* **Every tick based on real ticks**
* Fixed spread
Then press Start.
This forces MT5 to download fresh data and produce results much closer to real market conditions.
If you run the same EA with the exact same settings and get completely different results, the problem is usually not the code. The problem is often the MT5 Strategy Tester.
For scalping systems, even small errors can completely change the results.
## The 3 most common problems
### 1. “Current” Spread
If you test at night or during weekends, the spread can become huge and block most trades.
✅ Always use a fixed spread (example: 10, 20, 30).
---
### 2. Wrong Data Modeling
If the tester runs on “1 minute OHLC”, many precise entries will be missed.
✅ Always use:
**Every tick based on real ticks**
---
### 3. Corrupted Cache
MT5 stores old test data and temporary files. Sometimes the tester starts using incorrect or “ghost” data instead of real market prices.
✅ A full “Hard Reset” is recommended.
# How to do a Hard Reset in MT5
### Step 1 — Delete Tester Cache
* File → Open Data Folder
* Go to: `Tester → cache`
* Delete all files inside the folder
### Step 2 — Delete Old History Data
* Go to: `bases → your broker → history`
* Delete the tested symbol folder (example: XAUUSD)
### Step 3 — Restart MT5
* Completely close MT5
* Open it again
* Recompile your EA
### Step 4 — Run the Test Properly
Use:
* **Every tick based on real ticks**
* Fixed spread
Then press Start.
This forces MT5 to download fresh data and produce results much closer to real market conditions.
Christian Paul Anasco
2026.05.02
Interesting take. How do people change the spread on the Strategy Tester? I can't seem to figure this out.
Eusebiu Dascalu
2026.05.07
Some MT5 versions have the spread setting inside “Symbol” settings in the Strategy Tester. If you don’t see it, I think only some brokers offer it.
: