Search found 3 matches

Re: Need help Buffer value call from TMA_Centered_H1_V2_VS

Could it be because you are not checking to see if you were or are already in a trade? Check out this logic, maybe it will help... if(inBuyTrade()) { if(sellEntryCondition(trend) || waitCondition(trend)) //If flips { exitBuys(); } if(isTPHit()) { setBreakEven(); if(trailingStopInitiatedBuy(atr)) { s...

Return to the advanced search