Prepare a mt4 ea to clone mt4 trades to a binary options, C/C++ Programming

Assignment Help:

Prepare a MT4 EA to clone MT4 Trades to a Binary Options Platform

Project Description:

I want an EA that clones MT4 Trades to Globaltrader365, GT Options and if possible other Brokers. It should be able to adjust trade amount and expiration times. It should select the expiration time on a best match basis. So if I enter 15 Minutes for example and it is 10:04 it should expire 10:15. Always the nearby value to the entered time that's available and matches either 00, 15, 30 or 45 minutes of each hour. So, if it is 10:19 it should expire at 10:30. 10:29 it should expire at 10:45 because the 10:30 expiration time wouldn't be available anymore for trading at that time. I have an EA like this but it does not work the way I need it because of restrictions. If it is of any help I will send it to you.

Skills required are C++ Programming, Financial Markets, Software Architecture, Metatrader


Related Discussions:- Prepare a mt4 ea to clone mt4 trades to a binary options

String function examples, 1. De ne a function chomp :: String -> String tha...

1. De ne a function chomp :: String -> String that selects a run of repeated characters from the start of a string with the run being as long as possible. For example ch

.program, Write a c++ program to find the sum of 0.123 ??103 and 0.456 ??10...

Write a c++ program to find the sum of 0.123 ??103 and 0.456 ??102 and write the result in three significant digits

Define memory leak?, A: Memory that has no pointer pointing to it and there...

A: Memory that has no pointer pointing to it and there is no method to delete or reuse this memory(object), it causes Memory leak. { Base *b = new base(); } Out of this

What is a union how does it differ from a structure, Question : (a) (i)...

Question : (a) (i) What is a structure member in C? What is the relationship between a structure member and the structure? (ii) How can structure variables be declared in C?

String routines in c, Available in the string.h header file are the followi...

Available in the string.h header file are the following routines         strcat(string1,string2);   This joins string2 to string1; care must be taken to allocate enough space for

Make a list of functions that are standard in cpp, Make a list of functions...

Make a list of functions that are standard in C++. You must include each of the following for each function: Name of function Its parameters Data type it returns

Car rental system, complex coding with structure and file handling

complex coding with structure and file handling

Program of binary tree, Program of Binary tree: Btree::Btree(int O) : ...

Program of Binary tree: Btree::Btree(int O) : itemsInContainer(0) {     finishInit(O); }   Btree::~Btree(void) {     if( root != 0 )         delete roo

Recursive function, Write a recursive function recursiveMin that takes an i...

Write a recursive function recursiveMin that takes an integer array, a starting subscript and an ending subscript as arguments, and returns the smallest element in the array. The f

Shell sort - c program, Shell sort - C Program: Write a program to def...

Shell sort - C Program: Write a program to define shell sort. void main() {                  //program for sorting by select sort int a[20],i,k,j,n;   clrscr();

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd