Sequential Buy & Sell Logic Operators / Parameters in MT4

 
Hi fellows`. Am new to MT4 programming and would appreciate some help from you . You see am looking to find the buy and sell logic parameters / operators in MT4 which are sequential and not silmultaenous . For example i would like my ea to take a trade after various criteria in the market are sequentially met, and not when they are simultaneously met at the same time . Can this be done ?. I need some real help somebody .
 

Yes you can store 'met criteria' as you go forward in time or look back at one point to see if all previous ones were already met

You just need to define the criteria and timeframe rules and you can code it

-BB-