request to make expert to do the below setting please see the attachment

 

dear All

indicator to be used Stoch =iStochastic(NULL,0,100,3,3,MODE_SMMA,1,MODE_SIGNAL,0);

i need an expert can do the following 

input double  Lots = 0.01;

input int TakeProfit=0;

input int StopLoss=0;

input int TrailingStop=0;

input int BreakEven=0;

input int BreakEvenPips=1;

open Buy


if((stoch(1+Entry_Candle)>2 && stoch(0+Entry_Candle)<=2 )||

         (stoch(1+Entry_Candle)>21 && stoch(0+Entry_Candle)<=21 )||

         (stoch(1+Entry_Candle)>80 && stoch(0+Entry_Candle)<=80 ))


open sell


if((stoch(1+Entry_Candle)>97 && stoch(0+Entry_Candle)<=97 )||

         (stoch(1+Entry_Candle)>78 && stoch(0+Entry_Candle)<=78||

         (stoch(1+Entry_Candle)>19 && stoch(0+Entry_Candle)<=19 ))


expert to have repeat ticket after selection of pips  for sell or buy if stoch reach again for any of above conditions 

each condition have flexible ticket (can have SL,TB different) 

ticket Sell on stoch 97 condition to be exit if Buy on stoch 80 is getting active 

ticket Buy on stoch 2 condition to be exit if Sell on stoch 19 is getting active 

other  all buy ticket   will close when when sell condition getting active 

other all Sell ticket will close when buy condition getting active  

expert to have minimum and maximum trade options 

expert to have money management option 


and any other safety trading options 


thanks 

rj

<...>

Files:
 

Forum on trading, automated trading systems and testing trading strategies

When you post code please use the CODE button (Alt-S)!

Use the CODE button



 

Forum on trading, automated trading systems and testing trading strategies

Please fix this indicator or EA

Sergey Golubev, 2017.03.24 07:23

And this is my other suggestion (which came from tsd 2010 and from tsd 2008):

----------------

Just to remind:

Coders (any coder) are coding for free:

  • if it is interesting for them personally, or
  • if it is interesting for many members of this forum.

----------------

and Freelance section of the forum should be used in most of the cases.



 
Sergey Golubev:

thanks dear 


i will