Forum

Code for "Apply to First Indicator Data"

Few (such a RSI or Standard Deviation ) indicators that come with MT4 installation has the option of choosing "Apply to First Indicator Data". Is there a way to look at the code of these indicators. I want to add this option to other custom indicators that I have. Thanks

Calling prices from Broker B history folder when logged into Broker A

I have two broker accounts in one MT4 installation. Can I use prices from Broker B when I am logged in at Broker A to create a custom indicator ? I have previously explained how I have been able to modify custom indicator(s) to utilize prices of any user selected security instead of default (current

How to call in a price from a group different than where the current instrument on chart is?

In order to use price data for any instrument in plotting any indictore on the current chart I appended extern string Security_Name = "EURUSD" under indicator parameters and changed NULL to Security_Name. This works fine as long as the price I am calling in is within the group my price chart belongs

[Solved] Help in modifying a price ratio indicator

//---- indicator settings #property indicator_separate_window #property indicator_buffers 5 #property indicator_color1 Aqua #property indicator_color2 Lime #property indicator_color3 Red #property indicator_color4 Maroon #property indicator_color5 Maroon #property indicator_width1 2