Trading by candle stick patterns
-
Hello Dreemas
This is my new project: https://fxdreema.com/shared/0MnVRLwfb
I tried to make a EA base on candle stick patterns but it didnt works. The conditions are followed:
- ID4 = bull
- ID3 = bull
- ID2 = bull
- ID1 = bear
Then sell

Can some tell me what I did wrong?
-
Forgot to add. The trade must within 15.00 till 20.00
-
@william-1 I see one condition block only. You should add one for each candle comparison. Additionally you need to add one 'bearish/bullish candle' block per each one you need above each previous condition. Otherwise the EA cannot know wich candles are supposed to be checked.
-
@l-andorrà said in Trading by candle stick patterns:
should add one for each candle compariso
I didnt knew there are bull and bear block. thanks for the heads up
-
@l-andorrà Is this what you mean: https://fxdreema.com/shared/eMdfbMI4
The criteria is following: I like only to trade between 15.00 till 18.00.
ID4 = bull at 11.00
ID3 = bull at 12.00
ID2 = bull at 13.00
ID1 = bear at 14.00
Then sell at 15.00the same goes if:
ID4 = bull at 12.00
ID3 = bull at 13.00
ID2 = bull at 14.00
ID1 = bear at 15.00
Then sell at 16.00 ect.but it still dont works. what did i do wrong
-
@william-1 I think this is because your candle ID's conflict, I think for your 3 in a row you need to insert the start ID (4).
-
theres also a "bulls in a row" or "bears in a row" block
