Forum

Different Colors for Auto TrendLine Indicator

Happy Holidays everyone! I use the "Auto TL 04" indicator to plot trend lines on my chart and it works very well for me. The only thing I can think of that would make it better is if it would display different colored trend lines instead of them all being a single color. I've tried a number of

A MA of a separate window Indicator

Good Morning All, In the MT4 terminal, it is possible to add a MA to an indicator by dragging the MA indicator onto the chart and selecting apply to “Previous Indicator’s Data” but, since I couldn’t figure out how to duplicate that same action in my EA, I decided I needed to build my own indicator

Blue/Red arrows on chart when a position is opened/closed?

Hello all, I have been trying to figure this one out for some time now but am still stumped. When I open and close trades with my scripts, I get blue and red arrows (with a connecting dotted line ) on the charts showing where the trade was opened/closed. I know why that is (because of the color

Help with writing a script

Greetings everyone, I have an idea for a script that would help me tremendously with my trading strategy but, I am not sure if it can be written and if so, I know that I don’t posses enough programming skills to accomplish it without help from wiser people than me. So, I come here seeking advise and

Looking for some more ideas/help

Greetings, I have an idea for an indicator and am hoping I can find some suggestions here on how to build it. I have gotten very useful help in the past (thanks gordon) and look forward to peoples input. What I want to do is create an indicator that will plot the slope of 2 or 3 different length

Looking for some ideas/help

Hello All, I built a trailing stop strategy that utilizes ever increasing time frames to determine the placement of the stop. For example, a buy trade is opened on the 5 min chart and once the low of the last bar is above the order open price, it (and subsequent bars) is/are used as the stop loss

A Trailing Stop Strategy

Hello everyone, I have a strategy for a trailing stop that I need help with programming. What I am looking for is coding that will use different time frames for the trailing stop placement. Example: If I start a buy trade on a 5min chart, after price moves above the order open price , I want the EA

A piece of code to remember an entry signal

Hello all, I have an EA that has a number of different types of entry signals. I can toggle them on and off with true/false inputs. Meaning, if I have #1 and #5 set to true, entry signals will only be generated when both #1 and #5's conditions are met to open a trade and all other signals (or lack

EA based on last bars open and close

Hello All, I have been searching around for an EA with no luck and have been unable to create one that does exactly what I want it to do. What I am looking for is an EA that will place a buy or sell order based on the opening and closing of the last two bars in the current chart. Specifically, if