cdmax:
Hi, the indicator looks really good, but it doesn't on my MT4, I checked the code and found something happened there, please check the image and help, thanks!
Replace lines 58 and 59 with this :
DrawLABEL("cm buy Lot" ,StringConcatenate("Buy " ,DoubleToStr(LotB,2)," lots"),100,20,LotB>0?clrGreen:clrGray);
DrawLABEL("cm sell Lot" ,StringConcatenate("Sell ",DoubleToStr(LotS,2)," lots"),100,35,LotS>0?clrGreen:clrGray);
DrawLABEL("cm sell Lot" ,StringConcatenate("Sell ",DoubleToStr(LotS,2)," lots"),100,35,LotS>0?clrGreen:clrGray);
works good, thanks!
Olá, existe este mesmo para usar não MT5? !!
cdmax:
lot
Hi, the indicator looks really good, but it doesn't on my MT4, I checked the code and found something happened there, please check the image and help, thanks!
have for MT5?
Works Great, Just replace 2 lines f code as suggested. Thanks !
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Indicator for monitoring the lot and profit:
Author: Vladimir Khlystov