Vikram J U
Vikram J U
  • Information
no
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Vikram J U
Added topic "Array out of Range" in Volume Indicator
Sir, I created this Volume Indicator but  I am getting error " Array out of Range ". I have some wronged this Source code. Please check this 👇 #property indicator_separate_window #property indicator_minimum 0 #property indicator_buffers 3
Vikram J U
Added topic I want to Next 30 Candle to Buy or Sell Trades in 1 Minute Chart
Sir, I want to Next 30 Candle  to Buy or Sell Trades in 1 Minute Chart. Please see this Photo :- https://charts.mql5.com/38/555/eurusd-m1-octa-markets-incorporated.png How to do code it ? I tried it but it doesn't work to  Next 30
Vikram J U
Added topic BreakEven Order Modify Error 1
Sir, I learned this MQL5 Programming but I want to practice this MQL4 Programming because What is the result difference b/w MT4 & MT5 in my Real account .   I am getting error "Order Modify Error 1" too many times.... Please use this OctaFX
Vikram J U
Added topic I am getting too many error "Faied Modify [Invalid Stop] " in BreakEven Source code
Sir, I have 20 StopLevel & 19 Spread in OctaFX Broker. I am getting too many error " Invalid Stop ".....(Please see this Attached Photo What am I wrong this Source code ? //+------------------------------------------------------------------+
Vikram J U
Added topic I was backtest 10,000 steps and it took 50 minuts and it cost $9.45 in MQL5 Cloud !!!
Sir, I backtested into 10,000 steps optimisation and it took 50 minutes and cost $9.45 in MQL5 Cloud !!! Please see attached this Photo Anyone have good solution  low cost  in  MQL5 Cloud
Vikram J U
Added topic Trailing Stoploss is Invaid Stop
Sir, I am using Multi-Symbol... It has one found "Failed Modify this Stoploss ( Invalid Stop )" but It has working to m odified this Stoploss is  too many times . Please see this attached photo.. //Input input group "Trailing Start & Step
Vikram J U
Added topic Is this working "ChartSetInteger" to Multi-Currency (Multi -Symbol) ?
Sir , It is working this One Symbol  // Show Grid is Switched Off        ChartSetInteger ( ChartID (), CHART_SHOW_GRID , false );    // Show Ticker is Switched Off       
Vikram J U
Added topic Grid trading doesn't work to Multi symbol...
Sir , I want to practice this Example EA MT5. 1) It is working  to grid Trading into One Symbol. int Pip_Step( string symbol_2, int magic_2, double StopLoss_3, double TakeProfit_3)   {    double   
Vikram J U
Added topic How to detect a New Bar in Muti Symbol ?
Before (Without Array ) :- static datetime prevTime= 0 ;            datetime lastTime[ 1 ];            if ( CopyTime ( _Symbol , _Period , 0 , 1
Vikram J U
Added topic I am getting 2 Warning but I tried " (string) (Font_name) "
Sir, I am getting 2 Warning  but I tried " (string) (Font_name) " .    double Balance = AccountInfoDouble ( ACCOUNT_BALANCE );    double Equity  = AccountInfoDouble ( ACCOUNT_EQUITY );      
Vikram J U
Added topic Chart Color Candle doesn't work...
Sir, I want to change this Colour Candles but it doesn't work to changing this colour candles int OnInit() { ChartSetInteger ( 0 , CHART_SHOW_GRID , false ); ChartSetInteger ( 0 , CHART_MODE , CHART_CANDLES ); ChartGetInteger ( 0
Vikram J U
Added topic How to code Buy or Sell in Bollinger Band EA ?
Please see this Photo :- https://charts.mql5.com/38/78/audusd-s-m5-jm-technologies-ltd.png Code :- int iBB_handle; double BB_Upper[], BB_Lower[]; int OnInit ()   { //---     iBB_handle = iBands ( Symbol ()
Vikram J U
Added topic Is this correct Trailng Stop loss ?
Is this Correct Trailing Start & Step Source code ? #include <Trade/Trade.mqh> CTrade trade; void Trail(){    int PT = PositionsTotal ();       for ( int i=PT; i>= 0 ; i--){
Vikram J U
Added topic What does mean "5090 cache records were used,5090 cache records rejected" in MT4 Optimisation ?
Sir, I unmarked this "Skip Useless Results" in Optimisation Result tab. I marked this Genetic Algorithms but I want to Mark this  Genetic Algorithms because There is a lot of parameter in Input tab for My EA Robot Trading. I checked this Journal
Vikram J U
Added topic Can I transfer MT5 tick history data to MT4 history data ? Is this possible to get this 99% modelling quality ?
Sir / Madam , I don't use this Tick data suite or Tickstory Lite version because It is downloaded history data from Dukascopy . I downloaded from  Tick data suite or Tickstory Lite version  but I used this OCTAFX Broker  & I
Vikram J U
Added topic I want to convert MQL4 TO MQL5 Source code
extern int AccountRow = 1 ;   extern int DelayMinutes = 2 ;     // AccountRow   - Your favourites account number // DelayMinutes - Delay in minutes, has to be greater than the chart timeframe #include
Vikram J U
Registered at MQL5.community