Help please.
If I wanted to use in a block of custom FEAG a simplified instruction in a variable , for example :
/ / Data to put into internal variables
MacdCurrent = iMACD (NULL, 0,12,26,9 , PRICE_CLOSE , MODE_ MAIN, 0);
MacdPrevious = iMACD (NULL, 0,12,26,9 , PRICE_CLOSE , MODE _MAIN , 1);
SignalCurrent = iMACD (NULL, 0,12,26,9 , PRICE_CLOSE , MOD E_SIGNAL , 0);
How to properly insert it into a block ?
Thanks to those who answered me .