«Bull» lowstop:=If(Rally(),Ref(L,-1),PREV); highstop:= If(Reaction(),Ref(H,-1),PREV); C>Lowstop AND C>Highstop
«Bear» lowstop:=If(Rally(),Ref(L,-1),PREV); highstop:= If(Reaction(),Ref(H,-1),PREV); C
«Bull» lowstop:=If(Rally(),Ref(L,-1),PREV); highstop:= If(Reaction(),Ref(H,-1),PREV); L>Lowstop AND H>Highstop
«Bear» lowstop:=If(Rally(),Ref(L,-1),PREV); highstop:= If(Reaction(),Ref(H,-1),PREV); L
Предложенные формации можно строить с учетом объема сделок. В этом случае формация считается истинной, если объем второй свечи формации больше объема первой.
Формулы Rally и Reaction с учетом объема:
«Bull» lowstop:=If( RallyWithVol(),Ref(L,-1),PREV); highstop:=If(ReactionWithVol(),Ref(H,-1),PREV); C>Lowstop AND C>Highstop
«Bear» lowstop:=If( RallyWithVol(),Ref(L,-1),PREV); highstop:=If(ReactionWithVol(), Ref(H,-1),PREV); C
«Bull» lowstop:=If( RallyWithVol(),Ref(L,-1),PREV); highstop:=If(ReactionWithVol(),Ref(H,-1),PREV); L>Lowstop AND H>Highstop
«Bear» lowstop:=If( RallyWithVol(),Ref(L,-1),PREV); highstop:=If(ReactionWithVol(),Ref(H,-1),PREV); L




