- Search Crypto Craft
-
zhin replied Feb 24, 2024Is anyone interested in this version? Since it is decompiled source code, there may be some errors that need to be fixed. I don’t know if this version can be used normally
Most Famous Blessing 3.9.6 EA and Setfiles
-
zhin replied Feb 24, 2024I have found the decompiled source code of blessing Evolution v1.43t.mq4. Is there any programmer interested in joining me to attempt to write this functionality in MQL5 version?
Most Famous Blessing 3.9.6 EA and Setfiles
-
zhin replied Feb 24, 2024Please upload the evo 1.4 mql4, I'm interested in fixing the bug. Thank you!
Most Famous Blessing 3.9.6 EA and Setfiles
-
zhin replied Feb 21, 20241.0=100%,That is, no profit lock-in. 0.5 is to lock in half of the profit, and 100pips to lock in 50pips profit. Close the position when the floating profit is less than 50pips
Free Grid EA Ikarus - From zero to hero
-
zhin replied Feb 21, 2024Thank you for your explanation. profit_lock does work. It was because I filled in the wrong value before that it didn’t work.
Free Grid EA Ikarus - From zero to hero
-
zhin replied Feb 20, 2024if (strict_signals) { if (orderType == OP_BUY && !Indicators_Buy()) { return; // No valid buy signal, do not open new buy order } if (orderType == OP_SELL && !Indicators_Sell()) { return; // No valid sell signal, do not open new sell order } } can ...
Free Grid EA Ikarus - From zero to hero
-
zhin replied Feb 20, 2024When max_equity equals 0, a fatal error occurs. But it doesn’t matter, because when max_equity equals 0, it means that the account has exploded。This EA is complicated. When I have time, I will check the issue of automatic lot counting.
Free Grid EA Ikarus - From zero to hero
-
zhin replied Feb 19, 2024void InitVars() { // Reset number of buy/sell orders buys = 0; sells = 0; hedge_buys = 0; hedge_buys = sells; // ??? should be: hedge_sells = 0; There is an error
Free Grid EA Ikarus - From zero to hero
-
zhin replied Feb 18, 2024if (_Ticket > 0 && Debug2Log_) Print("Indicator Entry - (", IndicatorUsed, ") SellLimit MC = ", Trend); if (Ticket > 0) { if (Debug2Log_) Print("Indicator Entry - (", IndicatorUsed, ") BuyLimit MC = ", Trend); CpBL++; // count pending buy limit } ...
Most Famous Blessing 3.9.6 EA and Setfiles
-
zhin replied Feb 5, 2024I recommend using a fixed lot size, and then manually modify the lot size when the account balance doubles.
Most Famous Blessing 3.9.6 EA and Setfiles
-
zhin replied Feb 5, 2024Thank you, but what I need is MT5
Most Famous Blessing 3.9.6 EA and Setfiles
-
zhin replied Feb 5, 2024Can you share this statistical indicator? thinks!
Most Famous Blessing 3.9.6 EA and Setfiles
-
zhin replied Dec 1, 2023Sorry, my English is not very good. It means to continue adding positions when the current position is profitable.
Most Famous Blessing 3.9.6 EA and Setfiles
-
zhin replied Nov 29, 2023Thank you for your response. I might also develop my EA based on Blessing3 without indicators. I'd like to hear more of your thoughts. Do you use trend-following averaging?
Most Famous Blessing 3.9.6 EA and Setfiles
-
zhin replied Nov 29, 2023Dear Emmanuel, how do you handle the situation of counter-trend averaging in Blessing3? I'd like to hear your insights on this!
Most Famous Blessing 3.9.6 EA and Setfiles
-
zhin replied Nov 29, 2023emmanuel,May I ask if your custom blessing EA opens positions based on indicators or if you manually open positions?
Most Famous Blessing 3.9.6 EA and Setfiles