EA with object on the chart
-
Not sure, you're going to have to slow down and do one thing at a time until you see what is causing the errors.
Usually it's something your doing wrong and it needs correcting. Welcome to the fxDreema way of "debugging"
-
Nice!

-
@biztet can you share your project once more, please?
-
Hi @trader-philipps
Here it is.. https://fxdreema.com/shared/p7Lgxz6OI really hope you can help me with the indicator settings to make it like you did.
BTW, do you find success with the 1:10 RR MC Fractal study?

-
@biztet In the Modify Variable block you need to specify a variable. Itseems that the indicator is not loaded if you don't do so

-
And so in the indicator, there are 4 variables, right?
The one you show in the pic, is it for all?
Or I need to make 4 different set?
Sorry, actually I didn't get the 'dummy' part.
And where to define the variable.
Can you share with me how you do it please? -
@biztet The EA only loads the indicator, if the block is executed. I created the dummy variable as it is required for the Modify Variables block to get exectuted. All I want to achieve is that the EA loads the indicator. You may also use an Custom MQL Code block with an iCustom call, but I think the way I suggested it's easier.
-
I can only understand logic in basic programming, but i'm not a programmer.
I tried to do like what you show in the picture.
So what i understand is you create the variable named "dummy" for the custom indicator, Fib_SR.
And for the pass block, it just executes the next block connected to it.
How is the variable being modified?
In my search i also read other topic suggested to use Custom MQL Code to refresh indicator.
But when i run in tester, the indicator is visible, but it doesn't refresh daily like what is does
when we do the indicator tester.
-
@biztet Block 38 place a real variable there (right click on input field). The redraw shouldn't be necessary.
-
@TitanGeorge / @trader-philipps / @miro1360
Thank you so much for you time and effort to help me.
Although it still not perfect, but IT'S A SUCCESS FOR ME!!
Thanks again. Gonna still need your help in the future. -
Glad I was of help and appreciate your appreciation!
-
Thank you guys for this great input my indicator is just a buy and sell arrow indicator, i will try and above suggestion.
-
@biztet said in EA with object on the chart:
In my case, i just need to buy and sell when the Arrow appears how can i do that remember the object has a single name example VQZ.
Thank you in advance
-
Hi @agbatoadesina ,
I think usually for arrows will use buffer.
0 = buy, 1 =sell -
@biztet the arrow does not have buffers it is an object on the chat.
-
Can you share the indicator so that the expert can try?
-
@biztet i have been trying to figure out how i can share the indicator, i am really new to FX dreamer can you give me a clear step on how to do that? please!!
-
When you reply, there is an upload button with black 'UP' arrow, the last one on the right.
-
@biztet 0_1583361588119_Volatility quality histo mtf arrows + lines 2.01.mq4
Thank you so much , guys this is the indicator please help.. thank you all once again.