Forum

How to hide lot size of my trade on chart ?

Hi all, Sometimes, i would like to share my trade on MT4 chart to my friend , but i dont want show my lot size . Is there any indicator or method to hide it ? Please help me . Thanks a lot

Round Number

Hi everyone, I write a little code for getting round number of 4 digits. Example : 1.23455 -- > 1.2345 1.23456 --> 1.2346 my code is below. Please help me to check this code and tell me if i wrong. And, anyone have a better ideas? Please share it . Thanks double RoundNo( double price){ double

Can't load template when using strategy tester ?

Hi everyone, I'm using MT4 version 4.00 build 825. I can't load my template when i using strategy tester . But with version older it's work . Anyone has same problem? How can i use my template in backtest ? Please help me. Thanks

Publishing live chart in MT4 to website

hi all I run MT4 with some custom indicators in my PC. And now, I want my friends can monitor this live chart from their PC (without using my custom indicator) . Is there anyway to do that ? Help me, please ? thanks a lot

Convert code on my EA

Hi all, I'm writing many functions in my EA. I saw some EAs or indicators using code like below : double f0_4() { double ld_ret_0; ........................... ........................... return (ld_ret_0); } int f0_8( int ai_0) { bool li_12; for ( int li_16 = ai_0 + 1 ; li_16 <= ai_0 + 2 ;

How to get data of candlestick from Netdania chart

Hello everyone, I find have a different candlestick on my broker MT4 platform and Netdania chart. So that, It effect to my strategy when i compare value : High, Low, Open, Close of any candles on chart. I thinks that Netdania chart is better than MT4 broker and best for price action. So, anyone can

Error when compare value

Hi all, I write a little code for comparing candle size. But i get a error .My code is : double dRCandleSize = High[ 1 ] - Low[ 1 ]; double dSCandleSize = High[ 2 ] - Low[ 2 ]; if (dRCandleSize >= dSCandleSize) { Print ( "Valid" ); } else Print ( "Invalid" ) ; Print ( NormalizeDouble

Show Average True Range -ATR with 5 or 6 digits

Hello, I'm using ATR in my systems, but i need ATR show on chart with 5 or 6 digits. How can i do that? Anyone can help me? Thanks a lot. Bizu

Breakout trendline between 2 top

Hi all, I write a indicator to determination candle breakout between 2 top of point. I write a trendline from Top of point A to Top of Point B . But i don't know how to get value in this trendline at Point C ( between point A and Point B). Like picture in below. Please help me . Thanks a lot

OrderModify with error 1

Hi all, I use this code below to open and modify order, but if i use for multi pair, it can modify SL after open new order . I get message error : OrderModify error 1 Please help me to repair this code. Thanks a lot . int iTicket; if ( OrdersTotal () > 0 ) { OrderSelect ( 0