• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 4:53pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:53pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

I will code your scalping EAs for no charge 36 replies

I will code your pivot EAs for no charge 18 replies

EAs and indicators relating to moutaki... 22 replies

InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply

Need help to code EAs for MT4 and MT5 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 35,892
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 18821883Page 188418851886 2615
  • 1 Page 1884 2615
  •  
  • Post #37,661
  • Quote
  • Jul 16, 2020 5:27am Jul 16, 2020 5:27am
  •  Ican2020
  • | Joined Aug 2014 | Status: Member | 445 Posts
Someone should add push button to these indicators on this page, please.
 
 
  • Post #37,662
  • Quote
  • Jul 16, 2020 6:30am Jul 16, 2020 6:30am
  •  lucky1359
  • Joined Nov 2018 | Status: Member | 1,051 Posts
Quoting mrdfx
Disliked
Hey guys I'm asking if someone would be able to make an ADR indicator that will display the ADR for the 8 currencies like an index. Basically instead of showing the ADR for individual currency pairs it will show the ADR for all pairs together together. For example the 20 day ADR of EURO. EURAUD - 83 EURCAD - 69 EURCHF - 41 EURGBP - 42 EURGBP - 63 EURNZD - 113 EURUSD - 44 Total 455 / 7 = 65 So we look at the individual ADR's of the 7 pairs, then add them up and then divide by 7 to get the average ADR for EURO. So the ADR for EURO would be 65. If...
Ignored
Very nice understanding and explanation. but did you get any result for the same.

any indicator who shows the Currency ADR.

Please share if you got 1

thanks & regards
 
 
  • Post #37,663
  • Quote
  • Jul 16, 2020 6:36am Jul 16, 2020 6:36am
  •  Whale
  • Joined Jun 2013 | Status: Eyes on the prize | 6,460 Posts
Quoting lucky1359
Disliked
{quote} Very nice understanding and explanation. but did you get any result for the same. any indicator who shows the Currency ADR. Please share if you got 1 thanks & regards
Ignored
you welcome, not index.
Attached File
File Type: ex4 Daily Range PeterE.ex4   10 KB | 112 downloads
You can only lean on those things which provide resistance
 
 
  • Post #37,664
  • Quote
  • Jul 16, 2020 7:15am Jul 16, 2020 7:15am
  •  Phylo
  • Joined Feb 2012 | Status: Member | 1,725 Posts
Quoting WizardTrade
Disliked
{quote} Think before you talk mate
Ignored

/*
Generated by EX4-TO-MQ4 decompiler V4.0.224.1 []
...................................
*/
Inserted Code
/*
   Generated by EX4-TO-MQ4 decompiler V4.0.224.1 []
   ................................
*/
........
........
int li_4;
   double ld_8;
   int li_16;
   int li_20;
   int li_24;
   int li_28;
   double ld_32;
   double ld_40;
   double ld_48;
   double ld_56;
   int li_64;
   int li_68;
   int li_72;
   int li_76;
   double ld_80;
   double ld_88;
   double ld_96;
   double ld_104;
   double ld_112 = 50.0 * (1 / MathPow(10, Digits + 2));
   for (int li_120 = gi_168 - ai_0; li_120 >= 0; li_120--) {
      g_ibuf_148[li_120] = EMPTY_VALUE;
      g_ibuf_144[li_120] = EMPTY_VALUE;
      li_4 = GetFirstPeakOrTrough(li_120);
      ld_8 = g_ibuf_152[li_4];
      if (ld_8 > 0.0) {
         li_16 = GetIndicatorLastPeak(li_120);
         li_20 = GetIndicatorLastTrough(li_16);
         li_24 = GetIndicatorLastPeak(li_20);
         li_28 = GetIndicatorLastTrough(li_24);
      } else {
         li_20 = GetIndicatorLastTrough(li_120);
         li_16 = GetIndicatorLastPeak(li_20);
         li_28 = GetIndicatorLastTrough(li_16);
         li_24 = GetIndicatorLastPeak(li_28);
      }
      if (li_16 == -1 || li_24 == -1 || li_20 == -1 || li_28 == -1) continue;
      ld_32 = g_ibuf_152[li_16];
      ld_40 = g_ibuf_152[li_24];
      ld_48 = g_ibuf_152[li_20];
      ld_56 = g_ibuf_152[li_28];
      li_64 = li_16;
      li_68 = li_24;
      li_72 = li_20;
      li_76 = li_28;
      ld_80 = High[li_64];
      ld_88 = High[li_68];
      ld_96 = Low[li_72];
      ld_104 = Low[li_76];
      if (ld_80 > ld_88 && ld_32 < ld_40) {
         DisplayAlert("Classic bearish divergence on: ", li_120, li_64);
         g_ibuf_148[li_16] = g_ibuf_136[li_16] + ld_112;
         if (drawDivergenceLines) {
            PriceDrawLine(Time[li_64], Time[li_68], ld_80, ld_88, Red, STYLE_SOLID);
            IndicatorDrawLine(Time[li_16], Time[li_24], ld_32, ld_40, Red, STYLE_SOLID);
         }
      } else {
         if (ld_80 < ld_88 && ld_32 > ld_40) {
            DisplayAlert("Reverse bearish divergence on: ", li_120, li_64);
            g_ibuf_148[li_16] = g_ibuf_136[li_16] + ld_112;
            if (drawDivergenceLines) {
               PriceDrawLine(Time[li_64], Time[li_68], ld_80, ld_88, Red, STYLE_DOT);
               IndicatorDrawLine(Time[li_16], Time[li_24], ld_32, ld_40, Red, STYLE_DOT);
            }
         } else {
            if (ld_96 < ld_104 && ld_48 > ld_56) {
               DisplayAlert("Classic bullish divergence on: ", li_120, li_72);
               g_ibuf_144[li_20] = g_ibuf_140[li_20] - ld_112;
               if (drawDivergenceLines) {
                  PriceDrawLine(Time[li_72], Time[li_76], ld_96, ld_104, Green, STYLE_SOLID);
                  IndicatorDrawLine(Time[li_20], Time[li_28], ld_48, ld_56, Green, STYLE_SOLID);
               }
            } else {
               if (ld_96 > ld_104 && ld_48 < ld_56) {
                  DisplayAlert("Reverse bullish divergence on: ", li_120, li_72);
                  g_ibuf_144[li_20] = g_ibuf_140[li_20] - ld_112;
                  if (drawDivergenceLines) {
                     PriceDrawLine(Time[li_72], Time[li_76], ld_96, ld_104, Green, STYLE_DOT);
                     IndicatorDrawLine(Time[li_20], Time[li_28], ld_48, ld_56, Green, STYLE_DOT);
                  }
               }
            }
         }
      }
   }
}
void DisplayAlert(string as_0, int ai_8, int ai_12) {
   if (displayAlert == TRUE && ai_8 == 0 && g_ibuf_164[ai_12] != 1.0) {
      Alert(as_0, Symbol(), " , at:  ", Bid);
      g_ibuf_164[ai_12] = 1;
   }
}
void CalculateOsMA(int ai_0) {
   for (int li_4 = Bars - ai_0; li_4 >= 0; li_4--) g_ibuf_156[li_4] = iMA(NULL, 0, fastEMA, 0, MODE_EMA, PRICE_CLOSE, li_4) - iMA(NULL, 0, slowEMA, 0, MODE_EMA, PRICE_CLOSE, li_4);
   for (li_4 = Bars - ai_0; li_4 >= 0; li_4--) {
      g_ibuf_160[li_4] = iMAOnArray(g_ibuf_156, Bars, signal, 0, MODE_SMA, li_4);
      g_ibuf_152[li_4] = g_ibuf_156[li_4] - g_ibuf_160[li_4];
      if (g_ibuf_152[li_4] > 0.0) {
         g_ibuf_136[li_4] = g_ibuf_152[li_4];
         g_ibuf_140[li_4] = 0;
      } else {
         if (g_ibuf_152[li_4] < 0.0) {
            g_ibuf_140[li_4] = g_ibuf_152[li_4];
            g_ibuf_136[li_4] = 0;
         } else {
            g_ibuf_136[li_4] = 0;
            g_ibuf_140[li_4] = 0;
         }
      }
   }
}
int GetPositiveRegionStart(int ai_0) {
   for (int li_ret_4 = ai_0 + 1; li_ret_4 < Bars; li_ret_4++)
      if (g_ibuf_152[li_ret_4] >= g_ibuf_152[li_ret_4 - 1] && g_ibuf_152[li_ret_4] >= g_ibuf_152[li_ret_4 + 1] && g_ibuf_152[li_ret_4] >= g_ibuf_152[li_ret_4 + 2] && g_ibuf_152[li_ret_4] > positiveSensitivity) return (li_ret_4);
   return (-1);
}
int GetNegativeRegionStart(int ai_0) {
   for (int li_ret_4 = ai_0 + 1; li_ret_4 < Bars; li_ret_4++)
      if (g_ibuf_152[li_ret_4] <= g_ibuf_152[li_ret_4 - 1] && g_ibuf_152[li_ret_4] <= g_ibuf_152[li_ret_4 + 1] && g_ibuf_152[li_ret_4] <= g_ibuf_152[li_ret_4 + 2] && g_ibuf_152[li_ret_4] < negativeSensitivity) return (li_ret_4);
   return (-1);
}
int GetFirstPeakOrTrough(int ai_0) {
   for (int li_ret_4 = ai_0 + 1; li_ret_4 < Bars; li_ret_4++) {
      if ((g_ibuf_152[li_ret_4] >= g_ibuf_152[li_ret_4 - 1] && g_ibuf_152[li_ret_4] >= g_ibuf_152[li_ret_4 + 1] && g_ibuf_152[li_ret_4] >= g_ibuf_152[li_ret_4 + 2] && g_ibuf_152[li_ret_4] > positiveSensitivity) ||
         (g_ibuf_152[li_ret_4] <= g_ibuf_152[li_ret_4 - 1] && g_ibuf_152[li_ret_4] <= g_ibuf_152[li_ret_4 + 1] && g_ibuf_152[li_ret_4] <= g_ibuf_152[li_ret_4 + 2] && g_ibuf_152[li_ret_4] < negativeSensitivity)) return (li_ret_4);
   }
   return (-1);
}
int GetIndicatorLastPeak(int ai_0) {
   int li_4 = GetPositiveRegionStart(ai_0);
   if (li_4 == -1) return (-1);
   bool li_ret_8 = FALSE;
   double ld_12 = 0;
   for (int li_20 = li_4; li_20 < Bars; li_20++) {
      if (g_ibuf_152[li_20] > ld_12 && g_ibuf_152[li_20] >= g_ibuf_152[li_20 - 1] && g_ibuf_152[li_20] >= g_ibuf_152[li_20 + 1] && g_ibuf_152[li_20] >= g_ibuf_152[li_20 +
         2] && g_ibuf_152[li_20] > positiveSensitivity) {
         ld_12 = g_ibuf_152[li_20];
         li_ret_8 = li_20;
      }
      if (g_ibuf_152[li_20] < 0.0) break;
   }
   return (li_ret_8);
}
int GetIndicatorLastTrough(int ai_0) {
   int li_4 = GetNegativeRegionStart(ai_0);
   if (li_4 == -1) return (-1);
   bool li_ret_8 = FALSE;
   double ld_12 = 0;
   for (int li_20 = li_4; li_20 < Bars; li_20++) {
      if (g_ibuf_152[li_20] < ld_12 && g_ibuf_152[li_20] <= g_ibuf_152[li_20 - 1] && g_ibuf_152[li_20] <= g_ibuf_152[li_20 + 1] && g_ibuf_152[li_20] <= g_ibuf_152[li_20 +
         2] && g_ibuf_152[li_20] < negativeSensitivity) {
         ld_12 = g_ibuf_152[li_20];
         li_ret_8 = li_20;
      }
      if (g_ibuf_152[li_20] > 0.0) break;
   }
   return (li_ret_8);
}
 
