My Trading Strategy Needs Coding

#11
Hi Happy,

Thanks a ton !

Your suggestion hit the bulls eye.

Need to use flip in individual conditions and it simply works.

:clapping: :clapping: :clapping:


Ok then use these steps . . .

BUY01 = ....
Sell01 = ....

UP_01 = Flip(Buy01,Sell01);
DN_01 = Flip(Sell01,Buy01);

do the same for all 3 conditions

after that, use the logic given above to combine signals . . .

Happy :)
 

Similar threads