- Search Metals Mine
-
TeChaoLiang replied Apr 10, 2021falanca, I just modified Icarus 2.2 so that it can open the first order of a BUY/SELL cycle according to COG indicator. To use indicators, we have to decide what the time frame is, I set the default value of time frame to 0, which means using the ...
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Apr 8, 2021I am thinking if it is possible we can develop a script that based on ATR or similar indicators to give a better suggestion of grid_size setup for a specific currency pair?
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Apr 3, 2021To make Account Risk Control effective, the external variable account_risk should be set to 0.01 but 1.0, if you are not going to modify the source code of the EA to: if(((100-account_risk)/100)*AccountBalance()>AccountEquity()) { stopAll=1; }
Free Grid EA Ikarus - From zero to hero
-
TeChaoLiang replied Apr 2, 2021Hi MaPi, I am not realized how to do ACCOUNT RISK CONTROL in this EA. I checked the mq4 file, the robot perform risk control at the beginning of Robot(), which depends on the condition: ...
Free Grid EA Ikarus - From zero to hero