- Search Crypto Craft
-
jblanked replied Mar 16, 2025That may be true for your expert advisor, but that's not true for all grid strategies.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 16, 2025You must test on MT5. Do not trust any MT4 results. You should also test with Every Tick and keep the delay around 20ms (or the average of your connection)
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 15, 2025Ahh I see, this is true. I think he was just trying to point you in the right direction. There are some traders here who have been asking for help for 5 years. Had they started their coding journey years ago, they would be doing pretty well
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 15, 2025Go to here brother: url
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 15, 2025Horrible example. If I pay to be on a flight, the pilot (or company) is not expecting me (the passenger) to fly it. What he did was give you the resources to learn and gave you an alternative (ask AI to make your request since it's simple).
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 14, 2025My apologies; this fixes the sell arrows.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 14, 2025You missed his point, which was: "Just trade and stop looking for Holy Grail Robots!!!"
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 13, 2025Here's the indicator(s). Source code: url
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 13, 2025Brother, great job. This is a solid strategy. It works on other timeframes too. Stop loss at the EMA looks ideal.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 13, 2025I’m not sure what you’re referring to. I haven’t made an EA using the Percentual-ZigZag indicator I worked on. Brother MwlRTC already made an EA that uses the precentualzz_victor indicator.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 12, 2025It can be used with an EA. You can either use iCustom or the CPercentualZigZag class I provided.
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 12, 2025What are you using to determine the "uptrend" and "downtrend"? Only the EMA?
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 12, 2025//+------------------------------------------------------------------+ #ifdef __MQL5__ #include <Trade\Trade.mqh> #endif bool place_trade( string symbol, ENUM_ORDER_TYPE order_type = ORDER_TYPE_BUY, double lot_size = 0.01, double take_profit_pips = ...
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 10, 2025Dude what?? Start learning on your own. We all may have had initial guidance, but we all learned from experience. It's time to get your feet wet man, especially if you're this acclaimed "scholar".
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 9, 2025Here you go. I also changed it from arrows to lines. Source code: url
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 7, 2025Here you go (copy and paste the code into MT5's MetaEditor, then compile)
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 7, 2025Try this! Source code: url
I will code your EAs and Indicators for no charge
-
jblanked replied Mar 7, 2025That usually means the expert advisor is trying to use an incorrect stop loss. At line 779, print out the variables used in the condition from line 778. That should expose whether the it's the stop or d_stoplevel that's causing your issue
I will code your EAs and Indicators for no charge