ali333 / Publications
Forum
(Time Circle) the most pwerful indicator i have seen....
hi guys this is very powerful indicator but i want some help to take a decision if i set a stop loss or not and the best way to use it its called time circle i want some ideaes to use it time_circle.zip
strange symbols instead of arrow.s..help
hi all all my indicators on MT4 appears strange symbols instead of up arrow or down arrow......up arrow appears like $ or SS .....atc any help
help..once per bar
hi I am working on an EA that work with renko chart.....i want open just one trade per bar using bar time will not work with me because in renko charts may be more 1 bar have same time! datetime BarTime1 = 0 ; int start() { if (BarTime1 != Time[ 0 ]) { //My code BarTime1 = Time[ 0 ];
help with sar EA
hi here is my sar EA .... i want it execute once every new bar buy or sell //---- Trades Limits extern double TakeProfit = 500 ; extern double StopLoss = 420 ; extern double TrailingStop = 0 ; extern bool SmartClose = false; //---- Hour Trades extern bool
please i need help with Volumes
i want to make the volume appear as arrows when the Volume is green the arrow under the candle and when the Volume is red the arrow above the candle this code iVolume (NULL,0,i); dont work any one can help!!!1
i need help in this code....very importnant
hi guys ; iam new in this mql4 i want a code prevent appearing the repeated signal if my indicator gave buy signal i find lots of buy signals i just want one signal buy and when the indicator gives sell sungnal i want one signal ;;; i know i can make it crossing the lines but i want the code to use
how to code moving levels???
hi all i want to know how can i code the moving levels