Thank you @Xfire ans @jstap. Will read up about the algorithm and circle back if I still have any queries.
Best posts made by karant
-
RE: Enter Previous Candle Close in a Variableposted in Questions & Answers
Latest posts made by karant
-
RE: Enter Previous Candle Close in a Variableposted in Questions & Answers
Thank you @Xfire ans @jstap. Will read up about the algorithm and circle back if I still have any queries.
-
RE: Enter Previous Candle Close in a Variableposted in Questions & Answers
I've stored the close of the Crossover Candle (Candle 1 immediately upon crossover) in the variable Buy_Alert (not sure if the algo is doing that - but thats the intent).
Then checking if any subsequent candle (respective Candle 1 from time to time) closes above the value store in Buy Alert - this is the confirmation to enter buy trade.
-
RE: Enter Previous Candle Close in a Variableposted in Questions & Answers
I've put the the entry and exit into separate areas.
Still being unable to enter order. Requesting help to enter a buy trade when price closes above the crossover candle close.
-
RE: Enter Previous Candle Close in a Variableposted in Questions & Answers
@Xfire : I removed all the additional steps - the EA takes trades on close above MA crossover now. Thanks - was good to see the EA actually do something.
How do I store a crossover candle close value in a variable now and enter trade when price closes above it?
-
RE: Enter Previous Candle Close in a Variableposted in Questions & Answers
@jstap : yes I will remove each block and try
-
RE: Enter Previous Candle Close in a Variableposted in Questions & Answers
@Xfire : why won’t it pass? I’m checking for a close above the close of candle which crosses over the moving average.
-
RE: Enter Previous Candle Close in a Variableposted in Questions & Answers
@Xfire: in block 4 my intent is to store the previous candle close in the variable High_Alert. To later use it to check for a close above this level to enter a trade.
-
RE: Enter Previous Candle Close in a Variableposted in Questions & Answers
I changed the last block to sell.
Still no trades in the back test. still feel im missing something.
https://fxdreema.com/shared/xKluEmBZ -
RE: Enter Previous Candle Close in a Variableposted in Questions & Answers
@Xfire : Thank you for your response. Could you please help me understand what you mean?