I need a portion of code writing to add to my expert adviser that authenticates the user with a response from a server.
i.e.
http://www.somewebsite.com/EA_Auth.php?u=test@domain.com& p=QWERTY& mt=203317
u=email address p = password and mt is the Metatrader Account number
The response would be a simple yes or no.
Construct an Expert Adviser for metatrader platform according to detailed instructions. Brief outline is below:
1/conditions for taking the trade -uses common indicators
2/managing the trade
3/normal added features: email alerts, on chart display, time delay between trades, lot sizes including money management, time start & stop, trailing stops etc.
4/ this expert adviser also has a stage 2 development call the ‘random variable selector option’. This is applied to just some of the variables listed in the properties. Instead of selecting just 1 value for these variables, a list of possible variables is entered & then the EA randomly selects from this list for each trade setup sequence.
Only competent MQL4 programmers apply please.
Construct an Expert Adviser for metatrader platform according to detailed instructions. Brief outline is below:
1/conditions for taking the trade
2/managing the trade
3/option of ‘safety hedge’ function
4/normal added features: email alerts, spread parameter, lot sizes, time start & stop etc
Only competent MQL4 programmers apply please.
Categories: C/C++, MS SQL, mSQL, MySQL, Programming Tags: adviser, adviser programming, expert, expert adviser, expert adviser programming, Programming, programming 304
This an existing expert adviser that need some further functions/indicators adding to it
Categories: C/C++, MS SQL, mSQL, MySQL, PostgreSQL Tags: adviser, adviser programming, expert, expert adviser, expert adviser programming, Programming, programming 274, sql msql postgresql
To build an Expert adviser for metatrader 4.
This Expert Adviser takes an existing custom indicator & uses the signal conditions within the indicator to trigger trades.
Firstly the custom indicator used needs some extensions to allow parameter changes (change of values for indicator) to be set in the properties.
Expert Adviser:
Added variables will be standard such as:
Lot size
time start
time stop
Slippage allowed
Spread parameter
Magic number
Some conditions within the custom indicator will be able to be ‘turned off’ or ‘turned on’ by selecting true/false in the properties.
The Expert adviser uses ‘invisible stops’ – where the stops are set internally & executed by ‘instant execution’ rather than by stop limits.
Categories: C/C++, mSQL, Programming, SQL, System Administration Tags: adviser, adviser programming, amp, amp amp, Custom, custom indicator, expert, expert adviser, expert adviser programming, Indicator, Programming, programming 234, sql system administration, the custom indicator
To modifiy an EA used in metatrader 4 Platform.
Trades should be triggered by buying above MA Simple moving averages,
Selling below MA Simple moving averages. MA should be adjustabe.