Line indicator made with fxDreema
-
Hello
i have a question
let say i made a line indicator using fxDreema with the following conditions:
green line appears on chart when MACD signal line crosses above the level 0 while demarker and 5 other indicators are showing buy pressure as well
and a red line when it crosses below the level 0 and all the other indicators are showing the sell pressureso now i want to use that indicator in an EA that i am building with fxDreema
can i use that indicator?
conditions for the EA are like this :
when Certain conditions are True then place a pending order on the lines from the indicator.is this possible ?
if so then do i have to put the line indicator in the Indicator folder or the Expert folder?Thanks.
Regards. -
@Jennifer
Hello
I think it is impossible to make indicator with fxdreema that can work in indicator folder of metatrader , because base of indicator work in oncalculate () function that not appear in fxdreema (i tried it and i can't do that also i changed ontick to oncalculate but not work!)
but why you don't add buy and sell condition to this rules and then use it as EA ?
Best Regards -
@mohammad2232
lol i thought so
well i am not adding these conditions in the EA because i am currently a basic user so it does not allow me to add more than 10 blocks
i will buy the full subscription once the downloading problem is settled -
we can have it so that when all of the conditions is true it draws a line lets say -+10 pips above/below closed ( current ) price .
and if it goes up and hits the line it deletes the line and starts over ?

-
@timmyhanke
well Even if we make it in a way that when all the condition are true and it draws the line there is still a problem that we can not use the indicator made with fxdreema in an EA that weare making in fxdreema -
you can use almost all of the indicators that exists , and when the indicators you have selected are true , then the ea draws the line , and trades after that if you want to

-
@timmyhanke
ohh you mean to use all the the indicator condition indicators in the EA
well i cant because i am a free user