Forum

How to apply iEnvelopes on top of iCCI in mgl5

I'm creating a robot that uses the combination of iEnvelopes and iCCI indicators to mark trade, but my problem is how to make my iEnvelopes draw and pick it's prices from my Commodity channel indicator (iCCI ). So instead of getting prices like 5118.4 for instance on crash 500, it will pull it's

How to get prices of a trendline in mql5

Please i need help, i have a simple trendline that draws a line from lowest low at a point to the current low of the most recent candle. So what i want is to get price of the trendline at any given candlestick, for example let say my trendline crosses at the center of a candlestick i want to be able

How to get Moving Average Indicator data at any point in mql5

I'm new to mql5 and trying to access some information of a MA, i need this information to build an EA but i don't know how to do this. What i want exactly is to get the price of any point MA is currently pointing to, i need to place a buy or sell when a bar closes below MA. Look at the image below

how can i modify my open order in EA

I want know how to modify my open orders,whether buy or sell order . i have an EA that trades for me and i make use of Buy() and Sell() function to enter my trades So i want to know how to identify each order and modify it, for example if i make a buy order where price = 1.5, SL = 1.2 and TP = 2.0

How can i build a test version of my EA after developing

I'm wondering how i can export my EA bot, i want to send it to someone for testing before i can consider publishing to the market. So is there a way to build a test version that someone else can install on there own meta trader 5 account, like building a file that i can lay my hands on and install

Unable to call marketinfo on mql5

Please am new to mql5 I want to run a simple mql5 program that will return the bid or ask price once OnTick() is called, but am getting compilation error once i compile my program Errors such as 'MarketInfo' - undeclared identifier Test.mq5 34 27 ',' - unexpected token Test.mq5 34 46