Eusebiu Dascalu / 个人资料
- 信息
|
不
经验
|
1
产品
|
1054
演示版
|
|
0
工作
|
1
信号
|
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.
: