Re: 📈 ASki's MT5 Setup
2This looks good ASki thanks for sharing your setup for everyone to try. Going to load it up when I'm back on my pc. Great chart colors too
- These users thanked the author ChuChu Rocket for the post:
- ASki
Re: 📈 ASki's MT5 Setup
3At first I thought this had the Solar Wind indicator but looked into it further and the Trend Force uses a Spearman Rank Correlation.
Interesting set up mate, thanks!
Interesting set up mate, thanks!
Re: 📈 ASki's MT5 Setup
4The Trendforce is based off of leledc-ssrcforcefinal. I use it as a filter for market chop. I think the system works best with no wick renko removing the lag timeframes have with volatility spikes.Jimmy wrote: Tue May 26, 2026 7:48 pm At first I thought this had the Solar Wind indicator but looked into it further and the Trend Force uses a Spearman Rank Correlation.
Re: 📈 ASki's MT5 Setup
5Yes that's right leledc-ssrcforcefinal uses Spearman. Traders are quick to criticize all recalculating indicators but as you said, it can be used as a noise/market "state" filter.ASki wrote: Tue May 26, 2026 8:25 pm The Trendforce is based off of leledc-ssrcforcefinal. I use it as a filter for market chop. I think the system works best with no wick renko removing the lag timeframes have with volatility spikes.
PS: You've probably seen it already but there's also an old version for MT4 by Leledc who also made a non-repainting one.
- These users thanked the author Jimmy for the post (total 3):
- RodrigoRT7, ASki, thomdel
Re: 📈 ASki's MT5 Setup
6Indicator fixes and updates for renko. I made a working renko generator EA and an EA using the Candles and histogram.
Re: 📈 ASki's MT5 Setup
7For ease of use, i'm consolidating the updated system here. No need to compile as they include .ex5. For the EA, you will need to enter the pair in the settings. The wanted StopLoss settings could change drastically depending on the instrument. Meaning a setting of 150 is nothing on XAUUSD, Indicies or Crypto. My logic is to use a wide stop loss as a fail safe. The template files path is MQL5-Profiles-Templates. If you find a good pair or settings, share them. Good luck, Pips up.
Re: 📈 ASki's MT5 Setup EA update
8Update to EA. I found the EA was reentering trades when the Stop Loss was hit and conditions still apply.
Changes:
BUY hits stop loss → further BUY entries are blocked.
SELL hits stop loss → further SELL entries are blocked.
The lock clears only when an opposite signal successfully opens an opposite trade.
Normal signal-based closures do not activate the lock.
Version updated to 2.21.
Changes:
BUY hits stop loss → further BUY entries are blocked.
SELL hits stop loss → further SELL entries are blocked.
The lock clears only when an opposite signal successfully opens an opposite trade.
Normal signal-based closures do not activate the lock.
Version updated to 2.21.