Big Profit Without Using Any Indicator - page 55

 

:) Great. I'm glad that that it works when you switch between computers.

Please post a statement.

 
cucurucu:
:) Great. I'm glad that that it works when you switch between computers. Please post a statement.

I'm planning on posting a 1 month statement in a couple of weeks.

 
 
cucurucu:
I don't know about the V1+V2(one single EA). I programmed V1 and V2 (separate EAs) and gbolla merged those two EAs in one single EA: V1+V2. May be he did something wrong. I am using V1 and V2 (separate EAs) on interbankFX and they are working fine.

I had similar problem with NF

 
 

What steps do you take to get to this code in order to edit it?

cucurucu:
Edit the code on both EAs (standard and mini):
//+------------------------------------------------------------------+

//| expert start function |

//+------------------------------------------------------------------+

int start()

{

if(Bars<1) {Print("bars less than 1");return(0);}

double Price=iClose(NULL,0,0);

if (!ExistPositions()) {sB=0; sS=0;}

int T=0;

int B=0;

for(int i=0;i<OrdersTotal();i++)

{

... and delete the text that is marked with red. Leave just sB=0; sS=0; on that line. It should work ok. Let me know.
 

Cucurucu!! I've deleted what you said

//+------------------------------------------------------------------+

//| expert start function |

//+------------------------------------------------------------------+

int start()

{

if(Bars<1) {Print("bars less than 1");return(0);}

double Price=iClose(NULL,0,0);

sB=0; sS=0;

int T=0;

int B=0;

for(int i=0;i<OrdersTotal();i++)

{

OrderSelect(i,SELECT_BY_POS,MODE_TRADES);

if(OrderSymbol()==Symbol() && OrderComment()==Name_Expert)

I have that message when compiling

Function "ExistPositions" is not referenced and will be removed from exp-file

EA Still closing previous BUY orders when reopening.

Thanks for your attention.

 

yahoo... I already earn $200 running about 10 days plus of BS. have $$$$...

see the result

Files:
tian_3.jpg  112 kb
 

That's fantastic, glad you're doing so well with V1andV2!

tytian:
yahoo... I already earn $200 running about 10 days plus of BS. have $$$$... see the result
 
zuijlen:
I have been running V1 and V2 on a demo since March 19 (45 days) and it's been going up steadily. Seems to do about 1% / month, but I think it could be run with a bit more risk.

I agree! Especially since I use 400.1 margin. The way I increased risk was to use V1andV2 on both Eur/Usd and Usd/Jpy, but I would like to increase even a bit more.

Is there any way to increase lots in the code?

Reason: