Forum

I want to draw rectangle box between gap and try to use this pinescript code to transform it into MQL5 code can some just send me the MQL5 proper base code to draw rectangle box ?

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © theunit707 // @version=5 indicator ( 'Al Brooks Gaps' , overlay = true ) Bull = low > high [ 2 ] Bear = high < low [ 2 ] bullGapBGColor = input ( color.green , 'Bullish Gap Background'