I have MT 4 indicators/ EA which generate buy sell signal on chart. Since I want to merge multiple indicators to confirm buy sell short cover, i wish to get latest signal from mt4 to csv ( for all selected indicators and then my python code will read these signal from csv.
Signal value export ( ... Show more