JMBUYER





//+------------------------------------------------------------------+
//|                                                     JMBUYER.mq4  |
//|                       Copyright © 2008, PRMQuotes Software Corp. |
//|                                           Jedimedic77@gmail.com  |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2008, PRMQuotes Software Corp."

#include <stdlib.mqh>
#include <WinUser32.mqh>

//+----------------------------------------------------------------------+
//| To modify Lotsize of script change value listed here, right now      |
//| its set to 1.0 change that value if you desire different lotsize     |
//| I have found that it is important to keep the decimal in place,      |
//| but really dont know why yet, but fractional lots work too (ex...    |
//| 0.1, 0.3, 1.12), you get the picture.                                |
//| AGAIN DONT FORGET TO SAVE AND COMPILE AFTER MAKING ANY MODIFICATIONS |
//+----------------------------------------------------------------------+
extern double Lots = 1.0;
//+---Don't forget to save and compile after changing the Lotsize--------+

//+------------------------------------------------------------------+
//|  Each of the following lines produces an individual order        |
//|  3 lines produces 3 orders, to increase or decrease the number   |
//|  of individual orders either add, or take away identical lines   |
//|  within the parenthesis. Again dont forget to save and compile   |
//|  time you modify the code.                                       |
//+------------------------------------------------------------------+
int start()
  {
OrderSend(Symbol(),OP_BUY,Lots,Ask,3,0,0,"JMBUYER",0,0,CLR_NONE);
OrderSend(Symbol(),OP_BUY,Lots,Ask,3,0,0,"JMBUYER",0,0,CLR_NONE);
OrderSend(Symbol(),OP_BUY,Lots,Ask,3,0,0,"JMBUYER",0,0,CLR_NONE);  
}
//+------------------------------------------------------------------+



Sample





Analysis



Market Information Used:



Indicator Curves created:


Indicators Used:



Custom Indicators Used:

Order Management characteristics:
It automatically opens orders when conditions are reached

Other Features:

BackTest : EURUSD on H1

From 2009-08-01 to 2009-10-01 Profit Factor:0.22 Total Net Profit:-7686.00

BackTest : EURUSD on H1

From 2009-12-01 to 2010-01-17 Profit Factor:0.01 Total Net Profit:-8023.00

BackTest : EURUSD on H1

From 2010-04-01 to 2010-04-30 Profit Factor:0.00 Total Net Profit:0.00

BackTest : EURUSD on H1

From 2010-05-01 to 2010-05-31 Profit Factor:0.00 Total Net Profit:0.00

BackTest : EURUSD on H1

From 2010-06-01 to 2010-06-30 Profit Factor:0.00 Total Net Profit:0.00

BackTest : GBPUSD on H1

From 2010-01-01 to 2010-02-27 Profit Factor:0.00 Total Net Profit:-8773.00

BackTest : USDCAD on H1

From 2009-12-01 to 2010-01-01 Profit Factor:0.00 Total Net Profit:-9899.39

BackTest : USDCHF on H1

From 2009-12-01 to 2010-01-01 Profit Factor:0.00 Total Net Profit:-8979.60

BackTest : USDJPY on H1

From 2009-11-01 to 2009-11-30 Profit Factor:0.00 Total Net Profit:-8415.59

Request Backtest for JMBUYER


From : (yyyy/mm/dd) To: (yyyy/mm/dd)

Pair: Period: