@l-andorrà They are just RSI MACD and MA That's it. I'm pretty sure these are not repaint.
Latest posts made by chanukonboss
-
RE: Please, need help to solve my 3 PROBLEMS.posted in Questions & Answers
-
Please, need help to solve my 3 PROBLEMS.posted in Questions & Answers
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. -
RE: All The condition is correct, but wrong,delay entry or not entry at all.posted in Questions & Answers
@l-andorrà So I should test it on Demo rather than backtest? I choose everytick for testing in make it slows already by put the indicator in but that might be the answer. I will try on demo and see the results.
-
All The condition is correct, but wrong,delay entry or not entry at all.posted in Questions & Answers
The main point of this EA is to entry after crossing ( >x) no more than certain amount of candle.
Why there is so many right entries but still have so many wrong entries or not even entry at all.
Example

the yellow mark is where it should entry.
(the #2 is wrong yellow it should be the next one)I don't know what I am doing wrong on the number in this EA because there is still many correct entries.
This is the project
https://fxdreema.com/shared/jVV3iMkmc -
Compilation errors 'return' - function must return a valueposted in Questions & Answers
Hi I'm very new here.
I got this in text error after I click .ex4 Compilation errors 'return' - function must return a value.
I don't really know about mql4. Can someone help?