problem in use my indicator ? important
-
hello
i add my indicator in fxdreema
when i use it in condition and use the buffer to create orders buy or sell but not work
look
i add indicator this
and example i want when buffer blue >x red create order buy
look image

but it is not work why ?
thank you
-
because indicator is not working in forward data feed ...
it loads historical data only when indicator is attached into chart (last window)
but when indicator is placed and candles are created (forward data feed) indicator stoped creating lines and signals (flat lines in middle window) ....... so it is problem with indicator calculation
and I dont know who can or will repair it (maybe somebody in forexfactory - there was somewhere thread with indicators for request) 

-
mmmmm

ok
i have anther problem in different indicator
i have indicator show me points green under candle this mean to up and show me points red above candle this mean to down
how i can create order to when show green create order buy or if show red create order sell
i choose every thing ( < , > , x< , x> , == , != ) every thing dont work
but if i choose ( < or > ) it is do sell or buy but dont stop buy or sell every candle craete order buy and sell dont stop
how i put control ? if show points green create one order buy now only dont more
thank you
-
it is the same problem
indicator is not painted signals forward, only into history ... why you dont test indicator in tester? there you see this problem ... -
no this this right in forward and not problem
and i test it and work good
but the problem i want if show points green create order buy now one only no more
this my problem
i used it this x< and x> dont work
but when i used > and < its work but with my problem creates orders buy or sell without dont stop
this my problem
-
-
hello
i have indicator work in test and not problem
please how i can buy or sell in points
this indicator
0_1489174167300_BrainTrend1Sig.mq4
and this too new indicator
i want buy when candle break line buy and sell when break line sell
this indicator
0_1489175783837_MA in Color_wAppliedPrice.mq4i wait your example
thank you
-
this type of multicolor indicators you need work with Indicator is visible block ... when indicator is visible, you can catch their values (compare, save into variables, etc) ...
anyway,, this type of indicators I explained in one of my tutorials, you can read them or look for fxdreema help section, or examples section for more details


note, I am working here with candle ID 1 ... if you need working with candle ID 0, remove once per bar block (and expect repainting on candle 0 logic) ...
-
or combine more conditions in right order ... just test more


-
@miro1360
thank you i will try now
-
hello
i now try you told me but its not work
look my image

when i test EA dont create buy !!
and you told me (( note, I am working here with candle ID 1 ... if you need working with candle ID 0, remove once per bar block (and expect repainting on candle 0 logic) ...)
sorry i am dont understand can you show me image about what you mean in case candle 0 ?thank you
-
without spread filter is working?
-
look

not work , not create buy
what problem i dont know ?
and what i do if i want candle 0 ? please show me image for that ?
thank you
-
I really have no idea what you are doing and why it is not working for you, because for me it is working and I was tested it. Here is mq4 file which can you import into your projects and try it.
and candle ID 0 is just candle ID in conditions, now is there 1, you can change it to 0, but ... indicator repaints on candle 0 so you get false signals, therefore I suggest you candle ID 1
... candle 0 = current candle (not closed) and candle 1 = previous candle (closed) ... -
anther questions
look image

why dont create buy too ?
but if i delete ( -) from shift its work and buy if i change number in shift by ( + )
thank you
-
this second problem is logic problem because you shifted indicator and shifted cross, that means candles which are compared while crossing are shifted one with another with few candles and comparison is not valid
-
@miro1360
i try your test
0_1489246368686_1489245669768-testing01.mq4and also no create buy no work
what you think about this problem ?
anther ea work and buy or sell
last questions above when change shift + its work and buy
this mean my Mt4 its right no problem in my program
-
@miro1360 said in problem in use my indicator ? important:
this second problem is logic problem because you shifted indicator and shifted cross, that means candles which are compared while crossing are shifted one with another with few candles and comparison is not valid
please show me image because i dont good english and a few words i dont understand what you mean from it
thank you -
@nagdy said in problem in use my indicator ? important:
@miro1360 said in problem in use my indicator ? important:
this second problem is logic problem because you shifted indicator and shifted cross, that means candles which are compared while crossing are shifted one with another with few candles and comparison is not valid
please show me image because i dont good english and a few words i dont understand what you mean from it
thank youi translation google and understand
but if i want do this my idea how i can it
thank you
-
do you have these two indicators in MT4 indicator folder?