Vijay Akash T P
Vijay Akash T P
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Vijay Akash T P
Added topic i Need help in fixing this indicator
this indicator is not auto refreshing alongwith the chart progress, thanks in advance //+------------------------------------------------------------------+
Vijay Akash T P
Added topic I need help in this regard
int CheckBuyOrdersinLoss()   {    int op;      {      for (i= 0 ; i< OrdersTotal (); i++)         {          if
Vijay Akash T P
Added topic icustom indicator help needed
//+------------------------------------------------------------------+
Vijay Akash T P
Added topic I need help
int SendScreenShot( const long _chat_id,                          const string _symbol
Vijay Akash T P
Added topic I need to fix this. this sends screenshot of all open charts in that account, i want to send only one chart which is chart open, thanks for
if ( TimeCurrent () >= lastscreenshotsend + 1800   )    //if (lastscreenshotsend + 3600 != Time[0] )      {      photosend == 0 ;           string
Vijay Akash T P
Added topic How to delete my account in mql5 market
I want to disable or delete an account in   mql5 market , How can i do that. Thanks in advance
Vijay Akash T P
Added topic I dont see Ready Button
EA market validation is passed. But i dont see ready button for submitting for moderator review. can someone help me. Thanks in advance
Vijay Akash T P
Added topic Unable to add my advisor to the Market
i get these two errors continuously tester takes too long time strategy report is not available can you please help me resolve the issue
Vijay Akash T P
Added topic Market Watch Trading All Pair through E A
Hi  I want my robot to trade all pairs in the market watch window, I do write this program, but it dont trade at all, can guys please help, where i am gone wrong
Vijay Akash T P
Added topic Need Help in calling index buffer values of Arrows Drawn on Main Chart in EA
Hi I need to call the up arrow and down arrow, in this indicator, can someone help me please Thanks in advance //+------------------------------------------------------------------+
Vijay Akash T P
Added topic Order send error 2
I am using the same code with two brokers, one broker things are working fine, but with other brokers, it places 2 or 3 orders and then this error comes up Order send error 2 This is the function i use for defining lots , Ordersend, can any one
Vijay Akash T P
Added topic Little stuck here with Buy Sell Conditions
double Buy1_1 = iMA ( NULL , 0 , 21 , 0 , MODE_EMA , PRICE_CLOSE , 2 );        double Buy1_2 = iMA ( NULL , 0 , 200 , 0 , MODE_EMA , PRICE_CLOSE , 2 );        double Buy2_1 = iMA ( NULL , 0
Vijay Akash T P
Added topic Moving Horizontal line in the chart
   preblueline=data[pos][ 1 ];    if (data[pos][ 1 ]>Open[ 0 ])      {       blueline=data[pos][ 1 ];      }    if (data[pos][ 1 ]<Open[ 0 ])
Vijay Akash T P
Added topic I want to know what are condition for this indicator
i Have an indicator which is so good in detecting the buy and sell signal . I want to use in EA using iCustom function.. This one indicator for H1 is very good for manual trade. can any one help me to convert this in EA. double ST1 = iCustom(NULL, 0
Vijay Akash T P
Added topic i Have added a EA to Market But
I have added an to the Market. i get this message. How to upload the Custom Indicator to the Market test on EURUSD,H1 tester takes too long time 2018.04.02 00:00:00 cannot open file 'MQL4\indicators\super-trend.ex4' [2] 2018.04.02 00:00:25 cannot
Vijay Akash T P
Vijay Akash T P
Created a EA Square Up v1.0 - can Trade in 29 Charts - $ 3000 Capital
Infinoxcapital-demobhs
1000036717
bzbo6cy

Check out this and your comments highly appreciated
Vijay Akash T P
Added topic Want to close trades on achieving weekly profit of $ 50
double AccountWeekProfit() {    int netprofit = 0;    datetime starttime = iTime(Symbol(), PERIOD_W1, 0);    for(int i = 0; i < OrdersHistoryTotal(); i++)    {       if(OrderSelect(i
Vijay Akash T P
Added topic Close All Position in all Charts of Achieving Equity Percentage Growth
double initial_deposit=AccountEquity(); extern int ProfitPerc=10; i have defined this in start of the trade. Then i have the following line for closing the trade of earning 10% Growth in Equity. I want to   if
Vijay Akash T P
Added topic Urgent Help needed in using Time Function in mt4
This is the OrderClose 2020.01.06 01:15:16.766 2019.11.04 18:34:48  Square UP ONLY ONE ORDER GBPUSD.uk+,M1: Order Close Time2019.11.04 18:34:48 The the line get the Order Close Time from the Chart highlighted above I want to update this Order
12