Forum

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 more than 3 pips. At Bar[1] the 5 EMA is greater than the 10 EMA

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

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

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

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 this even possible? Please help

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 below is an attempt at a buy order for the 1 minute

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 code below is an attempt at a buy order for the 1

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 and the RSI. It also has to make sure that it sends

enum to send trades selectively...

given the following two arrays: string symbols[]= { "USDCHF","GBPUSD","USDJPY","EURUSD","AUDUSD","USDCAD","EURCHF","EURGBP", "EURJPY","EURCAD","EURAUD","GBPCHF","GBPJPY","CHFJPY","NZDUSD","NZDJPY", "CADCHF","EURNZD","AUDJPY","AUDCHF","AUDCAD","AUDNZD","CADJPY","USDSGD"

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", "EURJPY","EURCAD","EURAUD","GBPCHF","GBPJPY","CHFJPY","NZDUSD","NZDJPY", "CADCHF","EURNZD","AUDJPY","AUDCHF","AUDCAD","AUDNZD","CADJPY","USDSGD"