Forum

Issues with Backtest and Live Charts in Metatrader 5 Symbol Creation

Hello, I have created a new symbol in Metatrader 5 and managed to consolidate charts with different timeframes under a single symbol for a neat presentation. However, I'm encountering irregular gaps when conducting backtests . It seems to only include the beginnings and endings of months in the

OBJ_STDDEVCHANNEL GetValue Issue

int OnInit () { //--- //--- return ( INIT_SUCCEEDED ); } //+------------------------------------------------------------------+ //| Expert deinitialization function | //+------------------------------------------------------------------+ void OnDeinit ( const int

OBJ_RECTANGLE overlapping coler problem

When ı create 2 retangle at same area , crosses area became no coler . I would like to make ever darker coler overlapping area. Please let me know if you have solition for it . ObjectCreate(0,ObjeNumberUp,OBJ_RECTANGLE,0,PriceInfo[5].time,Up,(PriceInfo[5].time+(500*PeriodSeconds())),Down);