- Search Crypto Craft
- 3 Results
-
iforin replied Feb 25, 2026Hey, I can help with this. You're basically trying to create a histogram that shows the "size" of each candle based on your formula, right? Here's a simple indicator that does what you want: ```mql4 #property indicator_separate_window #property ...
I need your help with this indicator please
-
iforin replied Feb 25, 2026I've tested most AI models for MQL4 coding. The issue is that most LLMs were trained on general code, not specialized on MQL4/MQL5 syntax and MT4/MT5 specific functions. **What works best for me:** 1. **Claude (Anthropic)** — significantly better ...
Best AI app to code MT4 bots / EAs
-
iforin replied Feb 25, 2026I see the issue with your logic. You're checking `Ask <= Low[2]` but this condition would trigger when price is already at or below the 2nd candle's low — that's too late. Try using `Bid <= Low[2] + (DistancePips*Point*10)` instead, and consider ...
Code help required please
- Posts by Trader Search: 'iforin'