EA: Place order from external file

 

PLEASE, know anybody write code EA? :


For example:

I have file: ORDER.TXT

Inside is: SELL ; 0.1 ; 20 ; 10 ; 0

It is: order type ; volume ; TP ; SL ; TS


How to works:

1.Run EA

2.EA must check if the file ORDER.TXT is exist. If not, must still cheking (very fast response)

3.I create file ORDER.TXT with order data and save it.

4.EA chceck that file is exist and place order with parameters as in TXT file.

5.AFTER order is PLACED, EA must delete this TXT file and repeat from step 2


THANKS for help. Georgo

(sorry for my english)

 
it's realizable,but why do like this?
 

What about Creat Job Request ?

 
Moggy:
it's realizable,but why do like this?

Hello Moggy.

Everyone has to start. I want to create my own personal EA. At first I need from EA to work as I wrote upper. Secondly I will add new functions.

If You could help me with this, please let me know. If it is hard work, I will pay You. I want this only, I will try to programm next part. I need only help with start.

Inside of the file, data could be in other format, if it is needed. For example:

Current=EURUSD

Volume=0.1

TP=10

etc...

May You help me please?

Thank You, Georgo...

 
Elliott_Trader:

What about Creat Job Request ?

Dear Elliott_Trader.

I am novice here. I really do not know, where to write Job request. Thanks for help.

Georgo...


**** modified later ****

I have allready found it. Thanks for idea ;)