Oh sorry, I hadn't seen it.
Thank you very much Jeanlouie
Thank you very much Jeanlouie
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} Not sure if you can quote others yet, but if you could have, you should quote from the post, because I may not have seen this. Your English seems good. Email alerts added. {file}Ignored
if(BarsCalculated(ATR_Handle)<rates_total || rates_total<min_rates_total)
return(RESET);
code...
if(prev_calculated>rates_total || prev_calculated<=0)
first=0;
else
first=prev_calculated-1;
for(bar=first; bar<rates_total && !IsStopped(); bar++)
{
code....
Buffer1[bar]=X2MA[bar]+dev1;
}
int counted_bars = prev_calculated > 0 ? prev_calculated - 1 : 0;
if(counted_bars < 0)
return(-1);
if(counted_bars > 0)
counted_bars--;
int limit = rates_total - counted_bars;
if(limit > rates_total - 11)
{
limit = rates_total - 11;
ArrayInitialize();
ArrayInitialize();
}
for( int i=limit-1; i>=0; i--)
{
code...
for(int j = i + 1; j <= i + 10; j++)
{
if(Buffer1[bar] > Close[i] ...)HERE I WANT TO USE BUFFER FROM 1st loop
{
code...
} Disliked{quote} Chart High Number can be changed if you widen/narrow chart size. if you have your pair watch list smaller, it will be smaller window and smaller numbers. Those are not fixed. Only thing doesn't change is High/Low which you can get from your 1 min chart. There are few tools you can get those tick chart as indicator chart - try this first. - from one of FF. {file}Ignored
Disliked{quote} Hi Lucky Could you pls Post the pip indicator that is in your chart "the percentage pip indicator that is in the chart"Ignored
DislikedHi guys! How can I use buffer(Buffer1[bar]) from the 1st loop in the third loop? if(BarsCalculated(ATR_Handle)<rates_total || rates_total<min_rates_total) return(RESET); code... if(prev_calculated>rates_total || prev_calculated<=0) first=0; else first=prev_calculated-1; for(bar=first; bar<rates_total && !IsStopped(); bar++) { code.... Buffer1[bar]=X2MA[bar]+dev1; } int counted_bars = prev_calculated > 0 ? prev_calculated - 1 : 0; if(counted_bars < 0) return(-1); if(counted_bars > 0) counted_bars--; int limit = rates_total - counted_bars; if(limit...Ignored
Disliked{quote} I think it's this one I downloaded it the other day. {file} If you know anything about the way pips work in trading, please let me know , I've been studying this indicator for 2 days now, I will put a picture on, let me know if you can make sense of why the green candle the price has been took from the bottom and not the top, {image}Ignored
Disliked{quote} I think it's this one I downloaded it the other day. {file} If you know anything about the way pips work in trading, please let me know , I've been studying this indicator for 2 days now, I will put a picture on, let me know if you can make sense of why the green candle the price has been took from the bottom and not the top, {image}Ignored
Disliked{quote} Hi Lucky Could you pls Post the pip indicator that is in your chart "the percentage pip indicator that is in the chart"Ignored
Disliked{quote}Thank you Very much mntiwana
I have seen you posting many indicators of Mladen and guiding the community the right use of it. Thank you once again. This is the perfect indicator i was looking for. I have a query mntiwana and feel that you can solve it. The query is I want to draw a FIBONACCI CHANNEL with defined prices as we plot a normal Manual Fibo. How can i draw a channel with start price of the day Herewith i am attaching a Fibo chart with prices can u please help me to attach a Fibonacci Channel to match with the prices...
Ignored
Disliked{quote} I doubts,not able to pick your point or out of my range/capacityIgnored
Disliked{quote} Thank you mntiwana, I also had tried many times and could not come out with a conclusion so i asked you. There would be a method of drawing a Fibo Channel manually starting from the price day start to the other fibo levels. An nothing is out of range dear. Then also if you come up with some conclusion please also let me know. Have a nice day. Thanks & regards
Ignored
DislikedGood Morning Dear Coders, Currency Strength helps a lot to determine a trade. Of all currency meter Forex Profit Supreme is a nice one but this indicator does not have the option of X Position - Y Position to move it on the chart. Can you please add the X Position - Y Position so it can be moved on chart Have a Good Day. Thanks in Advance. Thanks & Regards. {file}Ignored