it made a difference for me...... all lines work perfectly in the code you sent me once i corrected the conditions...... i verified using the method mentioned that all lines disappear and wavs work correctly when, and only when, the proper conditions in the start() section are met....... the int() and deint() sections are correct as is.....h
//------
MQL4:
if((Ask== PriceExact_0)&&(PriceExact_0 >0))//----- this works//----if((Ask< PriceBelow_1)&&(PriceBelow_1 >0))//------ this works