Vivek Vyas
Vivek Vyas
  • spartacus
  • 208
spartacus
Friends

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

Vivek Vyas
Added topic Forex trading is ilegal in india ????..is it true...?
DEAR ALL FORUM EXPERT AND ADVISORS, I CAME TO KNOW FROM BELOW LINK OF RBI (RESERVE BANK OF INDIA ) SITE THAT FOREX TRADING IS NOT ALLOWED FOR RESIDENCE OF INDIA..... IS IT TRUE ANY EXPERT COMMENTS OR INFORMATION ON THIS PLEASE..... CAN NONE FROM
Vivek Vyas
Added topic /end_of_program'-
void BuyOrderModifyFlex60() {      for ( int i= OrdersTotal ()- 1 ; i >= 0 ; i--)      if ( OrderSelect (i, SELECT_BY_POS, MODE_TRADES))     {
Vivek Vyas
Added topic two diiferent EA-on same symbol-execute orders one behind another w/o stopping.Will adding MAGIC NUMBER help in or it has any other issue to resolve.
I have attached two different EA on same Symbol.Now when I allow autotrading to them orders are executed immediately like buy-buy-buy-buy non-stop one behind another.But when One of chart is closed the EA runs pefectly.They are two different
Vivek Vyas
Added topic If modified and compilied while EA is running on MT4 will need to reattach?
While EA was still running live doing auto-trading I modified some code and compilied it but didn't removed and reattach EA on MT4 terminal.So in that codition will EA be running will be modified too or it will use the old compilation code.  
Vivek Vyas
Added topic How to determine values inputs of indicator for different timeframe.
I find difficult in setting my indicator values for MA and demarker on different timeframe and want to know how these values for fastMA and slowMA.and demarker can be correctly decided to work perfectly with the said Timeframe.Like what would be
Vivek Vyas
Added topic Static stop loss as soon as order comes in profit.
//+------------------------------------------------------------------+
Vivek Vyas
Added topic invalid integer number as parameter 2 for 'iCustom' function error on MT4 600+ build
iCustom ( NULL , NULL , "Superprofit" , 14 , 28 , 0 ) Error invalid integer number as parameter 2 for 'iCustom' function while running EA on MT4 600+ platform what's wrong with the code please provide possible solution for the bug
Vivek Vyas
Added topic return value of 'OrderSelect' should be checked - warning error compiling in 600+ version
Request to solve warning error in the code please provide a solution of the error !! {          OrderSelect (i, SELECT_BY_POS, MODE_TRADES);          if (OrderType() !=
Vivek Vyas
Added topic let old EA work on Build 600+ on MT4
 I want to work EA on Build 600+ on MT4 but unable to solve this two complilation error.If any coder can guide what to do in such case would be great help to move on...on this issue.  1."not all control paths return a value" 2."return value
Vivek Vyas
Added topic Error compiling this EA.Whats the bug in this ?I see nothing such can u correct code
This is the code-error"354:1;'\end_of_program' - unbalanced left parenthesis" //------------------------------------------------------------- //  Etasoft Inc. Forex EA and Script Generator version 4.1   EA
Vivek Vyas
Added topic (REQ)Single MT4 with multiple brokers support
Hi, Why every broker need its MT4 and not a default MT4 can be worked out for multiple brokers like its ADRIOD APP DOES?????? I am looking for single MT4 using for multiple brokers?There must be some solution and whats it? Will adding *.srv and *.lic
Vivek Vyas
Added topic How slippage between Brokers can be cashed in?Please provide your inputs
This stratergy includes that finding two broker with having more pips difference.And getting into trade on the broker which lags behind the initial broker.I am sure there's gonna be a way out of this stratergy
Vivek Vyas
Added topic Not enough bars on my live account what should i do?
Not enough bars on my live account what should i do? please any kind help are welcome as soon as possible. 
Vivek Vyas
Added topic What indicator do you use for tp and sl
I use support and resistance but want to work on fibonacci or pivot point indicator as they might be  best, what is your opion
Vivek Vyas
Added topic What indicator do youi use for tp and sl
I use support and resistance but want to work on fibonacci or pivot point indicator are best what is your opion
Vivek Vyas
Added topic coding logic for mentioned two conditions
Let me know how can I built a logic for  1. oscillator indicator (william % or force index )issue a buy signal when it comes from above a value to downside because logic like W%>80 or W%<-80 will not work.so what will be logic.like when it
Vivek Vyas
Added topic INFO NEEDED_Oscillator indicator for golden section
I am looking for golden sectionn oscillator.If anyone has any info regarding it please that info will be helpfel.Am needing it as it will be simple to execute an EA based on the oscillation.It seems very difficult to understand from the original
Vivek Vyas
Added topic if Bars &lt; 100
int start(){    if ( Bars < 100 ){        Print ( "bars less than 100" );        return ( 0 );   
Vivek Vyas
Added topic +1 1 , 0 HELP HELP !!! ....Details : What does this means values of current 1 0 +1
When we use current 1, Current 0 , current +1 .. Does this means that 1 = Previous 0 (Zero) =  Current and +1 = Current's Next Bar . And also guide that does +1 Says (Command) Predict that what will be the next Bar (INDICATOR ) ?? Is it script
Vivek Vyas
Added topic For my EA--PLZ HELP ME - Any Programmer !!
Dear Forex friend/Programmer- I am using a EA which is taking buy order when signal alert comes with arrow up and vice versa.... BUT my problem is that even if the order hits take profit or Stop loss ....the EA takes again the same order inwhich the
12