TradingView
tweakerID
Jul 13, 2021 7:10 PM

4 MA Strategy + Position Management 

Bitcoin / TetherUSBinance

描述

// 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.

版本注释

Changed Initial Capital amount

版本注释

Tweaked levels
评论
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 :)
更多