Experts: Bollinger band

 

Bollinger band:

Now we will get the code with function and purpose as below: 1. How to call and using the bollinger band 2. How to call and using the volume tick 3. How to call and using the Moving average volume. 4. How to code using the Trailling & Check volume lot size

Bollinger band

Author: Dao Thanh Tan

 
😉😉
 
I do not know why
No results from data backtesting
I'm using the default H1 time settings



 
Jia Le Zou #:
I do not know why
No results from data backtesting
I'm using the default H1 time settings

The buy/sell code is commented out - remove // to make it trade.

 
ceejay1962 #:

The buy/sell code is commented out - remove // to make it trade.

You must unlock trade.buy and trade.sell in the code base. I have locked
 
I am a beginner programmer in MQL5. Your Bollinger band EA uses the MQL5 library and may be helpful. Thank you. I am also developing my own EA. The implementation of Buy and Sell orders using "Average Ashi, HeikinAshi" (double-sided trading is prohibited) and Trailing Stop has been completed and is ready for execution. However, the results of the backtest depend on the environment of the currency pair. During the trend, it is a positive profit, but during a range market, it accumulates loss. Your Bollinger Band EA will make a profit, even during a bad market while steadily lowering the margin maintenance rate, but if there is no enough margin, it seems that "bankruptcy" is waiting. While searching for universal EA logic, I think that it is impossible, and I feel that EA needs to be used according to the market environment. Unfortunately, I haven't gotten the answer yet. Anyway, thank you very much.