Tutorial 07 - Read prices from indicator objects
-
this function draws objects on the chart:

and there are more functions that can work together

you would have to study the logic of the whole indicator ... my recommendation is to stay with the objects, because they are already done -
@miro1360 Thank you for your reply... so is back to square one again... Thanks you
-
Hi miro1360... Hope you are good! Sorry for being a pest but I have to press on your button again because I am getting nowhere. I discarded the Shved Sup&Res indicator because it puts orders where it is not suppose to and I just got fed-up with struggling with it for now. It just stays in the red and never make a profit
I found another indicator which I want to try but it seems I cannot get the ea to read the bands on chart... I have fiddled with it for quite awhile now and this is the reason I ask for your input please! The buffers it has does not work for some reason so I rather would want to work with your Tutorial2
I already marked the names of the lines in question in the Tutorial EA but for some reason the candle do not see the line?
Would you be kind enough to take a minute and see where am I going wrong... much appreciated and big Thank you!
0_1588544616900_Bands Fibo True.mq4
https://fxdreema.com/shared/JuZpse4W -
the bands indicator is different from supply and demand ...
based on your picture: https://fxdreema.com/shared/LImFmFUoe
don't expect good result from it -
@miro1360 ....... a very big Thank you!!! Most Appreciated!!
-
@miro1360 = You were right! This does not give good results.... I do not understand where the SL and TP come from.. Do you have any ideas?

https://fxdreema.com/shared/8IqUWUNLd -
it has some shift option, set candle ID and shift to 0 ...
I am not creator of this indicator 

-
@miro1360 .. Thanks for the reply... Yes, you did not write it but you have educated guesses where I will shoot like a drunken cowboy in the dark... hahaha! Thank you miro!!
-
-
@miro1360 Hey guys,
I am wondering if there is access to the code of the indicator, so I could adjust it for my purposes.
I am not a coder, but familiar with FxDreema. Appreciate any help or hints!!
-
@umbrellamaker All the source coded products is in this post brother? Just go backwards and look for it.... easy as pie
-
Hi @miro1360 . I'm trying to use the attached SnR indicator.
0_1609611478380_SS_SupportResistance_v04c nmc.ex4
Could you please guide me how i can define the object for SnR? I failed to use the prefix because the name cannot be separated between Support or Resistance. Thanks.
-
Helo @miro1360 , @AlphaOmega , @roar , @fxDreema , @ambrogio , @l-andorrà or everyone who familiar with this topic, I need a hand please.
I want to modify it become -> when price cross above support and price cross below resistance then the order immediately open. I’m not gonna wait the candle ID 1 to close. So if current candle entered the zone and bounce back crossing the support_hi or resist_lo. There, the order must be placed.

I tried it with current candle cross or bid price cross with price level object it seems doesn’t work. This is my project:
https://fxdreema.com/shared/WzXg8uQyeThis is the rules:
Buy:- Price cross above up_support
when: - Price < Lower BB
- up_support < Lower BB
Sell:
- Price cross below dn_resist
when: - Price > Upper BB
- dn_resist > Upper BB
I need the rules like that, but maybe there was a problem somewhere in my block..
Thank you guys!!!
- Price cross above up_support
-
Sorry bro ... cannot help you .. I am using MT5
-
@miro1360
If we are detecting support and resistance from chart object than how can we back test oyr EA, can some one please reply? -
@talalkhan Unless the EA itself plots those lines, that is not possible.
-
@l-andorrà Than how can EA plot these zones/lines?
-
@talalkhan You can use as many 'Draw line' blocks as necessary oncle all required conditins are met.
-
@miro1360 thanks for the post above please assist i just created an EA for MT5 but it soesnt palce any trades i want it to place trade when ever arrow appears with priceUP or priceDN i copied your blocks and did a few editing here and there will appreciate the help thank ou [0_1649328316159_DSRTest.ex5][link text](link url)(/forum/assets/uploads/files/1649328317980-dsrtest.ex5)

-