Attached File(s)
@ganztrade can you please help out, I will be very grateful.
I will code your pivot EAs for no charge 28 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} Hi BR please is it possible to help me convert arrow to ea can the ea work on any time frame lets say from h1 upward arrow setting at default.TP 10pips{file}Ignored
Disliked{quote} seems like zigzag to me{quote} how about try by self bro, see pictures
{quote} on D1 OHLC indicator? then show 1 day xx hours xx min ? that will be never have 2 days xx hours xx min {image}
Ignored
Disliked{quote} Dear Ganztrade, Time - Price & Action These are the 3 Main Parameters for Trade. Price - The Smart Marvelous Indicator created by Blue Rain Captures all the Price for Trade - Nothing Left out - Just adding more good features to it. Time - This is the Indicator Pending. I Have all the Gans & Fibonacci which supports Time - but still need a Perfect Indicator like you have created Action - When a Trader knows the combination of Price & Time he can take Action and Trade Now we need a Time Indicator to make Master-Profit-Generator Please go through more request previously done to get a better idea https://www.forexfactory.com/thread/...1#post13285931 Really if you can make this it would be Really - Really GreatThank You in Advance
Thanks & Regards
Ignored
Disliked{file}Friends here is the indicator, Can someone please help make Moving Averages work with this indicator TF. I wouldnt mind a separate moving average or two include in the indicator. Thanks. @ganztrade can you please help out, I will be very grateful.Ignored
DislikedHello Coders & Traders, Can someone please help me improve ( add condition, alert and arrows ) for the below MACD indicator ? double MA8 = NULL; double MA21 = NULL; bool isUpTrend=false; bool isDownTrend=false; MA8 = iMA(Symbol(), PERIOD_H1, 8, 0, MODE_EMA, PRICE_CLOSE, 0 ); MA21 = iMA(Symbol(), PERIOD_H1, 21, 0, MODE_EMA, PRICE_CLOSE, 0 ); { if ( MA8 > MA21 && Ask > MA21 ) { isUpTrend = true; isDownTrend = false; } if ( MA8 < MA21 && Bid < MA21 ) { isDownTrend = true; isUpTrend = false; } else { isDownTrend = false; isUpTrend = false; } } BUY PUSH Alert : if ( isUpTrend && SignalLine[i] < HistogramBufferDown[i] && MACDline[i+1] < SignalLine[i+1] ) if ( MACDline[i] > SignalLine[i] ) { DO BUY PUSH Alert Draw BUY ( UP GREEN ) Arrow } SELL PUSH Alert : if ( isDownTrend && SignalLine[i] > HistogramBufferUp[i] && MACDline[i+1] > SignalLine[i+1] ) if ( MACDline[i] < SignalLine[i] ) { DO SELL PUSH Alert Draw SELL ( DOWN RED ) Arrow } Thank you! {image} {file}Ignored
Disliked{quote} xy placements are the coords from a selected chart corner. The chart base corner has to be specified for any object that is placed by xy.Ignored
Disliked{quote} I'm not sure with what you want. {quote} I didn't get your point. Arrow on what? crossing MA? MA cross 12/26 same as 0 (zero) point on MACD 12,26,9. just search MA cross arrow indicator on google and set it to period 12 and period 26 {file}
Ignored
Disliked{quote} Hello ganztrade, The arrow ( and push notification ) should be on MACDline crossing MACDSignal line The MA code is for adding TrendFilter based on MA H1 timeframe Thank you!Ignored
Disliked{quote} I'm not sure with what you want. {quote} I didn't get your point. Arrow on what? crossing MA? MA cross 12/26 same as 0 (zero) point on MACD 12,26,9. just search MA cross arrow indicator on google and set it to period 12 and period 26 {file}
Ignored
Disliked{quote} Thank you so much bro, I really appreciate your effort and time. The actual problem is that the indicator I posted earlier do it calculations on seconds timeframe but anytime I add other indicators like moving average to it they do their calculations on the timeframe of the main chart. I would like moving averages that can calculate based on the timeframe of the subwindow indicator. {image}{image}That how it displays, If you notice the MA on the charts dont align thats because they calculate with the main chart timeframe which is what I...Ignored
Disliked{quote} Hi, Didn't know about it, i will check it out. Can you help with adding a TrendFilter ? Should only alert on signals in the trend direction. Trend is determined by 2 EMA 8 and 21 on H1 timeframe. Thank you!Ignored
Disliked{quote} minimum lock timeframe on my indi, period M1 .. you want in secondsthis new.. MA TF in seconds
you can request to mladen to add on his indicator, he's active free coding mq5 on mql5.com, specially with his develop indicator. maybe he will help you modify it
Ignored
Disliked{quote} https://www.forexfactory.com/thread/...1#post13285931 what you want with basket dashboard BlueRain indicators? and produce excel spreadsheet? my code knowledge not reach thereI'm sorry {quote} I'm not sure with what you want. {quote} I didn't get your point. Arrow on what? crossing MA? MA cross 12/26 same as 0 (zero) point on MACD 12,26,9
. just search MA cross arrow indicator on google and set it to period 12 and period 26 {file}
Ignored
Disliked@ganztrade Please is there a way I can get MAs or 2 MA cross that calculate in Seconds like the indicator I posted. ITs not necessary for it to have history but it should calculate on live chart. I think this will work tooIgnored
Disliked{quote} Hi dont want to create excel sheet just want to ADD DATE FUNCTION - START DATE AND END DATE in the code https://www.forexfactory.com/thread/...3#post13283493 Thanks & RegardsIgnored
DislikedHi, I'm trying to get time from specific candle like highest price from last 52 candles but it gives me incorrect time, can anyone help me? Here's my code: double Highest = High[0]; double Highest1 = High[0]; double Lowest = Low[0]; for(int i = 0; i Highest) Highest = Time[i]; if(High[i] > Highest1) Highest1 = High[i]; if(Low[i] < Lowest) Lowest = Low[i]; } Print(TimeToStr(Highest) + " " + Highest1); Thanks in advanceIgnored
Disliked{quote} seems like zigzag to me{quote} how about try by self bro, see pictures
{quote} on D1 OHLC indicator? then show 1 day xx hours xx min ? that will be never have 2 days xx hours xx min {image}
Ignored