How to use two Bollinger Bands in MQL4

 
Hello friends. Thank you for guiding me. I have a strategy that I want to have a Bollinger Bands on the chart and add an RSI. Then I will add a Bollinger Bands on the RSI again and set my conditions for the signal. (Both were above the Bollinger Bands, the buy signal and vice versa, the sell signal) but I don't know how to use and write these two Bollinger Bands in coding.
 
peyman nedaei: Hello friends. Thank you for guiding me. I have a strategy that I want to have a Bollinger Bands on the chart and add an RSI. Then I will add a Bollinger Bands on the RSI again and set my conditions for the signal. (Both were above the Bollinger Bands, the buy signal and vice versa, the sell signal) but I don't know how to use and write these two Bollinger Bands in coding
  • Usually people who can't code don't receive free help on this forum.
  • If you show your attempts and describe your problem clearly, you will most probably receive an answer from the community. Use the CODE button (Alt-S) when inserting code.
  • To learn MQL4 programming, you can research the many available Articles on the subject, or examples in the Codebase, as well as reference the online Documentation.
  • If you do not want to learn to code, that is not a problem. You can either look at the Codebase if something free already exists, or in the Market for paid products (also sometimes free). However, recommendations or suggestions for Market products are not allowed on the forum, so you will have to do your own research.
  • Finally, you also have the option to hire a programmer in the Freelance section.
MQL4 Reference
MQL4 Reference
  • docs.mql4.com
MQL4 Reference
 
Fernando Carreiro #:
  • Usually people who can't code don't receive free help on this forum.
  • If you show your attempts and describe your problem clearly, you will most probably receive an answer from the community. Use the CODE button (Alt-S) when inserting code.
  • To learn MQL4 programming, you can research the many available Articles on the subject, or examples in the Codebase, as well as reference the online Documentation.
  • If you do not want to learn to code, that is not a problem. You can either look at the Codebase if something free already exists, or in the Market for paid products (also sometimes free). However, recommendations or suggestions for Market products are not allowed on the forum, so you will have to do your own research.
  • Finally, you also have the option to hire a programmer in the Freelance section.
Thank you. I'm almost learning how to code, the only problem I have is that I can't code the two ballinger bands in the chart, and I had a problem with this part. Because the second ballinger band is on the RSI and you have to use its cross. do