ZenTrader
ZenTrader
Friends

Add friends via their profile or user search and you will be able to see if they are online

ZenTrader
Added topic Interval Search Tree - Is there a MQL4 or MQL5 implementation?
Im working with harmonic PRZ logic. I project areas of price using fib ratios +/- a delta. So a BCD fib ratios of 0.886 would return both a max and min price for that ratios projection as price. double BCD_Ratio = 0.886 ; double Delta = 10 ; double
ZenTrader
Added topic How not to delete an object from inside a function call from ObjectCreate
Hi,  I have spent a frustrating few hours attempting to rename an Rectangle object from a class function call inside the OnEvent.   void OnChartEvent ( const int id
ZenTrader
Added topic Trendline break indicator showing OHLC break since manually created trendline object has been created
Hi everyone. Im trying to figure out how I can detect if a manually drawn trendline has been broken with a OHLC since its creation
ZenTrader
Registered at MQL5.community
ZenTrader
Added topic How to create a "trade weighted us dollar index chart"
Is it possible to create a chart based on data from other charts? Im trying to create a "trade weighted us dollar index chart ". Any ideas on how to achieve this
ZenTrader
Added topic Setting trading zones
Hi MQL4 community, I am looking for a way to create tradable zones which are rectangular in nature. They have a start time / end time / high price / low price. These are essentially zones of support or resistance such as visual / phycological levels