Indicator frame.

 

Like the TDI, is there a way of adding a combined indicator to the lower window in a single frame as an ea.

input int                InpMAPeriod     = 5; 
input int                InpRSIPeriod     = 14; 

RSIHandle, MaHandle, EnvHandle , RSIBuffer[], MaBuffer[] ;

ArraySetAsSeries(MA, true);ArraySetAsSeries(RSI, true);

RSIHandle=iRSi(Symbol,PRICE_CLOSE);

Improperly formatted code edited by moderator.

 

Please use the CODE button (Alt-S) when inserting code.

Code button in editor

MQL5.community - User Memo
MQL5.community - User Memo
  • www.mql5.com
You have just registered and most likely you have questions such as, "How do I insert a picture to my a message?" "How do I format my MQL5 source code?" "Where are my personal messages kept?" You may have many other questions. In this article, we have prepared some hands-on tips that will help you get accustomed in MQL5.community and take full advantage of its available features.
 
Your topic has been moved to the section: Technical Indicators
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
MQL5 forum: Technical Indicators
MQL5 forum: Technical Indicators
  • www.mql5.com
Questions about the development of technical indicators in the MQL5 language
 
thank you