Malaza7557
Malaza7557
Malaza7557
Added topic Deriv EMA Crossover DBot
Please help me code a   multi-symbol   Deriv DBot that buys when the 5 EMA crosses above the 10 EMA and sells when the 10 EMA crosses above the 5 EMA. Moreover, the buy contract is opened when at Bar[0], the 5 EMA is above the 10 EMA by
Malaza7557
Added topic iMa Pip value
How do I get the difference in pips between the 5EMA and 10EMA in every chart. That is: 5EMA - 10EMA in pips (that works in every chart)? This is for an MT4 expert advisor. Thanks in advance
Malaza7557
Added topic Is it possible to create a EA for binary options?
I would like to know if it's possible to create and run a EA when trading binary options.  If so, what platform or broker can help me achieve that? Thanks in advance
Malaza7557
Added topic Binary Options in the US
Guys please help me with the following questions: Does anybody know why binary options were banned in the US? Is it possible that IQOption can manipulate the outcome of a binary options trade ? Thanks in advance
Malaza7557
Added topic Opening orders 2 or 3 bars after MA cross
Guys i need help with the following... I am trying to open a buy order 2 or 3 bars after fast ma crosses slow ma and when the rsi is greater than 50 as well as when both stochastic lines are greater than 50. A sell order for the opposite. The code
Malaza7557
Added topic Opening orders 2 or 3 candles after MA cross
Guys i need help with the following code... I am trying to open a buy order 2 or 3 bars after fast ma crosses slow ma and when the rsi is greater than 50 as well as when both stochastic lines are greater than 50. A sell order for the opposite. The
Malaza7557
Added topic EA template with four indicators
Hi Guys, I need help with a EA template in MQL4 that i can edit. The template has to be able to send trades in every symbol offered by the broker and in all the available time frames.  It must have a few indicators, the 5EMA, 10EMA, Stochastic
Malaza7557
Added topic Sending binary options trades in GUI via MT4.
Hi Guys I would like to create a trading robot written in MQL4 that will be able to make trades in binary options, 60 second expiries, for example. The robot will send trades based on a strategy in MT4, the trades appear in the  terminal. Is
Malaza7557
Added topic enum to send trades selectively...
given the following two arrays: string symbols[]=      {       "USDCHF","GBPUSD","USDJPY","EURUSD","AUDUSD","USDCAD","EURCHF","EURGBP",      
Malaza7557
Added topic how to open trades in the 10 best performing symbols?
given the following two arrays: string symbols[]=      {       "USDCHF","GBPUSD","USDJPY","EURUSD","AUDUSD","USDCAD","EURCHF","EURGBP",      
Malaza7557
Added topic [MQL4] How to submit a trade based on a price change in another chart?
Guys I am new to MQL4 and I need help with the following, please: 1. Say an order has been opened in the USDCHF chart, I would like to be able to close it and take profit when a price change occurs, for example, in the GBPUSD chart and place an order
Malaza7557
Registered at MQL5.community