need help to fix the format of volume scale Dude! R u fucking kidding me right now?!
Ahaahha I developed a very similar indicator that I cleaned up today while finding issues related to live...
OGarciathose triangles show you the volume increasing on those candles as direction?1 year ago
CoffeeShopCryptoOGarcia according to what they're saying the triangles are simply just letting you know when there's a crossover. It seems like it's a crossover of...OGarcia according to what they're saying the triangles are simply just letting you know when there's a crossover. It seems like it's a crossover of price not a crossover of the moving averages. The downside of this is that price will cross over moving average several times. In my extensive experience this offers no benefitShow more1 year ago
dayasinghFor the left side, i tried programing it so the Triangles appear when the conditions to enter are met.
Condition_long = close [1] < ma_fast[1] and close...For the left side, i tried programing it so the Triangles appear when the conditions to enter are met.
Condition_long = close [1] < ma_fast[1] and close > ma_fast and rsi > 50 and rsi > rsiMA and ma_slow > ma_fast. For the right side i tried programming it so the triangles appear when the following conditions met.
hamid = math.avg(cl1, op1) BreachL = (hamid > 10) and (k < 20) and (k > 0) and (cl1 > cl1[1]) and (op1 > rsiMA2) and (cl1 > rsiMA2)Show more1 year ago