mnatarajan63
mnatarajan63
Friends

Add friends via their profile or user search and you will be able to see if they are online

mnatarajan63
Added topic is it possible for EA to change the investor password?
hi, is it possible? can i change the investor's password thru EA?. Suppose i want the investor password from one time period to another be changed
mnatarajan63
Added topic Get value from indicator's arrows to an EA..
hi, i have an indicator that shows arrows when on uptrend and downtrend. I tried to get the values of the arrows using "icustom"....but i couldn't succeed... how do i get to use the value of these in my EA
mnatarajan63
Added topic how do i get signals to work?
i recently subscribed to signals , i dunno how do i make use of it??...is there detailed explanation of signals??. i mean , any manual or documentation
mnatarajan63
Added topic Maximum Valuie of OrdersHistoryTotal().
i printed OrdersHistoryTotal in Strategy Tester , I got the maximum value as 99. whereas in demo/live it shows more than 400. Why is it so
mnatarajan63
Added topic sleep() not working in this code!!
i used the sleep() in the following code to delay the execution of code that follows  the sleep(). but it didnt work..is this code wrong?....or is there any other option to use instead of sleep. i wanted the timedelay to be true at "1.33"
mnatarajan63
Added topic When using variables instead of values, coding doesn't work!!
In this code snippet, Instead of BuyLots*1, BuyLots*3,BuyLots*9, if i use digits like 0.1,0.3,0.9 respectively. The code works, if not the the below code does not work. can anyone point out what wrong i have done in this code??    extern
mnatarajan63
Added topic how to select bars of the same day alone.?
hi, the following is the code i am trying to use in my EA, i just wanna know how to select the intraday bars alone? High[ iHighest ( NULL , 0 ,MODE_HIGH, 20 , 4 )] i mean, from 0 hour to current hour, i want to select the highest and lowest
mnatarajan63
Added topic How to recieve the date of a particular condition in an indicator?
Like, in a Moving Average , if the 2 lines cross, i try to take the time of their meet, and try to use in a condition. There is an option called iTime for that, but what about the date??...how can i take out the date too
mnatarajan63
Added topic using indicators' color to buy or sell??
i have an indicator, voltychannel and there are 2 color lines displayed by this indicator, how do i change the orders to buy if the color of the line is blue and to sell if the color of the line is red, following is the screenshot of the chart window
mnatarajan63
Added topic am i missing something?
i created my 1st indicator, and it doesnt seem to work at all, i think i am missing something or dunno may be many things. can some one say me wat is wrong with this code? double ExtGreenBuffer[]; int init()   {   
mnatarajan63
Added topic OrderSend working in one platform and not working in another
hi, i created an EA and made it run in 2 different metatrader platforms, one in hotforex, and another in ironfx. The below code works in ironfx and doesn't work in hotforex whereas both platforms are 5 decimal. double SL = Ask -
mnatarajan63
Added topic store profit value to be used as an indicator .....
hi..guys.... i created an indicator with values from the total profit of the opened orders....whenever i restart the platform or refresh the screen, the data gets lost....how do i make the data persistent
mnatarajan63
Added topic Closing Multiple orders of multiple symbols....
hi ...the following code snippet i created to close orders if the total profit of orders reach 500.....these orders are of many different symbols...but this snippet only closes some orders, not all ...why this happens??....and i even tried the same
mnatarajan63
Added topic EA help needed .!!
i am using EA, and i want to use bolinger band as follows, if the upper limit of bolinger band is reached, then sell orders with profit of 10 pips should be placed continously again and again till it reaches the lower limit , likewise from lower
mnatarajan63
Added topic How to bring Previous indicator data from moving average indicator to EA?
i am using EA, and i added Moving Average Indicator, now the applied price shows only PRICE_CLOSE to PRICE_WEIGHTED, but "Previous Indicator's data" is not available in the "stdlib". but it is available in metatrader. How to bring
mnatarajan63
Added topic how to select all the open buy orders and open sell orders from a bunch of mixed up of orders in EA?
hi there....i need some help in EA......can someone give the code snippet to select all the open buy orders from a bunch of mixed open orders??.....thanks in advance
mnatarajan63
Added topic Select the low or high of previous pending order's bar!!!!
hi.... i need help in ea......i had an order placed in a bar and it is still pending and many bars have passed without trading, now i want to select the low or high of that pending order 's bar....how to do it ??...please some one tell me the code
mnatarajan63
Added topic Code to Average all the Previous Pending Orders and add with certain TakeProfit??
i have taken many orders at a certain time, i need a code to generate the average for all those Pending Orders Price and modify all those orders with that average value with some TakeProfit added to it. i want to implement this in Expert
mnatarajan63
Registered at MQL5.community
mnatarajan63
Added topic MQL4 Code to Average all the Previous Pending Orders and add with certain TakeProfit??
i have taken many orders at a certain time, i need a code to generate the average for all those Pending Orders Price and modify all those orders with that average value with some TakeProfit added to it. i want to implement this in Expert