Dequan Li
Dequan Li
  • Information
4 years
experience
4
products
18
demo versions
0
jobs
0
signals
0
subscribers
Dequan Li Published product

A collection of more than ten years of trading experience from the essence of the work! Firstly, it is very difficult to achieve trend trading in automated trading, just like the question of whether there is an indicator or a price first. Of course, there is a price before an indicator, so any indicator we refer to has lag. Martingale trading is a very famous trading method, but this method will lead to the final account position explosion and return to zero, which is like a duck in water when

Dequan Li Published product

//--- indicator settings input string Custom_Symbol_SetName = "Nayuta"; Custom_Symbol_SetName     The parameter will serve as the variety name for your customized chart. The customized chart under this name will record the changes in your account net value after you activate the service, which helps you analyze your transactions and statistics of the changes in your holdings. It will be displayed in a candle chart on your computer chart, making it more intuitive and direct to analyze

Dequan Li Published product

//--- input parameters input ENUM_TIMEFRAMES     InpPeriod = PERIOD_D1;     // Period input int     InpBandsShift = 15;       // Shift An indicator that displays the closing line of any other periodic candle chart in the icon, which can efficiently analyze market trends, is more effective, concise, and intuitive. Thank you for your purchase and use. If you have any better suggestions, please leave a message in the comments

Dequan Li Published product

//--- input parameters input int                InpFastEMA = 12;             // Fast EMA period input int                InpSlowEMA = 26;             // Slow EMA period input int                InpSignalSMA = 9;            // Signal SMA period input ENUM_APPLIED_PRICE

Dequan Li
Registered at MQL5.community