Forum

indicator that plots the sum of 2 indicators

i am having problems with calling indicators from another indicator.Can anyone help me with coding an indicator that plots the difference or sum of two indicators.i wish to use one indicator ,the first indicator will be running with period 13 and another with period 21.their sum or difference is

How to capture multiple indicator values on a ccertain index value in mt4

i nee help with capturing values of multiple indicators on a certain instance_ e.g if i have placed MAs and Bollingers, fractals etc on one chart_ and i need a snap of all indicator values on an index ,say [4]_ it should print or show ma[4],bolling[4] and fract[4] a

can someone help me fix this EA code.I am new.Cannot get it to work on mt4 tester with mikiforex.If you can fix it i will be grateful

//--- input parameters input int lot_multiplier=3,base_lot=1,martingale_max=4; input int cycle_fails=1,magic_number=123,slippage=2; //declarations for EMA cross double CrossUp[],CrossDown[],smile_yes[],smile_no[],smile_nyes[],lot_size,Risk; extern int FasterEMA = 1; extern int