Codes

Doda-Stochastic Indicator for MetaTrader 4

Variant of stochastic indicator, which filters false signals automatically

BBSqueeze Dark Indicator for MetaTrader 4

Indicator shows buy and sell regions based on combination of Bollinger bands and Keltner channels

Doda-Bollinger Bands for MetaTrader 4

Modified version of famous Bollinger Bands

Doda-Trend for MetaTrader 4

Shows whether the market is trending or range-bound. Must to note before opening any position

Doda-Donchian with stop-loss feature for MetaTrader 4

Modified version of Donchian channel that shows when to Buy & Sell and most important, where to place stop-loss

Doda-EMA Indicator for MetaTrader 4

Gives Buy, Sell and Exit signals based on EMA

Forum

Converting to Expert Advisor. Please help

Dear All, I'm converting one indicator to expert advisor. The code is almost complete for BUY order . But it is not working. I'm sure, it's just a small error in the code. Please check that. Thanks

Calculating the difference in Pips

Hello, I need to calculate the difference in pips of two values. e.g. // some price double var1 = 1. 3574 ; // current price double cprice = Close[0]; How to calculate the difference of pips in these variables, considering the decimal places used by different brokers. Thanks in advance

Inicator to Expert Advisor - Need Help

Hello, I'm converting one indicator to expert advisor. The code is almost complete for BUY order. But it is not working. I'm sure, it's just a small error in the code. Please check that. Thanks

Heiken Ashi version

Hello, Can anyone help me in finding out the variant of Heiken Ashi indicator whose output is similar to the attached image ? Thanks GK Heiken Sample output

CycleIdentifer

Hello, Anyone has CycleIdentifer indicator which does not repaint. Thanks GK

MACD expert advisor

Hello, I'm looking for a expert advisor code based on MACD lines and not on histogram which is given bydefault with MetaTrader software. Buy when the MACD crosses up through the signal line , and sell when it crosses down through the signal line Anyone has that code. Thanks GK