TradingView
tweakerID
13 de Jul de 2021 19:10

4 MA Strategy + Position Management 

Bitcoin / TetherUSBinance

Descrição

// This is a simple crossover Moving Average strategy, good for long term crypto trades.
// It buys when the MA "X" crosses up the MA "Y", viceversa for shorts.
// Both MAs are selectable from the Inputs section in the front panel.
// There is also a Position Management option thats
// sizes positions to have the same USD risk (using leverage) on each trade,
// based on the percentage distance to the stop loss level.
// If you turn this option on you will see how the profit
// grows exponentially while the drawdown percentage almost remains the same.

Notas de Lançamento

Changed Initial Capital amount

Notas de Lançamento

Tweaked levels
Comentários
tweakerID
Some trades close immediately after they open because of the stop loss. Seems to be caused by the Stop Loss level, which somehow gets "stuck" in the previous value when the new trade opens. Can someone please tell me how to avoid this? I'd appreciate :)
Mais