Vikram J U / Profile
- Information
|
2 years
experience
|
0
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
16
Requests
Outgoing
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
: