parent_command:forex/ta
usage: cg [-l N_LENGTH]

The Center of Gravity indicator, in short, is used to anticipate future price movements and to trade on price reversals as soon as they happen. However, just like other oscillators, the COG indicator returns the best results in
range-bound markets and should be avoided when the price is trending. Traders who use it will be able to closely speculate the upcoming price change of the asset.

optional arguments:
  -l N_LENGTH, --length N_LENGTH
                        length (default: 14)


Examples:
- To plot the Center of Gravity indicator with the default length of 14 for a forex pair: forex/load <PAIR>/ta/cg
- To plot the Center of Gravity indicator with a custom length of 20 for a forex pair: forex/load <PAIR>/ta/cg -l 20
- To analyze a specific forex pair using the Center of Gravity indicator with a length of 10: forex/load <PAIR>/ta/cg --length 10