Forum

Why MT4/MT5 Servers Did't work with cloudflare WARP+ VPN service

hello, Why MT4/MT5 Servers Did't work with cloudflare WARP+ VPN service? Thanks

Search for an "Edit" object and replace the new "Description" on chart

Hello, Is there any code that Search for an Specific Object Description and replace the new "Description" on chart? for example, if an expert; create an "edit" object, with randome names; and same "Description"; how can I add an indicator on chart that replace my description on that "edit" object

Why This iFractal didn't work

hi guy, why this code didn't work : #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Blue #property indicator_color2 Red input ENUM_TIMEFRAMES TimeFrame1 = PERIOD_M5 ; // Timeframe 1 input ENUM_TIMEFRAMES TimeFrame2 = PERIOD_M15 ; // Timeframe 2 input

Addint MTF Option For Fractal Indicator

Hi Guy, I want to add MTF calculating option to a fractal indicator ; anyone can help me please? thanks

Set Limit Hours For An Indicator

Hello, I Want To Set an Time Limitation For My Indicator. (MT5) How Can I Do That? For Example, I Want to Start Calculating From 9:00 To 00:00. Thanks

use another charecter instead of Wingdings charecters

hi guys, How Can I Use ▲ , ▼ Instead Of Windings characters For an Indicator? PlotIndexSetInteger ( 0 , PLOT_ARROW , 158 ); PlotIndexSetInteger ( 1 , PLOT_ARROW , 158 ); I Want to Use ▲ and ▼. Is that possible? Thanks