Eusebiu Dascalu / 프로필
- 정보
|
no
경험
|
1
제품
|
1123
데몬 버전
|
|
0
작업
|
0
거래 신호
|
0
구독자
|
저는 15년 이상 금융 시장에 종사해 왔으며, 전통 금융 시장과 암호화폐 시장 모두에 깊은 관심을 가지고 있습니다.
특히 금(XAUUSD) 시장에 열정을 가지고 있으며, 변동성, 구조, 그리고 독특한 움직임 때문에 적극적으로 시장을 관찰하고 거래하고 있습니다.
저는 거래 아이디어, 시장 행동 분석, 그리고 실제 시장 상황에 적용 가능한 실용적인 알고리즘 솔루션 개발에 주력하고 있습니다.
특히 금(XAUUSD) 시장에 열정을 가지고 있으며, 변동성, 구조, 그리고 독특한 움직임 때문에 적극적으로 시장을 관찰하고 거래하고 있습니다.
저는 거래 아이디어, 시장 행동 분석, 그리고 실제 시장 상황에 적용 가능한 실용적인 알고리즘 솔루션 개발에 주력하고 있습니다.
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.
소셜 네트워크에 공유 · 3
Eusebiu Dascalu
⏳ Only 3 hours left to get TALON Gold Scalper discounted from 99 USD to 65 USD!
소셜 네트워크에 공유 · 2
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! 🚀
소셜 네트워크에 공유 · 3
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!
소셜 네트워크에 공유 · 4
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.
소셜 네트워크에 공유 · 2
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.
소셜 네트워크에 공유 · 3
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.
: