Codes

CheckPower of Bulls/Bears for MetaTrader 4

Based on ibull/ibear, but compare power to define good entry bars

MTF Zigzag with 3 level for MetaTrader 4

3 TF Zigag Level with same settings

Dailypivot for MetaTrader 4

Simple Daily pivot

InsideBars for MetaTrader 4

The InsideBars indicators can be used for trading with breakout Strategies

MACD for MetaTrader 4

Based on MACD

Postzigzagv2Close for MetaTrader 4

Based on Zigzag Indicator

DivStochv5 for MetaTrader 4

Basic on iStochastic. Show good area price for long/short

AVer12345 for MetaTrader 4

Make big deal

Aver4Sto+Postzigzag(Set-up for USDJPY only) for MetaTrader 4

Using 4 Stochastic + post-zigzag indicator(last post). The result is good!!! Profit trades (% of total --82.26%)

Post-zigzag for MetaTrader 4

The post-zigzag can count the moving of zigzag line. If see many continuous post on screen, It's will more signal for changing the trend of price

Forum

How to get Contract size?

I want to get Contract size value, how can i get it? There is no Market information identifiers for this. MarketInfo()

Is that bug?

int start() { int counted_bars= IndicatorCounted (); //---- double factor; int x1= 60 ,x2= 125 ; factor=x1/x2; //factor=0.12345; Comment (x1, "/" ,x2, "= " , DoubleToStr (factor, 4 )); //---- return ( 0 ); }