Forum

change time frame mt4 scripts do not work on windows 11.

Code that works on win 10 fails on win 11. Is there a simple fix? Thanks for the help, George Change Time Frames all charts //+------------------------------------------------------------------+ //| ChangeTF-All.mq4 | //| Copyright 2010, zznbrm |

Problem with https://docs.mql4.com/constants/objectconstants/enum_object/obj_fibo

In the ViboLevelsCreate I added the following before the return: double Fval[] = {0.0, 0.236, 0.386, 0.500, 0.618}; color Fcolor[] = {clrBlue, clrRed, clrGreen, clrGreen, clrGreen}; ENUM_LINE_STYLE Fline[] = {STYLE_DASH, STYLE_DASH, STYLE_SOLID, STYLE_DASH, STYLE_DOT}; int