Forum

Best way to call MQL4 functions from C++ ?

Hi guys I've developed a strategy using C++ in Borland C++ environment and I wanted to rewrite it in MQL4 but then I figured why not calling MQL4 functions right from C++ instead ! You know, functions like OrderSend() , OrderModify() and things like that. That would actually save me a lot of time

How to write an indicator to show specific price ribbons or boundaries

There are 5 colored ribbons or boundaries or whatever you wish to call it. With pre-specified high and low prices. I suppose it is very simple. User will specify those ribbons low and high prices in indicator setting and indicator should draw those regions. I just don't know how to draw a ribbon