Thanks all,
yup, better play with something that we already know how to run it.
Best posts made by aeivan
-
RE: MACD Divergenceposted in Questions & Answers
Latest posts made by aeivan
-
RE: Read Value of Indicator Inside Other Indicator (Applied to First Indicator Data)posted in Questions & Answers
@l-andorrà
I have custom indicator for this, it is TDI but still i cannot get value for use in a condition block.@roar
Thank you for the link, i'll take a time to learn it. -
Read Value of Indicator Inside Other Indicator (Applied to First Indicator Data)posted in Questions & Answers
Hello,
How to read value form one indicator applied to another indicator,
Let say i have an indicator :- RSI 14
- EMA 5 (Applied to First Indicator Data which is RSI 10)
- EMA 21 (Applied to First Indicator Data which is RSI 10)
- EMA 34 (Applied to First Indicator Data which is RSI 10)
What block to use if i want open order based on EMA 5 crossing up EMA 21 = BUY and vice versa??
-
RE: How to put MQL4 code to condition block?posted in Questions & Answers
@l-andorrà that RSI indicator, i want to check if RSI between value 40 and 60 then it is give a True value. It can do with condition block no.1 but it takes 2 blocks, i just want to learn how to use condition block no.2
@miro1360 how to eliminate warning that said expression not boolean?
Thank you All
-
How to put MQL4 code to condition block?posted in Questions & Answers
Hi all,
I want to create custom condition with condition block no.2, rather than using condition block no.1, just want to try this things. But it wont work, any help regarding this matter?I'm using this block

to input this MQL4 code

and this is the result

expression is not boolean
how to do it correctly? -
RE: One EA several signalsposted in Questions & Answers
i found this for my reference
https://fxdreema.com/shared/leqyFBBXc
thank you -
RE: One EA several signalsposted in Questions & Answers
I want to make an EA exactly same like this, one EA with several condition of signals to open order, rather than make a new thread, can i join here??
i already make this but didn't work as my expectation, even i can said it is totally not working.
do you have an example or tutorials to make an EA like this?
What is logic behind this EA to work??
i have 6 setup / signals to buy, and so for sell (opposite of buy setup), totally i have 12 setup for buys and sells.
i make a condition per signal ended with buy and sell order, and it didn't work.
then i make a condition per signal ended with modify variable as a boolean True or False, then using this variable as setup to execute buy/sell order, but also didn't works.
so please help
-
RE: example: Trendline EAposted in Tutorials by Users
@miro1360
I Just create new project and copy paste above block
i'm running it at demo account,
follow above instruction to make similar trendline name with object on chart name
but EA not open any trade when condition meet above block?
Any missing setup?
https://fxdreema.com/shared/ZbzPNXW0e -
RE: example: Trendline EAposted in Tutorials by Users
@l-andorrà
Any example of using trendline price level (by candle ID)?
or how to use other properties of object on the chart? -
RE: example: Trendline EAposted in Tutorials by Users
Hello, when i try this EA at demo account
Why Buy & Sell not working?
I already draw Trendline manually,
and give similar name of manually draw trendline with block input.
any help to this issue?