2
  • Post #37,665
  • Quote
  • Jul 16, 2020 7:50am Jul 16, 2020 7:50am
  •  lucky1359
  • Joined Nov 2018 | Status: Member | 1,051 Posts
Quoting gatenio
Disliked
{quote} you welcome, not index. {file}
Ignored
no wanted for currency pair but all currency index all 8 pairs average

thanks dear
 
 
  • Post #37,666
  • Quote
  • Jul 16, 2020 8:05am Jul 16, 2020 8:05am
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,232 Posts
Quoting WizardTrade
Disliked
{quote} Think before you talk mate
Ignored
I suppose you are new yet,try not to jump in before knowing the facts and i hope one day you will be know too -

Discouraging decompiled (again theft/stolen) codes is a kind of little help to coders/experts who helping the whole trading community around the globe since long from the day first by providing their entire efforts (indicators,EAs,Addons,scripts and so on a long list of every type of codes) continuously for free
So we users must respect their free sincere help rather than to cheat and encourage decompilers - though it is almost controlled by metaquotes for now
Attached Image (click to enlarge)
Click to Enlarge

Name: decompiled.png
Size: 36 KB

Attached Image (click to enlarge)
Click to Enlarge

Name: 1.png
Size: 44 KB

Attached Image (click to enlarge)
Click to Enlarge

