Type/to search

스마트 적립식 투자 로봇

EMA
2
Follow
502
Followers
Source
Pine
// This Pine Script™ code is subject to the terms of the MPL 2.0 at https://mozilla.org/MPL/2.0/
// © MTB by Neurodoc
// By Nicolás Astorga

//@version=5
strategy("Master Trading Bot by Neurodoc", 
         shorttitle="MTB Adaptation", 
         overlay=true, 
         initial_capital=10000, 
         pyramiding=100,
         commission_value=0.1, 
         commission_type=strategy.commission.percent,
Strategy parameters
Strategy parameters
DCA Configuration
Initial Buy Percentage (%) (Optional)
DCA Increment per Buy (%) (Optional)
Maximum Buy Percentage (%) (Optional)
Minimum Profit Percentage for Sell (%) (Optional)
Risk Management
Stop Loss (%) (Optional)
Price Drop Signal (%) (Optional)
Indicator Parameters
Fast EMA (Optional)
Medium EMA (Optional)
Slow EMA (Optional)
Bollinger Bands Length (Optional)
Bollinger Bands Std Dev (Optional)
MACD Fast (Optional)
MACD Slow (Optional)
MACD Signal (Optional)
RSI Length (Optional)
RSI Oversold (for divergence) (Optional)
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)