Forum

Function for Correlated pair filter

Hi , I am trying to get a confirmation filter for the correlated pairs with the Array. It is not taking the array . can you help debugging it? Example shows that I am looping through the correlated pairs and get a confirmation on their respective charts. bool Positive_Correlated() { string

Improving a function that " Sends an alert when specific condition is met"

I am facing a difficulty in sending an alert mail when a certain condition is met. I want it as an alert mail for the manual trading so that I am with the trend . This mail has to be only once when MA50 is above MA200 for sell position and viceversa. I have done workaround with the Ordermodify ()

Help required in creating an Ea which blocks manual orders unless a condition is met.

Hi , I want to create an Ea which blocks a manual trade unless a specific condition is met (Ex. MA 100< MA200) . Can anyone help me how to start