hi, please I need help with this, I whant to add a magic number for all the timeframes in the pair, so I have at the same time the pair opened in diferent timeframes please correct this EA
hi I whant to set the graph parameters so that the graph is not on front, but when I change of symbol, the graph parameters reset to the graph on top how can I change this so it doesnt change when changing symbol
hi I have this: euraud_ticks = mt5.copy_ticks_from("EURAUD", datetime(2020,3,6,13), 1, mt5.COPY_TICKS_ALL) print('euraud_ticks(', len(euraud_ticks), ')') for val in euraud_ticks[:1]: print(val) this only plots the ticks I whant form one time ... I