Name: 2.png
Size: 80 KB

Attached Image (click to enlarge)
Click to Enlarge

Name: 3.png
Size: 59 KB
1
2
  • Post #37,667
  • Quote
  • Jul 16, 2020 10:38am Jul 16, 2020 10:38am
  •  japfx
  • Joined Jan 2011 | Status: Member | 317 Posts
[attach]CCFp-Diff_[v2.0](1).ex4;3691931[/attach]this indicator was created by ferrux .... please can someone code end of day/week currency strength using the algoritm on

https://finviz.com/forex_performance.ashx?v=1

and display as shown in this attached picture

thanks in advance
Attached Image
Attached Image (click to enlarge)
Click to Enlarge

Name: ScreenHunter 40.png
Size: 81 KB
 
1
  • Post #37,668
  • Quote
  • Jul 16, 2020 10:41am Jul 16, 2020 10:41am
  •  olukunmi
  • | Joined Mar 2020 | Status: Junior Member | 1 Post
Hi All,
please is there anyone out there who has an on chart Bollinger Bands squeeze indicator with push alerts using First Indicator's Data in its apply to options. All I have come across so far have not got this option.

Could you please help me and do me a favour if you have one and if there is anyone who could help me add the squeeze alerts to the original MT4 Bollinger Bands Indicator so that when I drag it on to the chart and upon selection of price or apply to method the alert becomes active and also able to alert on mobile and email. I will be most grateful and i don't also mind paying for it if need be.

thanks to you all in advance.

Olu
 
 
  • Post #37,669
  • Quote
  • Jul 16, 2020 10:47am Jul 16, 2020 10:47am
  •  chaoshydra
  • | Joined Mar 2015 | Status: Member | 177 Posts
Quoting BlueRain
Disliked
{quote} Added Upper and Lower Alert line as well as option to enable alert for those. {file}
Ignored

Hi BlueRain, again thanks for taking the time and the coding.

sadly apparently it doesn't work. i put it on my mt4 on several chart , but i got nothing once the value have been crossed...

something wrong in my input setting ?

Attached Image


thanks again.
Attached File
File Type: mq4 MACD_With_Alert.mq4   27 KB | 70 downloads
 
 
  • Post #37,670
  • Quote
  • Jul 16, 2020 11:20am Jul 16, 2020 11:20am
  •  BanzaiFx
  • Joined Jun 2020 | Status: Member | 165 Posts
Please coders,

Please add an on/off button this indicator: "Multi_Pair_Pivot_Point_Scanner_Alerts_v2.8.mq4"

Maybe the code is similar to: "Symbol changer - vspat 1.2.mq4"

Thank you.
Attached Image
Attached Files
File Type: mq4 Multi_Pair_Pivot_Point_Scanner_Alerts_v2.8.mq4   88 KB | 129 downloads
File Type: mq4 Symbol changer - vspat 1.2.mq4   10 KB | 110 downloads
 
 
  • Post #37,671
  • Quote
  • Jul 16, 2020 12:21pm Jul 16, 2020 12:21pm
  •  here2there
  • Joined Dec 2019 | Status: Moving on... | 5,330 Posts
