Akshay
Akshay
Friends

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

Akshay
Added topic How to limit no of Buy Orders
Hi I want to write a EA that will place buy order at fix price interval like this for (i = 0 ; i < 5 ; i++)                 {
Akshay
Added topic Bar counter stops after first bar
Hi, I'm trying to find if there are 3 consecutive up or down bars with the below EA the problem is that it stops counting after first bar is complete ( check it on M1) I will be glad if someone could help me here
Akshay
Added topic MT4 Scanner need a further look..!!
Hello Guys, I'm trying to create a scanner which should met 2 criteria (i) Last price should be HIGH or LOW of lat 10 bars (ii) Breakout should occur only by 3 continuous up or down bars I've written following code for it (see below) Now problem is
Akshay
Added topic Time Alert calculation..!!
Hi, I'm trying to generate alert by EA at a specific time in MT4 . What data type I should use before Alert_time to correctly execute the code. extern double Alert_Time = 21.45 ; input string MSG = "Hi, type you msg here" ; bool    T =
Akshay
Added topic Time Alert calculation..!!
Hi, I'm trying to generate alert by EA at a specific time in MT4 . What data type I should use before Alert_time to correctly execute the code. extern double Alert_Time = 13.00 ; input string MSG = "Hi, type you msg here" ; bool    T =
Akshay
Added topic Need assiatnce in checking Time Based Alert
Hi, I Have written an EA which should generate alert as soon as time exceed the current sever time. My time zone differ from server time by 30 min so I have a condition like  if (Cur_time >(Alert_Time_1 - 0.30))  Alert () But Instead of
Akshay
Added topic Need assiatnce in checking Time Based Aet
//+------------------------------------------------------------------+
Akshay
Added topic OrderSend not working
 Hi I have a code with Buy & Sell Price both as a function of Bid if (Bid <= SellPrice1)   level= true ;    if (level = true && Bid >= BuyPrice1 && total< 2
Akshay
Added topic Need help in checking if statement
I have a certain condition in code where I define the BuyPrice total = OrdersTotal (); if ( Bid >= BuyPrice1 && total < 1
Akshay
Registered at MQL5.community