Page 1 of 1

Use_Extren_Indicator_EA

PostPosted: Sat May 13, 2023 10:29 am
by Apprentice
409pic.png

Based on the request.
https://fxcodebase.com/code/viewtopic.php?f=38&t=73682
Use_Extren_Indicator_EA.mq4
(27.95 KiB) Downloaded 86 times

Mango-indicator.ex4
(33.79 KiB) Downloaded 77 times



The indicator repaints a lot and is hard to use in an EA


the signals can be something like this:

Buy
if (iCustom(NULL, 0, file_custom_indicator, 6, 1) != 0) { return true; }
return false;

Sell
if (iCustom(NULL, 0, file_custom_indicator, 7, 1) != 0) { return true; }
return false;