Re: Simple Expert Advisors (EA's) for MT4
Posted: Thu Jun 19, 2025 9:23 pm
The trade is not being placed correctly.ionone wrote: Fri Jun 13, 2025 3:17 am this is not right.
correct syntax is :Code: Select all
iCustom(_Symbol, _Period, "Alpha trend bands (mtf +arrows + candles + alerts",0,0,"alp b1",inp_length, inp_atr_multiplier, inpPrice, 15,BarToUse);
also I think there will be an error reaching buffer 15 because it's not been defined correctly in the indi (only 14 buffers available)
EDIT : oh well it works now....