Just finished my News Trading Robot for its cTrader platform, It's been in existence for a year but it used to take the news data from dailyfx, however they ceased providing the data as CSV so it had to be rewritten.

Source is be found @https://goo.gl/Ro4hpM
Providing the compiled cbot below:

Data is now taken from forum and downloaded using PythonNewsDownloader composed by: exidez

The Robot will put one or 2 (depending on preferences ) pending orders (Buy and Sell), dependent on the following news event. Trading may also be turned off to only display upcoming news on the chart.ShowNewsOnly - Whether to exchange or just display upcoming news on chart. Label - Label for current robot, needs to be distinct for robot running multiple pairs. ShowLow - trade and Show on Low impact news. ShowMedium - Display and trade on Medium impact news. ShowHigh - trade and Show on High impact news. EventsToDisplay - Amount of news to show on chart ShowPastNews - Display past news events on chart as tine vertical line PastNewsLookback - Download and show historic news number in weeks. 1 would be to prefer currently just data for 1 week(2018/02/02) Pips off - How many pips away from the current market price where the pending buy and sell orders will be placed. Take Profit - Take Profit in pips for each order Stop Loss - Stop Loss in pips for each order Volume - trading volume Seconds before - Seconds Before News when robot will put Pending Orders Seconds timeout - Seconds After News when Pending Orders will probably be deleted One Cancels Other - If Yes then when one order will be filled, another order will probably be deleted
ChartView:


Settings:


Please report bugs and features and I'll Attempt to mend and Implement!
https://forexintuitive.com/attachmen...7931451200.zip