Yes the indicator is correctly uploaded however I do not see any output buffers.
Should I be creating them myself by clicking "new"?

Yes the indicator is correctly uploaded however I do not see any output buffers.
Should I be creating them myself by clicking "new"?

Hi,
I am having trouble indicating which buffer my EA should be interacting with on my custom indicator.

Not sure where to go from here to have the left side interact specifically with certain buffers on the right side.
Thanks in advance!
Thanks a lot!
Will this give me every high for the past 10 candles? or just the highest high?
I don't need all the highs and lows on my chart I just need all the highs and lows from a certain range.
Hi guys?
How can I make my bot keep track of every single candle high or low on any timeframe?
From what I've tried I've only been able to make it keep track of the highest high or the lowest low from a certain period but not every high or low.
Is there anyone who's done something like that before?
Thanks!
yeah I'm thinking this might be what I need to use but I have no idea how these blocks work.
Does anyone have an example of these blocks being used?
I see what you mean but this is not what I am trying to do.
What I want to do is irrelevant of whether or not there are any trades running.
What I want the bot to do is to stop trading when a specific pattern shows up (That pattern is not related to the original entry pattern) until another different pattern occurs then it can start looking for the entry pattern again.
I'm wondering if what I should use is the turn off block function but I have no idea how it works so I'm not sure.

This is what my project looks like.
The bot is buying based on a specific pattern at a specific time period. I need it to stop buying once a specific counter pattern happens.
I'm not sure what function to use to do that.
The "no trade" function seems to only check if there are any trades running but it doesn't stop the bot from opening new trades.
Once that counter pattern shows up I need it to stop taking trades until a new patterns occurs.
Thanks!
Hi guys I need to figure out how to tell my bot not to take anymore trades if a specific condition has been met.
Once a new conditions gets met then I want it to start taking trades again.
Thanks!