Joao Paulo Ferreira Fortes
Joao Paulo Ferreira Fortes
4.5 (6)
  • Information
3 years
experience
2
products
24
demo versions
0
jobs
0
signals
0
subscribers
Joao Paulo Ferreira Fortes
Added topic MT5 EA: Incorrect POSITION_TYPE retrieved
Hi, Using an EA , I'm opening a SELL position and then retrieve the order type. But strange enough when I read the POSITION_TYPE it says it's a BUY position !!!! What's wrong ? #include <Trade/Trade.mqh> CTrade
Joao Paulo Ferreira Fortes
Added topic Custom development: MQL5 Version control ?
Hi traders,  Quick question, how is version control handled in MQL5 ? I've been coding several Indicator and EAs, and always name my files based on the version itself, eg  my_MACD_v1 , my_MACD_v5 etc. But if I save them as my_MACD and only
Joao Paulo Ferreira Fortes Published product

The Stepper  indicator generates Signals in strong Trend zones. Even when the Trend is set, we must filter when to ENTER or HOLD the trigger. The Trend is represented by two lines: Trend UP and Trend DOWN. W e are in a Bullish trend when the Trend UP (Green line) is above. And in a Bearish trend when the Trend DOWN (Pink line) is above. When the momentum is aligned with the Trend , this indicator generates: BUY signals (LIME line) SELL signals (RED line) The user is alerted of the scenario

Joao Paulo Ferreira Fortes Published product
Reviews: 6
FREE

In which direction should I trade today? For “TREND followers”, we need to determine the TREND . This indicator determines the Trend based on the price High, Low and Close of every bar, for a given period and timeframe. Calculating and plotting the Trend UP and Trend DOWN lines. If the:   “Trend UP” line (Green) is above the “Trend DOWN” line (Red), then it is a BULLISH Trend (see "Screenshots" tab). “Trend DOWN” line (Red) is above the “Trend UP” line (Green), then it is a BEARISH Trend

Joao Paulo Ferreira Fortes
Added topic MT5: iBandsOnArray ?
Hi all, in MT5 what's the corresponding function for iBandsOnArray ? In MT4 we could calculate the iBands on any given Array, how can I achieve the same result in MT5 ? Help is appreciated, thanks. JF
Joao Paulo Ferreira Fortes
Added topic How to copy trades from MT4 to NT8 ?
Hi everyone,  Not sure if this question has been addressed before, but here it goes: I have several EAs in mql4 executing trades and need to replicate these trades in Ninja Trader 8.  Is there a way to do it ? Can anyone share a sample code
Joao Paulo Ferreira Fortes
Added topic MT4: "No connection" the whole today !!
Hi, is anyone facing this problem today (October 15 , 2019): MT4 has "no connection" the whole day !!! Tried reinstalling it, changed Broker accounts and no luck. The problem remains. Help needed please. Thanks
Joao Paulo Ferreira Fortes
Added topic Business Models to monetize a profitable EA ?
Hi, I've always been thinking: "If I ever had a profitable EA how could I monetize it at a large scale" ? What are the business models to make money from a profitable EA ? Of course, Number ONE requirement is to have a profitable EA, with a proven
Joao Paulo Ferreira Fortes
Added topic How to determine the first H4 bar of the day ?
Hi all, how can I determine the first H4 bar of the day ? I'm trading on H4 timeframe and need to analyze some indicators at the first H4 bar of the day. Help is appreciated. JoDax
Joao Paulo Ferreira Fortes
Added topic Dow or Nasdaq: who leads ?
Hi all,  I've just started trading the Dow Jones 30, and it has a good average daily range, and is great for scalping. Looking at the Nasdaq 100, both move almost in synch, and in the same direction. For those experienced in these instruments
Joao Paulo Ferreira Fortes
Added topic Volume weighted awesome oscillator for MT4 ?
Hi, I've been doing some research and there's a "Volume weighted Awesome Oscillator ", which uses volume weighted moving average instead of SMA. Does anyone have the version for MT4 ? Help is appreciated. Regards Jo
Joao Paulo Ferreira Fortes
Added topic Money Flow Index: max and min values ?
Hi all, I'm trying to create a function that on every Bar, determines the Maximum and Minimum values of the MFI. But it's not working. Can someone give me some hints ? Appreciated. //---Function Max and Min values int MFI_Period = 14; double Max = 0;
Joao Paulo Ferreira Fortes
Added topic How to protect an EA or Indicator ?
Hi, does anyone know how to protect an EA or Indicator from being: 1) decompiled; 2) executed by any user; And finally, is there a way to associate an EA or Indicator to a license key ? Thanks in advance for the help. Jo
Joao Paulo Ferreira Fortes
Added topic Forex calendar: how to build-in the EA ?
Hi all, I need to be able to read the "Forex Calendar" everyday to decide if there are major news, and condition the execution of my EA. Is it possible to access the Forex Calendar from an EA ?  How can I only filter the major news ? Thanks in
Joao Paulo Ferreira Fortes
Added topic Correlation coefficient indicator in MT4 ?
Hi all, In tradingview there's an indicator called "Correlation coefficient", which represents the correlation between 2 Symbols (the chart symbol and another chosen symbol). See image attached. It ranges from -1.0 to +1.0 . If positive means the 2
Joao Paulo Ferreira Fortes
Added topic Indicator: how to print buffers in the future (negative shifts) ??
Hi everyone, Normally when the Buffers are printed, the minimum shift is 0. So you can only see the values from the past till now. My goal is to print the current value of shift 0 not just now, but till the end of the day. How can I do that ? It's an
Joao Paulo Ferreira Fortes
Added topic RSI as an OHLC indicator ?
Hi all, I looking for an indicator that represents the RSI as a candle, with Open/High/Low and Close values.  Googled it but no luck. I can code in MQL4. How can I store the OHLC values of an RSI throughout a period of time (H1, H4 etc) ? Your
Joao Paulo Ferreira Fortes
Registered at MQL5.community
Joao Paulo Ferreira Fortes
Added topic SSG Fibar indicator: anyone has the code ?
Hi, I've found this printscreen of the SSG_Fibar indicator (see attachment). Anyone has the code ? Thanks