Experts: Stoch

 

Stoch:

The Expert Advisor Stoch works with SellLimit and BuyLimit pending orders.

Author: Collector

 

I tried to run Stoch in the tester with exact input variable and got negative balance.

 
Modelling quality should go red when it goes below 85%.
 
please help me on how to loading indicator sucesfully.  am avalable on lemonluke@yahoo.com
 
reza107:

I tried to run Stoch in the tester with exact input variable and got negative balance.

How can I get help to use expert advisors?

 

Hi - appreciated if anyone can help.

 

i get this message when i try to run , how to get it working?

2015.03.04 18:29:19.761 Stoch EURUSD,H4: invalid price 1.10963450 for OrderSend function

 

 

thanks

 

Line no. 78 in source code must be like this 


SH3 = OrderSend(Symbol(), OP_SELLLIMIT, Lots, NormalizeDouble(H4,Digits), 3, H4 + StopLoss*Point,


as well as the line no.94


BL3 = OrderSend(Symbol(), OP_BUYLIMIT, Lots,NormalizeDouble(L4,Digits), 3, L4 - StopLoss*Point,

EA is highly profitable when you put stoploss level about 50 000 points far from opened price,or not to use it at all.Usually Hedging robots run without stoploss.Actually opposite orders work as stoploss.