- Search Metals Mine
-
TeChaoLiang replied May 14, 2021Mistyping of EU, GU, AU, NU, EJ, GJ, AJ, NJ eurusd, gbpusd, audusd, nzdusd, eurjpy, gbpjpy, audjpy, nzdjpy
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 14, 2021When you are running BT, it depends on the historical data of each time frame. So I like to do BT on the M1 time frame. If you are running fore test, the time frame should be irrelevant. Because the EA is iterative running every tick value changed ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 14, 2021If you saw my default settings of BB and ATR, you should know you can test it on whatever time frame you like. I set a fixed time frame for the indicators I used. It means, on whatever time frame, the indicators will give the value on the fixed time ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 13, 2021My suggestion is you can run Robin 1.0 on multiple currency pairs at the same time. Robin is a with trend grid trading EA, so the indicator trigger condition is Buy-Low Sell-High. I use BB at a relative larger TF H4, the trigger condition is not so ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 13, 2021You can change 1.5 in source code to 1.1. The 1.5 is my testing version number, when I tuning Robin there were many versions modified, from 1.1 to 1.5 tuning and modifying version by version. When I reached a relative consistent and stable one, I ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 13, 2021Robin_1.1 attached. Robin now is totally a with trend grid trading EA. I run it on several currency pairs, EU, GU, AU, NU, EJ, GJ, AJ, NJ, simultaneously for couple days with the settings I set as the default. (I give each currency pair a different ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 11, 2021As I predicted, your 'use together' is the complicated one. To find a divergence could occur potentially is easy from the terminal window visually but is difficult to code in an EA. The purpose we use indicators is just for helping to initiate a ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 11, 2021Technically, it is no problem to add an indicator. However, if you want use it together with RSI, I need to know how do you use two indicators together? Please share with me how you use them together, for the reason I can learn trading skills from ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 10, 2021Grid size is just a value that Icarus use to calculate the virtual SL. If you are not sure what a grid size value should be set, you can use indicator ATR to help you. I code a function to calculate the grid size as follows. int ATR_Grid_Size() { ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 10, 2021Of course, it is different, ATR(4) with TF H4 is an exponential moving average of 4 hours true range, ATR(64) with TF 15 is an exponential moving average of 15 minutes true range. Normally, the former is larger than the later. Using ATR for grid ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 10, 2021Great, it is a good start of discussing the swinging range prediction. Do you mean 4*H4 is ATR(4) with TF H4 and 4*16*M15 is ATR(64) with TF M15? If we want to predict an appropriate grid size, we had better knowing how Icarus use the grid size. ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 10, 2021Yes. It is possible, but later. I'd like to wait all the modification requirements are proposed then I can do it in one time.
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 9, 2021Hi, Alls, I would like to share you some interesting findings about grip trading logics. As you have already known I am tuning and improve my Robin these days. I found something interesting about grid size of grid trading. It seems to be a fact that ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 9, 2021For the sake of Icarus_M_3.0 being a sequence of modifications, and, also thinking of too many positions put into the market when chasing profit. I do a minor change of Icarus_M_3.0 add up the orders of chasing profit into a single order, such that ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 8, 2021I was training Robin via back test of last week data on EURUSD. The training version is Robin_1.2 which I didn't upload before. I set initial account balance to 1000 USD, The result seems not bad, with min_lots 1.0, it doubles the account balance in ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 8, 2021I found I can not edit my post #608, could MaPi help me to remove those two attached files? Because there are bugs in.
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 8, 2021I found that I just chase profit of a sell cycle in a wrong way, and it has been corrected. I have test it with gs_progression and progression 0. (let the SL/TP be reached soon) The results as shown as following: image The modified version is ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 8, 2021For two reasons I can not do it. Firstly, to write a code to show a dashboard is a relatively complicated task for me, it will cost me much more time to arrange objects on the chart window. Secondly, BB, RSI, and Stoch are all indicators for ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 8, 2021This part has been debugged and modified. As attached. Also, I will re-upload Icarus_M_3.0 to my first post of Icarus_M_3.0, Thank you for the acknowledgement. The the calculation of grid size progression is in the function CalculateVolume() of ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied May 7, 2021For the sake of distinguishing Icarus_2.2.4_modified and my new modify version, I name the new version to Icarus_M_3.0. Icarus_M_3.0 works as the same as Icarus_2.2.4_modified, except the indicators triggers is reversed from BUY-LOW/SELL-HIGH to ...
Free Grid EA Ikarus - From zero to hero