Jayaprakash Nachiannan
Jayaprakash Nachiannan
  • Information
11+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Jayaprakash Nachiannan
Registered at MQL5.community
Jayaprakash Nachiannan
Added topic MODE_MINLOT and MODE_LOTSTEP
Hi, Can you someone clarify me whether MODE_MINLOT is always same as MODE_LOTSTEP for any broker I am using below to calculate average price for my open positions and it works fine. But I have little doubt whether I should use MODE_LOTSTEP
Jayaprakash Nachiannan
Added topic Calucating exact Profit and Loss
Hi, I am having problems in calcuating the exact expected profit and loss. Below is the code. Even if my position closes at exactly the specified TP and SL I seeing variation in actual profit and loss. I believe I accounted the spread in the below
Jayaprakash Nachiannan
Added topic Display some text on top of each bar on chart
Hi, Can someone please tell how to put some text vertically or diagnolly starting from the High of each bar on the current chart I tried below code but it it showing somewhere in the middel of chart. ObjectCreate ( "test" , OBJ_LABEL , 0 ,Time[ 1
Jayaprakash Nachiannan
Added topic Unable to read file on every tick
int handle string testfile = "test.csv"; void readfile() {         handle= FileOpen (testfile, FILE_CSV | FILE_READ , "," );    if (handle< 0 )    {        if (
Jayaprakash Nachiannan
Added topic can some expert please analyze my result?
HI, Attached is my EA backtest result. I built my history data from dukascopy data and it shows 99% quality. I have delveloped this EA myself with complex money,lot management techniques and also i used only pure mathematical decisions. (no
Jayaprakash Nachiannan
Added topic Finding Break even price where there is mix of Lots and both Buy and Sell positions
Hi, I have below positions Long-1 lot - @1.34 Short-2 lot - @1.35 Long-5 lot - @1.33 Can someone please tell me the formula to calcuate the break even price when LONG profits (bcz total LONG lot size is bigger that SHORT so at some point it breaks
Jayaprakash Nachiannan
Added topic Optimization Speed
Hi, I am trying to run optimization on my laptop with 2.4 Ghz and 2 GB RAM I have 8 parameters to test and running against 8 months history data After 6 hours it progresses 43 / 10 496 Is this expected to be this slow? Above speed shows I have to