Custom indy: on line touch/on line cross signal mode

Avatar
  • updated
  • Completed

We need to open trade if the price touch the lines of support and resistance. Sell trades for resistance lines and buy trades for support lines.

How would you rate the customer service you received?

Satisfaction mark by Forex Trader 9 months ago

Add a comment about quality of support you received (optional):

Duplicates 1
Help With Custom Indicator "Plombiers"

Hello,

I try to use this Indicator: https://www.mql5.com/de/code/64

I has 5 buffers:

b0 Means (royal blue)
b1 Resistace

b2 Support
b3 Resistance2
b4 Support2

b5 Stochastic

I would like to open a buy on b2 and a sell on b1, but whatever I set up I get only a constant signal in one directon.

Image 5087


Here is a basic setfile. Please help.

Plom.set

    Avatar
    0
    Andrey Khatimlianskyi
    • In process

    Do support and resistance lines switch position? I guess you need another mode..

    Avatar
    0
    Jan Corsair

    They draw a channel like Envelopes. I have tested all the modes. I spent half a day with this bastard.

    ;-)


    Avatar
    0
    Forex Trader
    Quote from Andrey Khatimlianskyi

    Do support and resistance lines switch position? I guess you need another mode..

    we need mode for support and resistance lines.

    Avatar
    0
    Andrey Khatimlianskyi
    Quote from Forex Trader

    we need mode for support and resistance lines.

    How it should look like?

    Buy on cross up / Sell on cross down, like for Pivots?

    Avatar
    0
    Forex Trader
    Quote from Andrey Khatimlianskyi

    How it should look like?

    Buy on cross up / Sell on cross down, like for Pivots?

    Yes, we need to open trade if the price touch the lines of support and resistance. Sell trades for resistance lines and buy trades for support lines.

    Avatar
    0
    Andrey Khatimlianskyi
    • Planned (collecting votes)

    I've made a new topic for your suggestion, let's vote and implement it.

    Avatar
    0
    Forex Trader
    Quote from Ulises Cune

    Check This indicator "Support and Ressitance"

    https://forum.communitypowerea.com/communities/7/topics/815-support-and-resistance-indicator

    i know this indicator and i tried it but the ea didn't open trades when the price touches lines of the support and resistance. so, we need mode for this specific feature.

    Avatar
    0
    Ulises Cune
    Quote from Forex Trader

    i know this indicator and i tried it but the ea didn't open trades when the price touches lines of the support and resistance. so, we need mode for this specific feature.

    When do you want to open the first trades? When the candle before the current one exceeds the closing price?

    Avatar
    0
    Forex Trader
    Quote from Ulises Cune

    When do you want to open the first trades? When the candle before the current one exceeds the closing price?

    i want to open trades (first or martingale/Anti-martingale) when the prices touches the lines of support and resistance.