Quoting japfx
Disliked
{file}this indicator was created by ferrux .... please can someone code end of day/week currency strength using the algoritm on https://finviz.com/forex_performance.ashx?v=1 and display as shown in this attached picture thanks in advance {image}{image}
Ignored
That type of file is not editable. And it would be better for you to reach out to him personally for help here.
You don't know because you don't ask.
 
 
  • Post #37,672
  • Quote
  • Jul 16, 2020 12:45pm Jul 16, 2020 12:45pm
  •  Wingzero83
  • | Joined Jul 2020 | Status: Member | 11 Posts
hi code gurus,

I have a simple scalping strategy that might come handy and i need help of you guys to code it.
My trading strategy is to follow the trend and will run on 15Minutes timeframe.

conditions will be explained below:
My strategy will be using 3 SMA (50,100, and 150)
My strategy will run only ONCE when the current minutes is either 15, or 30, or 45 or 60.


Buy Condition:
1. if sma 150 below sma 100, and sma 100 below 50, then firstBuyCondition = true
2. if the distance from sma 150 to sma 100 (presented as X in the image) is smaller than the distance from sma 100 to sma 50 (presented as Y in the image), then secondBuyCondition = true , https://imgur.com/a/HrDeP1y
3. The code will check 3 previous candle bars from the current time. example:
- if now is 15:45 then
- if on 15:30, Close Position is lesser than Open Position then (red candle)
- if on 15:15 Close Position is lesser than Open Position then (red candle)
- if on 15:00 Close Position is greater than Open Position then (green candle)
- thirdBuyCondition = true
4. the previous LOW 3 candle bars HAVE TO be on top of sma 50 and NOT TOUCHING them, then fourthBuyCondition = true
5. If spread is < 3, then fifthBuyCondition = true;
5. if firstBuyCondition = true, and secondBuyCondition = true, and thirdBuyCondition = true, and fourthBuyCondition = true, then openBuyPosition
6. TP for buy condition = 5 pips, Sl for buy condition = 5 pips.
7. Max opened position = 3. Means that if there are 3 positions that are still opened, even if there's another entry, the entry won't be executable and a new open buy position won't be created

Sell Condition:
1. if sma 150 above sma 100, and sma 100 above 50, then firstSellCondition = true
2. if the distance from sma 150 to sma 100 (presented as A in the image) is smaller than the distance from sma 100 to sma 50 (presented as B in the image), then secondSellCondition = true
3. The code will check 3 previous candle bars from the current time. example:
- if now is 15:45 then
- if on 15:30, Close Position is greater than Open Position then (green candle)
- if on 15:15 Close Position is greater than Open Position then (green candle)
- if on 15:00 Close Position is lesser than Open Position then (red candle)
- thirdSellCondition = true
4. the previous HIGH 3 candle bars HAVE TO be below of sma 50 and NOT TOUCHING them, then fourthSellCondition = true
5. If spread is < 3, then fifthSellCondition = true;
5. if firstSellCondition = true, and secondSellCondition = true, and thirdSellCondition = true, and fourthSellCondition = true, and fifthSellCondition = true, then openSellPosition
6. TP for sell condition = 5 pips, Sl for sell condition = 5 pips.
7. Max opened position = 3. Means that if there are 3 positions that are still opened, even if there's another entry, the entry won't be executable and a new open buy position won't be created


if the ea succeeded to get profit from 10 consecutive, the lot will auto increase (such as from 0.01 to 0.02) but once its lost the lot will auto decrease (such as from 0.02 to 0.01)
default increment/decrement size = 0.01

And please also attach the source code (.mql4 file) to me as well so that i can learn how to code it properly

Thank you gurus for those who help me to code this.
 
 
  • Post #37,673
  • Quote
  • Jul 16, 2020 1:27pm Jul 16, 2020 1:27pm
  •  dexterous
  • | Joined Jun 2011 | Status: Member | 187 Posts
Pls sir help , this indicator is not showing on my mt4.
Attached File
File Type: ex4 MACD Divergences.ex4   75 KB | 73 downloads
 
 
  • Post #37,674
  • Quote
  • Jul 16, 2020 3:18pm Jul 16, 2020 3:18pm
  •  BanzaiFx
  • Joined Jun 2020 | Status: Member | 165 Posts
Please coders,

