Lots of question-Stochastic Oscillatior
-
Dear All I have lots of questions about how to set up.Here are is my purpose.
The 1st condition (Block 4)
I would like to check the H1 Stochastic Oscillatior is % D Line above or below %K Line .If % D Line above the %K Line, Then proceed to the 2nd condition,
The 2nd condition (Block 3)
I would like to check the M1 Stochastic Oscillatior is % D Line cross above or below %K Line .If % D Line cross above the %K Line, Then proceed to the Buy Now,
The Buy Now (Block 5)
Here I would like to set the stop loss which depends on Bollingener Bands. It will auto set up the stop loss point at the upper band of Bollingener Bands.
The Last Trailling Stop
Am I wrong?I have try run for a while, but no any trade in my MT4
-
I suggest you take a look at the "How To" and "Instructions" sections of the site and also the tutorials by users on the forum. Use the Forum search facility. There are lots of really useful posts about using the stochastic.
However, some initial thoughts on your project:
I'm unsure why you have the trailing stop block where it is. Place it on its own with a simple PASS block above it just so that it is connected to another block.
The "no trade" block is connected such that if there is no trade the blocks on the left (connected to the orange tab) will pass, but those on the right only become active if there is a trade - the yellow tab passes if the condition, i.e. no trade, is false.
Your first block on the left passes if the value of the Stochastic main line for the current candle is above the value of the stochastic main line when then candle before last closed. I'm unsure if that is what you are after.
-
You can go the tutorials or watch some other people videos on Stochastic.

To buy, you can put it value as 20 and change the arrow to x> (cross the value, sort of)