Please, need help to solve my 3 PROBLEMS.
-
Can anyone help me or give me solutions and example of these problems.
I have no clues how to build it. Which block or condition do I have to use?!! 1st !! Stop loss at the Lowest/Highest at the candle before the crossed candle MA
I want to put the stop loss at the (Yellow ARROW) price. [The lowest of candle stick not the wick]
It has to be on the first one before the candle crossed MA, or the last candle before the candle crossed MA,
not the candle that crossing one. Like if the trade entry at the (GREEN ARROW) candle,
the previous blue candle one has been crossed and end up on top of the MA but that shouldn't be count as the SL point.
It has to be the one that above MA or the body has not touched the MA.

!! 2nd !! check PIPS from current price to Stoploss before entering
Before any Entry (BUY/SELL) Check the entry level and stoploss that it has more or less than the certain pips. for Example.
Check Stoploss compare to Current price->Check Condition-> If it more than 10 pips= ENTRY buy/sell
Check Stoploss compared to Current price->Check Condition-> If it less than 5 pips= [X]!! 3rd !! check PIPS and distant from entry price to the candle crossing that MA
"This one has the similarity like !! 2nd !! problem. But I don't know how to."
Checking the PIPS and distant before any Entry (BUY/SELL). it must not pass more than the certain number of candles after crossing the MA
(Count the candle that crossed the ma too) and Checking the PIPS from Lowest/Highest of the crossed one to the entry price.
I want to make this as a condition before entry For Example.
From Candle crossed MA to the entry price.
If I want to set it pass less than 5 candles and more than 5 PIPS to entry
This picture below wouldn't match the condition.
9 Candles has passed: 23 PIPS from crossed to the entry price.
.
Sorry, if this really easy or have been asked before. I try to find the solutions for this but couldn't figure it out. -
Really difficult.
-
Did you check if all those indicators repaint? Because if ANY of them does, the bot is doomed.
-
@l-andorrà They are just RSI MACD and MA That's it. I'm pretty sure these are not repaint.