@jstap Thanks!
I have now implemented those above.
But somehow EA is not working properly, it doesnt open any trades as I am backtesting it.
Any chance you could look it up and see where the basic problems are?
Posts made by drankman
-
RE: MACD on/off and MACD signal crosses 0 and crosses signal lineposted in Questions & Answers
-
RE: MACD on/off and MACD signal crosses 0 and crosses signal lineposted in Questions & Answers
@jstap Thanks for this!
further question:
I created the constants,

Do the MACD A, MACD B, MACD All with if conditions?
How do you use it?is something like this?

-
RE: MACD on/off and MACD signal crosses 0 and crosses signal lineposted in Questions & Answers
@jstap Thanks for this, I'll try to figure out.
For number 2:I want to be able to choose from MACD indicator, either using MACD line cross 0 or MACD line cross signal lines.
Something similar like this:
-
MACD on/off and MACD signal crosses 0 and crosses signal lineposted in Questions & Answers
hello,
I have 2 questions regarding MACD.- I have two MACDs in EA. I would like to put one MACD as on/off function. How do I set the bool constant and where in MACD indicator should I put it?
- I would like to create MACD drop downlist functions with one macd line below/above 0 and the other one macd crosses signal line. What constant should be and where I can put in the macd indicator functions?
Thanks for the helps!
-
RE: RSI signalposted in Questions & Answers
@l-andorrĂ Ok. Thanks for the reply. I have several questions
- ok. got it.
2a. if I use RSI variables true which RSI is down, would this work only as a signal then?
I mean,
if after sometime, RSI is is going back to above 30 level, then can a trade be opened after once MACD signal/line crosses?
2b. https://fxdreema.com/shared/adiRzk6Kc As this suggestion, should RSI variables be created separated first and not connected to the conditions block?
Thanks for the helps!
here is my project if you could look up again: https://fxdreema.com/shared/E5Ymf1v1e - ok. got it.
-
RE: Dropdown list for timeframe MACDposted in Questions & Answers
@andrewfrank Never mind, I found the error.

-
RE: How to fix compilation errorsposted in Questions & Answers
@jstap Thanks for the reply..:)
sorry for the confusion..now I think I found out how that works. -
Dropdown list for timeframe MACDposted in Questions & Answers
Hi guys,
Does anyone know how to create constant for MACD timeframe? I want to create in EA a dropdown list for the timeframe.
Thanks for any helps/suggestions.If I put enum_timeframes as a constant where double or string are, I got the error message.

-
RE: How to fix compilation errorsposted in Questions & Answers
@jstap oh ok got it. thanks!

Do you know how to make the title for each conditions (like the picture above with yellow mark)? -
How to fix compilation errorsposted in Questions & Answers
Hello, since I am new here, I have several questions:
-
I got these compilation errors, but I dont know how to fix this or to see where the errors are?

-
How do I make such a gap or title for each condition?

Any helps would be appreciated!
Thanks
-
-
RE: RSI signalposted in Questions & Answers
@l-andorrĂ
here is the project: https://fxdreema.com/shared/HnMKt2Fee -
RE: RSI signalposted in Questions & Answers
@jstap I already put macd in the buy sell tree. but I am still looking how to put RSI conditions.
Thanks anyway..If anyone have another input, would be appreciated..

-
RE: RSI signalposted in Questions & Answers
@jstap Thanks for the reply. Sorry I was not clear about my question. I understood what you mentioned, trade will be opened when MACD cross between main x> signal at the time RSI is below 30.
However, what I am still looking is: the RSI works only a trigger, so if the RSI goes below 30 and once MACD main/signal crosses then open a trade. This means, even though MACD main/signal crosses while RSI is already going back to above level 30, a trade can still be opened.
I attached a picture below, number 1 is the trigger of RSI and number 2 is where MACD main/signal crosses and can still open a trade even though RSI is already going back to above level 30.Hope this is more clearer than previous explanation.

-
RSI signalposted in Questions & Answers
Hello,
I'm new in Fxdreema, I have questions regarding RSI signal. I want to build EA, where RSI gives only a signal (or a trigger) to allow another condition to run, for example MACD.For example, if the RSI goes below 30 level --> then open a trade once the MACD Main/Signal crosses each other. This means, RSI does not need to be below 30 level all the time. (If RSI goes above 30 again, it won't matter)
It needs to be adjustable on how many candlesticks should be counted where RSI below 30. Lets say 2. This mean after 2 candlesticks (where RSI are below 30), then the trigger is now triggered. So, after that, once MACD Main/signal crosses, trade can be opened.
Any helps would be appreciated or redirect me to already open forum would be helpful..
Thanks!