custom indicator in mt5 not visible
-
in my project not work the custom indicator because in test the dors not pop up: how can I set to see the dots in chat and open order?
Link to my project: https://fxdreema.com/shared/HDS8n0Ile
......
pricechannel_signal_v1.mq5 -
Maybe something went wrong when adding it to fxDreema, but I will check that later. I added it for you on the web fxDreema. I didn't tested it, but it should work... I can see 7 inputs and 7 buffers, everything looks normal. Well, one of the inputs has fancy datatype, maybe this is what creates the importing problem. Otherwise you are doing it good by using "Indicator tester" blocks.
-
i want see this:
http://imageshack.com/a/img910/7613/fFAT4T.jpgbut i see this:
http://imageshack.com/a/img540/8513/Mk6ZeA.jpghelp me!!!!
-
I have no problems with it: http://prntscr.com/4wfvw9
The value looks weird, but all the dots are there, which means that the indicator is successfully added. Do you use the local version? If yes, make sure the indicator is added like this: http://prntscr.com/4wfx93 -
i don't see the indicator.... there is only the dots red under each candle
have you use my ea????? https://fxdreema.com/shared/HDS8n0Ile
or you have generate new ea?? is possible to see your ea and setting che chat "indicator tester"??
-
I'm showing you screenshot of me using the indicator, so yes, I used it and it worked. I almost always make my simple project to test the things first, in this case I used
"Indicator tester". I used the same indicator settings that I manually set in your account (the web version of fxDreema, go to My Indicators), so they should work. Just make sure that you are using the same settings. Otherwise it's probably something else, and in this case I can suggest TeamViewer
-
I always have the same problem. may i post your file .ex or for e-mail?
-
Use "Indicator tester" when you add a new custom indicator.
The first thing is, look at the error messages to make sure that the indicator is loaded without problems, it should also automatically appear after the backtest (indicators does not appear in live test).
Then, look at the values produced by "Indicator tester". Where the indictor is not visible, the value should be... something giant, or 0 in some cases. If you have the same value all the time, whatever it is, then this buffer cannot be used. If this is the case, try with Candle ID = 1 (this is for indicators that draw arrows). Of course, make it run for more than few candles.
For multi-timeframe indicators, try different timeframes.