

not deliver the identities of the SR_lines?Ĭould you pls help me understand and correct this part If(ObjectType(ObjectName(ii)) = OBJ_HLINE & StringFind(ObjectName(ii),"Green") != -1).
IVOLUME MQL ONE TRADE PER BAR CODE
Inserted Code 2021.11.01 21:30:20.318 Candle_Time_End_And_Spread NZDCAD,H1: uninit reason 3Ģ021.11.01 21:30:20.318 RectangleReader NZDCAD,H1: uninit reason 3Ģ021.11.01 21:29:55.240 metaneural_dashboard indi debug SRR NZDCAD,H1: test = 627 hard coded to see if program can find RnS lines :Ģ021.11.01 21:29:55.240 metaneural_dashboard indi debug SRR NZDCAD,H1: 707 what found: -1Ģ021.11.01 21:29:40.291 metaneural_dashboard indi debug SRR NZDCAD,H1: test = 627 hard coded to see if program can find RnS lines :Ģ021.11.01 21:29:40.291 metaneural_dashboard indi debug SRR NZDCAD,H1: 707 what found: -1Ģ021.11.01 21:26:36.532 metaneural_dashboard indi debug SRR NZDCAD,H1: test = 627 hard coded to see if program can find RnS lines :Ģ021.11.01 21:26:36.532 metaneural_dashboard indi debug SRR NZDCAD,H1: 707 what found: -1

almost used only the first 3/4 o half of the program capacity for demos !!! but it always has this fault, the program can not find the lines and use their values to control/assess/handling further flow since 2012 I read in some complains, so Meta Neural Comp. The way is should be is followings: Attach both indicators to chart, the metaneural_dashboard indi.mq4" will find the Sup and Res under certain conditions (in thee debug version I hard-coded a nd rename the original code in " metaneural_dashboard indi debug SRR.mq4" to find why it went wrongĪnd clearly the fault is in the part of code Print ("720 what found: "+StringFind(ObjectName(ii),"Green"+ " delive to "+ min) ) If(ObjectType(ObjectName(ii)) = OBJ_HLINE & StringFind(ObjectName(ii),"Green") != -1) Print ("test = 627 hard coded to see if program can find RnS lines : ") įor(int ii = ObjectsTotal()-1 ii>=0 ii-)
