工作已完成
指定
Hello,
I have the signals, no I need a script to connect them to a forex broker and trade on them.
We are generating signals several times per day, each time we include 5 assets with the following information:
· Time of signal
· Symbol
· Put/call (or short/long)
· Price
· Stop Loss
· Take Profit
· Take profit time (if did not get the price)
· Signal Expiry time
Upon receiving the signal the script should check the price, place the trade if the price is correct and take profit / stop loss / close trade as indicated in the signal
Each signal will have an expiry time, after which the script will no longer wait for the “correct price” but stop and wait for the next signal.
Signals will be uploaded to a different place, from which the script will pull them.
The script should have a simple dashboard – turning on and off, time it operates and the place to pull the signals from (url).
Trading will be done on ALPARI or OANDA , first on a demo account, then, if goes well, on live account.
The signals are hourly uploaded as a csv file to a designated folder on the web. We actually talk about a connection between two “machines” - the machine that generates the signals and uploads them as csv file, and the trading system.
Your part will be the connection to the trading system.
I have full control over the csv file, so we can choose which parameters, the format and what terminology to use.