- Search Crypto Craft
- 99 Results (10 Threads, 89 Replies)
-
EgoNoBueno replied May 21, 2025Yes, I saw those comments. In essence this EA acts like a Basket Trader with shallow profit targets. Basket Traders generally try to dollar cost average, and whenever you try to mitigate losses through averaging, you run the risk of simply having a ...
EA based on Trading Rush Video
-
EgoNoBueno replied May 21, 2025Nice discussion on AI platform comparisons, MwIRCT. Regarding Gemini's MQL4 code generation: Type Casting: Gemini often misses necessary type conversions in Print() statements (e.g., DoubleToString(), IntegerToString()). MQL4/MQL5/C++ Confusion: It ...
AI Model Analysis for MQL4 Code Generation
-
EgoNoBueno replied May 21, 2025Thanks MwIRCT, I totally agree with that analysis. Gemini 2.5 Pro is the best option for coding task. I do find that the quality of your engineered prompt at the outset of a project will strongly affect the workflow with the AI. Using the Deep ...
MQL4 AI Programming with Gemini (Google) Only
-
EgoNoBueno replied May 20, 2025If I could figure that out, I would have done that already.

The Kremlin's Secret System
-
EgoNoBueno replied May 20, 2025Check maximum spread allowed setting. MaxAllowedSpreadPoints = 2.0. Try increasing this to 21.0. For pairs with a wide spread this setting will kill trading.
EA based on Trading Rush Video
-
EgoNoBueno replied May 20, 2025So the rules are draw lines at D, H4, and H1 apexes. When price gets close to the line Sell or Buy and exit at next support resistance. You must also like stockings, high heels and tequila. Are you using any volume analysis, or Order Book flow? What ...
The Kremlin's Secret System
-
EgoNoBueno replied May 19, 2025Free basic Spread, Day of Week, and Candle Time remaining MQL4 indicator. Set row spacing with Row Spacing Input.
Pip Soup: A Bit of Everything
-
EgoNoBueno replied May 19, 2025I watched this video: url There were a few quotes about trading news events that peaked my interest: [/list] Based on that I had a report generated. See attached. { sensitive information deleted by staff, per request }
Pip Soup: A Bit of Everything
-
Pip Soup: A Bit of Everything
Started May 18, 2025|Trading Journals|12 replies
This thread is for whatever I feel like posting. Link to my GitHub MQL4 repository: {url}
-
EgoNoBueno replied May 18, 2025Thanks Pipclub I looked into it. Here is a preliminary report:
MQL4 AI Programming with Gemini (Google) Only
-
EgoNoBueno replied May 18, 2025Excellent material GymTrader. Thank you! I will review closely, and will update the guide to accommodate MQL5. Thanks for the contribution. In other news. Here is a repair attempt on an older Market Profile mql4 indicator. It may need more work. The ...
MQL4 AI Programming with Gemini (Google) Only
-
EgoNoBueno replied May 17, 2025RickM. Curious why do you not trade tick charts? Just not available?
5 second, 10 second and 30 second charts?
-
EgoNoBueno replied May 17, 2025I got the same problem. My EA's hit a rough patch with all the strange volatility. If you are Choch and Bos trader, I have code that will mark that up, or if you need HH, HL, LH, LL, there is plenty of code out there to mark traditional market ...
Anyone consistently profitable using Expert Advisors?
-
EgoNoBueno replied May 16, 2025What are the parameters for StochRSI and TTM?
(binned per thread starter’s request) reversionX: A Rule-Based
-
EA based on Trading Rush Video
Started May 15, 2025|Trading Systems|7 replies
Based off Trading Rush Video: Testing 87% Win Rate Strategy 100 TIMES (Actually Worked) Credit ...
-
EgoNoBueno replied May 8, 2025I would highly recommend you do not allow the AI to use PrintFormat() print statements. They seem to get garbled very often. Insist the AI use Print() statements with concatenation. I find PrintFormat() statement placeholders fail easily, and it is ...
MQL4 AI Programming with Gemini (Google) Only
-
EgoNoBueno replied May 8, 2025CFTC Rules On Executable Price Streams Market makers are expected to continuously provide executable price streams, meaning they must be able to execute orders at the quoted prices for a large percentage of the trading day. This requirement aims to ...
MT4 platform freezes during volatility
-
EgoNoBueno replied May 6, 2025The Soup Du Jour today is Gemini truncating code. Here is the work around to get your full code into Gemini so it can be processed: Procedure: Sharing MQL4 Code for Accurate AI Assistance Objective: To ensure the AI assistant (me) has the complete ...
MQL4 AI Programming with Gemini (Google) Only
-
EgoNoBueno replied May 4, 2025Everyday is a new adventure with Gemini. I started up a new chat, pasted in the code, and requested a change, and then was greeted by this new message: So this week we are back to cut and pasting in modifications.
MQL4 AI Programming with Gemini (Google) Only