stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Multi_Stoch_Rsi_Trader
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=945
Page 16 of 16
Author:  Wiggy1965 [ Mon Jan 28, 2013 11:42 pm ]
Post subject:  Re: Multi_Stoch_Rsi_Trader

Andrew or anybody,

I'm not sure how the trend following feature works, can somebody explain please....?

Regards
Wiggy
Author:  cave76 [ Fri Feb 08, 2013 6:10 am ]
Post subject:  Re: Multi_Stoch_Rsi_Trader

hello i am getting error order send failed non positive ticket returned with v1.07 how can i fix this

thanks
Author:  fx800 [ Sun Apr 07, 2013 3:09 pm ]
Post subject:  Re: Multi_Stoch_Rsi_Trader

Would one of our experienced coders please help.

I would like to experiment changing the trend definition to Bob's definition i.e. using 240 LWMA open.

I have modified the code as follows, but it is not working

Code: Select all

 //+------------------------------------------------------------------+
//| expert Visual Direction for disply function                      |
//+------------------------------------------------------------------+
string Direction(string symbol)
{
    double wo = GetMa(symbol, PERIOD_W1, 2, 1, MODE_LWMA, PRICE_OPEN, 0);
    
    double mA   = iMA(symbol, PERIOD_H4, 240, 0, MODE_LWMA, PRICE_OPEN, 0);
    double lO   = iLow(symbol, PERIOD_H4, 0);
    double hO   = iHigh(symbol, PERIOD_H4, 0);
       

    string retval = none;
    if (lO > mA)
        retval = up;

    if (hO < mA)
        retval = down;
      return(retval);
}
We have had a lot of success with NB 10.4 with this trend definition, it is worth a try here.

I will of course post any positive results of my experiment here.

Thanks in advance.

peter
Author:  hopfi2k [ Sun Apr 07, 2013 8:05 pm ]
Post subject:  Re: Multi_Stoch_Rsi_Trader

fx8000 wrote:Would one of our experienced coders please help.

I would like to experiment changing the trend definition to Bob's definition i.e. using 240 LWMA open.

I have modified the code as follows, but it is not working

Code: Select all

 //+------------------------------------------------------------------+
//| expert Visual Direction for disply function                      |
//+------------------------------------------------------------------+
string Direction(string symbol)
{
    double wo = GetMa(symbol, PERIOD_W1, 2, 1, MODE_LWMA, PRICE_OPEN, 0);
    
    double mA   = iMA(symbol, PERIOD_H4, 240, 0, MODE_LWMA, PRICE_OPEN, 0);
    double lO   = iLow(symbol, PERIOD_H4, 0);
    double hO   = iHigh(symbol, PERIOD_H4, 0);
       

    string retval = none;
    if (lO > mA)
        retval = up;

    if (hO < mA)
        retval = down;
      return(retval);
}
We have had a lot of success with NB 10.4 with this trend definition, it is worth a try here.

I will of course post any positive results of my experiment here.

Thanks in advance.

peter

Peter,

Could you kindly elaborate what exactly the problem is you are facing? What result are you getting other than you are expecting? ;)
Or do you have "rules" that should produce certain results? Kindly provide these informations and I'll be glad to come up with a solution.

Cheers,
Andy
Author:  deltarun1 [ Mon May 20, 2013 2:51 pm ]
Post subject:  Re: Multi_Stoch_Rsi_Trader

hi guys just to check is anyone trading this live?
Author:  AGT [ Mon May 20, 2013 5:01 pm ]
Post subject:  Re: Multi_Stoch_Rsi_Trader

Look the activity/nonactivity in this thread ... here are only a few freaks left ... may even game over here ... caravan moved on already ... just my 2 cents ;)
All times are UTC Page 16 of 16