- Search Metals Mine
-
TeChaoLiang replied Jun 6, 2021Robin 2.5 Here is a new version of Robin, Robin 2.5. This version of Robin will handle another two hedging cycle for dealing with hedging positions. When a hedging position achieve its hedging purpose, that is, BE to the loss position it hedged, ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 6, 2021Run the attached script on your chart terminal. You will get the information of your broker offered. file
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 6, 2021Yes. They are free. No expiration date.
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 4, 2021Of course, That is why I handle 4 cycles separately. See below BT result. The orange close arrow is closed by hedging cycle in profit. The yellow close arrow is closed by hedging position reaches it SL. image image The dilemma is when in a small ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 4, 2021My broker does not offer DowJones and German Dax indices symbol on MT4.
New Year Stress-free trading system for traders with patience
-
TeChaoLiang replied Jun 4, 2021Thanks for your suggestion. Because the hedging position is combined into the opposite cycle, that is no easy way to handle the hedging position separately. I am now developing another version of Robin, It will handle 4 cycles. Say, Buy Cycle, Sell ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 3, 2021New Modified Versions of Icarus Attaches are the new modified versions of Icarus. The new versions can do manually control when Icarus begin to run, and removed the Alert Yellow switch in the settings. Icarus_M.2.5: using BUY/LOW and SELL/HIGH as ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 3, 2021Whether or not the "yellow" is turn on, it is totally irrelevant to orders is opening or closing. The "yellow" states only let you can open or close orders manually. If you want to close orders manually, you don't need the button in yellow state to ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 2, 2021Thanks for the Random EA. I think there are many I can learn.
New Year Stress-free trading system for traders with patience
-
TeChaoLiang replied Jun 2, 2021If I had the mq4 file of your version, it is very easy to move the whole part to Icarus 2.4 or Robin. I hate to deal with the showing objects on the chart window, because there are hundreds lines of codes to read and find the way to modify. Although ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 2, 2021When the color of the buttons are green, none of any operation will effect. The buttons operation is from Icarus, not my own design and I am not changing them. You can modify the setting of Max_positions to zero to force the color turn to yellow, ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 1, 2021It is not the digits problem, I don't have any problem with 5 digits or 3 digits. If you can do, you can try to write a very simple script: void OnStart() { //--- MessageBox("Tick Value = "+DoubleToString(MarketInfo(Symbol(),MODE_TICKVALUE),5) ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Jun 1, 2021I had checked the "Zero Divide Error" problem. It point to the following code: return(price*ter_tick_size/ter_tick_value/volume); because ter_tick_value is zero. But why it is zero? the variable ter_tick_value is initiated by the following code: ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 30, 2021Perhaps, it is a good idea. That will be the simplest way to modify Robin 1.1. I just need to cut off the loss position when it reaches the virtual SL. However, I had tried this way before, the result seems no good. Theoretically, it should not be ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 30, 2021Do you know what its logic is? "to add positions with the TREND not against" is just a simple with trend grid trading concept. Robin 1.1 is developed according the with trend grid trading concept. As I mentioned in post 788, a with trend grid ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 29, 2021Robin 1.1 is a with trend grid trading EA. A with trend grid trading in most of the cases has the hedging effect of loss position. But a with trend EA won't take care of hedging situation seriously. Robin 1.1 can be used to trade. However, it's like ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 29, 2021I am trying to separate hedging cycle from normal cycle so that the hedging positions won't be closed when the cycle reaches the profit lock condition. Now I need alternative exit condition for the hedging cycle to exit. Could you suggest different ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 29, 2021Of course I have to improve the hedging function of Robin. However, it is a difficult problem to be solved. I think, not only I myself but all of you could try to find a solution for dealing with such a situation. Any Idea could you offer?
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 29, 2021You can check the opened positions on your MT4 terminal, when you see a relative larger loss position without a hedging position against it, you should close the loss position manually.
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 28, 2021It had been hedged by an opposite position, but the hedging position are closed early due to the cycle reaches its profit lock condition. For example, if using a buy position to hedge a loss sell position, when the total profit of buy cycle reaches ...
Free Grid EA Ikarus - From zero to hero