- Search Energy EXCH
-
iwudz replied Aug 27, 2022Object name doesn't match , when create code = " label" / " line" then delete code == " Label" / " Line", int deinit(); ObjectDelete("R1 Label"); ObjectDelete("R1 Line"); . . . ObjectCreate("R1 label", OBJ_TEXT, 0, Time[0], R1); ObjectCreate("R1 ...
I will code your EAs and Indicators for no charge
-
iwudz replied Aug 27, 2022try this .. extern int maxbar = 500; . . . void start() { int counted =maxbar; if (counted < 0) return (-1); if (counted > 0) counted--; int limit = Bars-counted; for (int i=0; i < limit; i++) or you can use this void start() { for (int i = ...
I will code your EAs and Indicators for no charge
Attached File(s)
Attached File(s)
Attached File(s)
-
iwudz replied Aug 7, 2022yuhuuu... good luck with your trading system



fixed some error code...Indicators with ON/OFF buttons
Attached File(s)
Attached File(s)
Attached File(s)
Attached File(s)
-
iwudz replied Jul 27, 2022an .ex4 file can't be edited / added code, please provide the .mq4 file. try using this indicator that I have edited .. hope its what you want
Indicators with ON/OFF buttons
Attached File(s)
Attached File(s)
Attached File(s)
Attached File(s)
Attached File(s)