- Search Metals Mine
-
TeChaoLiang replied Jun 15, 2021No. I don't think it will work for Icarus. For Icarus or Robin does not have a real stop loss mechanism. When the price hits the stop loss, it won't close the position but put an additional position in. Hence, the risk of a grid trading EA, ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 15, 2021Adding a money management option is easy but how to decide an appropriate lots is sophisticate for a grid trading EA. This should be the next topic we should discuss here. Owing to the fact that a grid trading EA is not like other EA that trade only ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 14, 2021They are two different EAs. url
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 14, 2021Thanks for your attachment of the long strategy test result so that I can find the problem. The problem is I deal with hedging cycles before the normal cycle and I forgot the code borrow from Icarus will read the situation of positions at each ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 14, 2021Normally, the hedging order should follows the order to be hedged. Like order 29, order 30 shows. It is strange that why order 246 was not hedged? I'll PM you my email address, please send the StrategyTest Report to me for check.
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 13, 2021Good thread, worth to go further study. I subscribe.
PVSRA (Price, Volume, S&R Analysis)
-
TeChaoLiang replied Jun 13, 2021Would you please show the result near order 246 to me so that I can find out whether the loss order 246 was not hedged or the hedging order was closed for some reason but not settle order 246 at the same time. Perhaps you can try Robin_2.6, the ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 10, 2021I think EA can calculate ticks variation. If you offer me an indicator of ADR that can draw mtf ADR band, EA can then read the value of the band. But EA can not draw anything on the chart window. Semaphore is a message that an indicator generate. EA ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 9, 2021How to tune grid trading EAs in this thread Suppose you have a better indicators trigger setting for you. As I mentioned before, when to enter is not so important to grid trading logic. Then you can disable ATR for grid size first, run back test ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 9, 2021Please Stop Asking What is The Best Settings The most important settings of a grid trading system is you have to find out an appropriate grid to trade. Do not think or even believe the default settings of the EAs. The default settings only serve a ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 9, 2021Owing to fact that I don't know why I cannot edit post #820. The modification of Robin 2.5 is attached here. It fixed manually open a position with a 0 lots bug in the original codes of Icarus. I had fixed the problem in Icarus but forgot to fix the ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 9, 2021No, You do nothing wrong. I remember it happened before when I modify forcing Icarus into yellow alert for MaPi. It seems to be a bug in original codes of Icarus. I'll try to fix it soon. The reason is when you manually buy or sell at the beginning, ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 8, 2021All versions of Icarus and Robin won't work because the original code of closing a cycle is: if(buy_max_profit>0 && buy_close_profit>0 && buy_max_profit>buy_close_profit && total_buy_profit<buy_close_profit) You set profit_lock to 1.0 will make ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 7, 2021The EAs are irrelevant to the time frame you are running, because they iterate every tick value changed. Although in the back test mode, you will see different results. That is the historical data do not has the tick value, and different time frame ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 7, 2021Each EA just taking care of its own cycles of trades.
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 7, 2021Just to prevent from too frequently re-hedging. You can less or increase it if you like. Also, you can put it as a initial settings. You can modify the code to make it more comprehensive, and share back to me, thanks.
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 7, 2021You are welcome, Robin 2.5 does not means Robin 1.1 is useless. Robin 1.1 is a pure with trend grid trading EA, although hedging effect is its side effect, but you have to close a loss position manually when the hedging position is decoupled from it. ...
Free Grid EA Ikarus - From zero to hero