**ALL TRADES ARE NOW CLOSED.
************THIS ACCOUNT IS A DEMO ACCOUNT
************THIS ACCOUNT IS A DEMO ACCOUNT
************THIS ACCOUNT IS A DEMO ACCOUNT
************THIS ACCOUNT IS A DEMO ACCOUNT
**THE RISK MODEL NEEDS TO BE REVIEWED.
**WE ARE 16.20 PIPS BELOW TARGET. (-0.00162)
**THE FIRST TRADE(0.10 LOTS) OPENS UP AT A 20 PIP GAP EITHER BELOW OR ABOVE TARGET.
-----------------------------------
//gogo
double wantlots=0;
double baselots=0.10;
double mx1=1;
double mx2=2;
if( pos>20 ) wantlots+=(baselots*mx1);
if( pos>22 ) wantlots+=(baselots*mx1);
if( pos>24 ) wantlots+=(baselots*mx1);
if( pos>26 ) wantlots+=(baselots*mx1);
if( pos>28 ) wantlots+=(baselots*mx1);
if( pos>30 ) wantlots+=(baselots*mx2);
if( pos>32 ) wantlots+=(baselots*mx2);
if( pos>34 ) wantlots+=(baselots*mx2);
if( pos>36 ) wantlots+=(baselots*mx2);
if( pos>38 ) wantlots+=(baselots*mx2);
if( pos>40 ) wantlots+=(baselots*mx2);
if( pos>42 ) wantlots+=(baselots*mx2);
if( pos>44 ) wantlots+=(baselots*mx2);
if( pos>46 ) wantlots+=(baselots*mx2);
if( pos>48 ) wantlots+=(baselots*mx2);
if( pos>50 ) wantlots+=(baselots*mx2);
if( pos>55 ) wantlots+=(baselots*mx2);
if( pos>60 ) wantlots+=(baselots*mx2);
if( pos>65 ) wantlots+=(baselots*mx2);
if( pos>70 ) wantlots+=(baselots*mx2);
if( pos>75 ) wantlots+=(baselots*mx2);
if( pos>80 ) wantlots+=(baselots*mx2);
if( pos>85 ) wantlots+=(baselots*mx2);
if( pos>90 ) wantlots+=(baselots*mx2);
if( pos>95 ) wantlots+=(baselots*mx2);
if( pos>100 ) wantlots+=(baselots*mx2);
if( pos>105 ) wantlots+=(baselots*mx2);
//Print("wantlots=",wantlots);
//wantlots=0;
if(GlobalVariableCheck("DISABLED")) wantlots=0;
//if(AccountMargin()==0 && pos<40) wantlots=0;
//if(AccountMargin()==0) wantlots=0;
//GlobalVariableDel("DISABLED");
if(AccountFreeMargin()<(AccountBalance()*0.10)) wantlots=0;
MY CURRENT PAYOUT MODEL FOR INVESTORS WILL BE THAT FOR EVERY DOLLAR OF PROFIT EARNED BY MY TRADING, I WILL PAY 2/3 ($0.66) TO THE INVESTOR(S) AND 1/3 ($0.33) GOES TO THE HOUSE.
Note: for my first small investors, I am able to guarantee no draw down and no risk of loss.