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?
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??
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",...
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?...
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.
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??
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...
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()
{
...
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 -...
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??..
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...
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...
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...
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!!
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...
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 Advisors??.....
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...