- Search Metals Mine
-
TeChaoLiang replied Sep 12, 2021No, Robin does not bias to long or short. It only trying to feel the current bias. When a buy position is reached its virtual SL, it then feels a short trend and put a sell position to hedge it, and visa versa.
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Sep 12, 2021To learn a language, nature language or programming language, the best way I think is beginning from emulation. You can find an EA, not too simple and not too sophistic to begin your emulation and cross check the MQL4 document for understanding its ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Sep 11, 2021Historical data from Mql5.com are not complete for accurate back testing because the minimal time frame of the historical data is 1 minute. It doesn't have any tick data within the 1 minute. MT4 generates tick value from the least time frame ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Sep 8, 2021I have no experience of running Icarus on any account, demo, live or even back test. Your order sizes are strange, what is your init lots and lots progression? You have better show your settings for others can figure out whether or not your result ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Sep 7, 2021You can put your filter condition into line 1346, 1406, 1527, 1571. The condition for only create new order on new candle can be expressed as MathMod(TimeCurrent()/TimeFrame)==0 This is the right moment of the old candle closed and new candle opened ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Sep 7, 2021image So far, ATR grid size determine grid only at the beginning of the EA. If you want the grid size changed dynamically when each iteration of Icarus, you can move the code "grid_size = ATR_Grid_Size();" from line 243 to line 247. Then, ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Sep 1, 2021Icarus 2.2 is not my EA. So are all the versions of Icarus. I only added indicators for triggering Icarus. The trading logic of all version are the same. But I can tell you that Icarus is basically designed for Forex, not for XAUUSD. For all ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Sep 1, 2021For not confusing every one, I give version number 4.0 for the new Icarus. Icarus 4.0 covers all possible triggering functions of Icarus 2.X and Icarus 3.X. file file
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 31, 2021Your buffer numbers are correct. Only a minor problem that you should use Ask in the buy condition and Bid in the sell condition. But that is only to your enter price of a spread difference. You will buy at the price a little higher than the ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 31, 2021Spread 0 only a bit unrealistic to the real case but no harm to determine whether or not the EA is OK. My screen shot is not a screen shot of Icarus. The trigger condition is BB+CCI, that is price reaches BB up band and CCI > 100 then buy and price ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 30, 2021Sorry, I can't share my EA. The main reason is once I share my EA, the EA will become a free EA to every one. I can not sell the EA in the future. But I can share how the EA be developed to you. As I mentioned above, the enter condition is BB+COG, I ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 30, 2021BB trigger for Icarus M 2.2.4 is buy at low and sell at high. While BB trigger for Icarus M 3.3 is buy at high and sell at low. Note that Icarus is an against the trend grid trading EA. It makes profit mainly via the against the trend trading. That ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 29, 2021Use an EA to auto trade is different to doing a manual trade. You had better has a very understanding of the trading logic of the EA. How to understand the trading logic of an EA? There is no better way but to read the source code of the EA. Even if ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 27, 2021Did you prepare your history tick data using tick data suite? It seems to me only tick data suite will show you a 99.9% quality. But to my knowledge, it is impossible to have a 99.9% quality when back testing on MT4 because MT4 is not like MT5 that ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 25, 2021It is normal. If you set the profit chase (No. of orders with the trend), when the long position reaches the TP, it begin a profit chase that is what you saw a new long position is opened, it also perform a profit lock, when the total long profit ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 23, 2021After the last candle is complete then buy/sell signal is calculated and shown. That is, when you observe the signal shown, your buy/sell order could take place at any price within the current candle. The trigger condition you gave to me is just ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 23, 2021You have to use Robin_new 2.7. Don't use 2.7, because 2.7 is a special version dedicated for WPR indicator. See post #886. Also, you have to tuning the settings for the symbols you are going to trade. As I mentioned before, the default settings is ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 23, 2021Of course, I have tested it, however, I don't know whether or not it is accurate. I didn't prepare enough history tick data for EurUSA, so the modeling quality is not so good, but it works. Also, you have to adjust the settings for properly working. ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 22, 2021Your indicator is a custom indicator. Frankly speaking, I don't like to add too many custom indicators into Robin for the reason of they are not MT4 built in indicators. But I can give you a special version of Robin that triggers trades only ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Aug 17, 2021Robin_new_2.7 is the latest. Indicators-free? If you don't like indicators, don't check it.
Free Grid EA Ikarus - From zero to hero