Please make the text of the indicator: "Fibo Retracement button 1.01.mq4" bigger
by using
Inserted Code
      ObjectCreate(nameLabel,OBJ_TEXT);
      ObjectSetText(nameLabel,message,labelFontSize,Font);

I think the text code is similar to the one in "PivotPointsLines_v1.1 button.mq4"

I have poor eyesight.

Thank you very much.
Attached Image
Attached Files
File Type: mq4 Fibo Retracement button 1.01.mq4   30 KB | 143 downloads
File Type: mq4 PivotPointsLines_v1.1 button.mq4   23 KB | 115 downloads
 
 
  • Post #37,675
  • Quote
  • Jul 16, 2020 4:03pm Jul 16, 2020 4:03pm
  •  Ican2020
  • | Joined Aug 2014 | Status: Member | 445 Posts
Quoting mntiwana
Disliked
{quote} I suppose you are new yet,try not to jump in before knowing the facts and i hope one day you will be know too - Discouraging decompiled (again theft/stolen) codes is a kind of little help to coders/experts who helping the whole trading community around the globe since long from the day first by providing their entire efforts (indicators,EAs,Addons,scripts and so on a long list of every type of codes) continuously for free So we users must respect their free sincere help rather than to cheat and encourage decompilers - though it is...
Ignored
Please, post or direct me to the link that proves that the indicator that I solicited help for was stolen.

I have high regards and respect for those who put in great effort to create the amazing tools that I trade with, do you know why, there creations makes trading a little easier for me.
 
 
  • Post #37,676
  • Quote
  • Jul 16, 2020 4:42pm Jul 16, 2020 4:42pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,232 Posts
Quoting Ican2020
Disliked
{quote} Please, post or direct me to the link that proves that the indicator that I solicited help for was stolen. I have high regards and respect for those who put in great effort to create the amazing tools that I trade with, do you know why, there creations makes trading a little easier for me.
Ignored
No needs for any proves,decompiling it self is a clear big witness and dont worry with the time you will be learn and know
1
 
  • Post #37,677
  • Quote
  • Jul 16, 2020 6:10pm Jul 16, 2020 6:10pm
  •  Da.Blanchot
  • | Joined Mar 2013 | Status: Member | 34 Posts
Quoting jeanlouie
Disliked
{quote} Alright just made a new file - {image} {file}
Ignored
tq so much jeanlouie...
it's perfect as usual..
may God bless u..
 
 
  • Post #37,678
  • Quote
  • Jul 16, 2020 7:45pm Jul 16, 2020 7:45pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 843 Posts
Quoting chaoshydra
Disliked
{quote} Hi BlueRain, again thanks for taking the time and the coding. sadly apparently it doesn't work. i put it on my mt4 on several chart , but i got nothing once the value have been crossed... something wrong in my input setting ? {image} thanks again. {file}
Ignored
Let me check tonight and get back to you.
 
1
  • Post #37,679
  • Quote
  • Jul 16, 2020 8:12pm Jul 16, 2020 8:12pm
  •  Wingzero83
  • | Joined Jul 2020 | Status: Member | 11 Posts
Quoting Wingzero83
Disliked
hi code gurus, I have a simple scalping strategy that might come handy and i need help of you guys to code it. My trading strategy is to follow the trend and will run on 15Minutes timeframe. conditions will be explained below: My strategy will be using 3 SMA (50,100, and 150) My strategy will run only ONCE when the current minutes is either 15, or 30, or 45 or 60. Buy Condition: 1. if sma 150 below sma 100, and sma 100 below 50, then firstBuyCondition = true 2. if the distance from sma 150 to sma 100 (presented as X in the image) is smaller than...
Ignored

Hi guys,

Can anyone please help me with this concept? Its a simple ea though, but once its finished, maybe i can learn something new out of it. Thanks
 
 
  • Post #37,680
  • Quote
  • Jul 16, 2020 9:12pm Jul 16, 2020 9:12pm
  •  Thiagot10
  • | Joined Jan 2020 | Status: Member | 307 Posts
what better indicator for friends binary options?
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 18821883Page 188418851886 2615
    • 1 Page 1884 2615
14 traders viewing now, 2 are members:
Invisible
,
Clipi
  • More
Top of Page
Forex Factory Blog Updated: Alerting All Members
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2022