EA from MBFX
-
Hi I have added the MBFX System indicator to my indicators.
3 inputs and 7 outputs. The output names are my modified but the number of outputs should be the same.
I have added a simple condition just to get started, but the indicator dont seem to appear on my chart neither on the chart or in the strategy tester. Could there be some write protection or have I missed somthing?



-
use Trace block to verify your EA (in visual tester) if are you using right buffer
-
Thanks again Miro, I suddenly get the MBFX to dr on the
-
@miro1360 Thanks again Miro, I suddenly get the the EA with MBFX (my) indicator to draw its line in the strategy tester and on the chart.
On the live chart if i attached the indicator before the EA. I dont know why.
Anyway I tried to trace all the output and everyone draws the the prize level.

Even if there seem to be the right output in the data window when I hold the mouse on the first bar under the testing.
So I dont know how to detect the lines on the chart.
Per Ingvar
-
if you post indicator here I can look into that closer ...
-
0_1507181914473_MBFX System.ex4
Thank you very much, that was really nice.
Its a part of the MBFX system with some other indicators I also have, but I look at this one with its interesting bands.best regards
-
it is simple, import indicator as this manually:

and this is how Candle Close cross up is done:

or maybe with one block x> it is also working ...
.... and note important thing ... mbfx indicator is fully repainted indicator - it means, when signal was taken, after few candles indicator have another form (because whole period is used for some calculation) ...
-
I really dont see what Im doing wrong.
I tried to add this indicator again and used your setup,
This time the indicator dont show up on the chart or backtesting like I had problem wit the last time. I tried to choose a template using the MBFX while I was backtesting. Then I could see the curves but nothing happend.
Did you tried the EA you showed me?thank for helping again

-
yes I tried, it opened trades ...
try it through shared link (but be sure you have imported indicator, otherwise this link is not working properly) ...
https://fxdreema.com/shared/ZebXc34tc -
This is strange. I have deleted and added the indicator without no difference.
I added your block into my previous project with another name and the the cuves appear on the screen again. Weird.
But no trades are opened and when i traced the buffers it only draw the trace line at the prize.
Could there be any bugs somewhere? -
have you this indicator in "Indicators" folder of MT4?
-
for me it is opening trades in Tester:

-
Its in the indicator folder but organized under some subfolders
. -
Im still very confused. I renamed the indicator without any difference. I moved the original into the Market folder with no difference.
I had a template with the same name as the EA. I think mt4 loaded this template automatic for some reason, and that was the only reason that i get the indicator to paint on the chart in my first EA.
I deleted that template so now the EA runs with no painting and of course no trades. -
Voiila I put the indicator at the indicator root and it suddenly worked. I realize that its in the description that the indicator should have the subfolder in its name if it not at the root.
Thank you for your patient help

-
yes it must be root or named with subfolder, good that now it is working for you
