Experts: Exp_BlauTSStochastic

 

Exp_BlauTSStochastic:

This trading system uses the BlauTSStochastic oscillator.

A trade decision is made when the histogram changes direction, at the breakthrough of the zero line or when the color of the signal line cloud changes.

Fig. 1. The instances of history of deals on the chart.

Fig. 1. The instances of history of deals on the chart.

Fig. 2. Chart of testing results

Fig. 2. Chart of testing results

Author: Nikolay Kositsin

 
Automated-Trading:

Exp_BlauTSStochastic:

Author: Nikolay Kositsin

'MarginMode' - declaration without type Exp_BlauTSStochastic.mq5 47 8
'MMMode' - undeclared identifier Exp_BlauTSStochastic.mq5 215 54

 
ctzulu:
'MarginMode' - declaration without type Exp_BlauTSStochastic.mq5 47 8
'MMMode' - undeclared identifier Exp_BlauTSStochastic.mq5 215 54

Thank you. Fixed. Please update TradeAlgorithms.mqh (it must be placed to MQL5\Include).
 

Can you help me to make a strategy please
Strategy is,

SMA - 240 ; Stochastic ( %K periods- 30, %K Slowing- 20 & %D periods - 10 and MA type is Weighted )
Timeframes - for 1min and 2 min

Condition for BUY - i) Market's close Price is above 240 mv  ii) afterthat whenever Stochastic will cross for buy, it will trigger at closing price of that last candle.....Stop loss- 5 points, Take profit- 20 points, Trailing Stop will be at 10 points and Break even will be 5 points when profit will be 15 points.

Condition for SELL - i) Market's close Price is below 240 mv  ii) afterthat whenever Stochastic will cross for sell, it will trigger at closing price of that last candle.....Stop loss- 5 points, Take profit- 20 points, Trailing Stop will be at 10 points and Break even will be 5 points when profit will be 15 points.

Reason: