God bless you thank you so much



Tamizhan
1
I will code your pivot EAs for no charge 25 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Sir sorry for disturbing you again, when we minimize the panel it goes and sits in the upper left corner of the chart it is not staying in the corner where we have defined, can it be corrected sir Thanks in advance God bless youIgnored
DislikedHi Penny .. I'm happy to help with this but first I need to narrow down what you mean by a "Bullish" and "Bearish" candle. A candlestick is comprised of a real body ( the bit between the Open and Close prices) and it has wicks to mark the high and low. I'm guessing you want to target a long candle with a big body relative to it's neighbours for some reversal price action. I've added an image of the different types of candles for you to consider so you can tell me more precisely what you're looking for. Then I can get busy with some code for you.{image}...Ignored
DislikedHi Penny, I have an indicator that needs you to help me to do some modifications, for signal 0 (Red color), I want it to have a sell signal and for Signal 1(Aqua color), I want it to have a buy Signal. Because I am using EA builder and want it to convert into EA, It won't be able to open sell. Thank you for your help! {file}Ignored
Disliked{quote} Sir sorry for disturbing you again, when we minimize the panel it goes and sits in the upper left corner of the chart it is not staying in the corner where we have defined, can it be corrected sir Thanks in advance God bless youIgnored
DislikedPlease can anyone help modify this indicator to have editable label positioned like in the picture optioned top, middle or bottom for each line {file}{image}Ignored
Disliked{quote} OK, so that makes it a totally different scenario as far as code goes so not quite a simple EA. How many trades may already be opened on the terminal? How many Pairs could be involved? Is this for trading only on a single Pair with no existing open trades? Will it need a magic number? Will it need to control more than one trade? Will it need to control manual trades? Will you be trading only Forex? May I suggest you try the EA on a Demo account and use a manually entered trade to see if it does what you want when price gets to the line,...Ignored
Disliked{quote} tell me if I understood correctly ...{image} {file}{file} God bless you vicol and God bless everyone!
Ignored
Disliked{quote} Thank you so very much for your effort, let me try and re-illustrate better{image} I hope this is clearer... Thank you and God Bless you tooIgnored
//A line in separate window #property indicator_separate_window #property indicator_buffers 1 #property indicator_color1 White #property indicator_width1 1 // The idea is to subtract the previous Tick from the current one in order to get a range moving over or under a zero value // You mentioned using a horisontal line for drawing. Cool, lets do that // Im asssuming we need an array to store Tick Values // It would be cool to have the option of using Close, Median and Typical // Im not sure if this can made as an Indicator, as Indicator doesnt handle Ticks like EAs does? Or can you make a Tick based Indicator //So Im guessing we start with an... int OnInit() { } //And then whats next?
Disliked{quote} "My Text" can be "Line Name" editable you the users choice of text please eliminated the date since its already visible at the bottom of the line. Thank youIgnored
QuoteDislikedIndicator doesnt handle Ticks like EAs does? Or can you make a Tick based Indicator
QuoteDislikedsubtract the previous Tick from the current one in order to get a range moving over or under a zero value
QuoteDislikedusing a horisontal line for drawing
QuoteDislikedoption of using Close, Median and Typical