Home > C/C++, Writing > Metatrader 4 Expert Advisor

Metatrader 4 Expert Advisor

May 20th, 2009

Hi MQL Programmers,

I have an indicator that I am plan to make EA from. The signal produced from the indicator is only buy or sell. The EA would be expected to open new order at the closing candle of a new established signal (buy or sell). The EA should compare the current closed bar signal with the previous 2 bars signal. It only execute and order when the signal is different from the previous.

The expert advisor will also closed all open order (if equity is positive at a certain level) when a new signal is produced on the candle close and then after it’s all closed, the new open order will be created.

Also I used fixed range bar chart where the candle would be closed (complete candle) if the range is reached and it’s different from the regular chart. That’s why the EA must really based on the closed candle not by TF.

My budget would not be over than $40, so please start making your bid.

Regards,

cheers09


Metatrader 4 Expert Advisor

Comments are closed.
Bear