Use_Extren_Indicator_EA

Custom MT4 expert advisors published here.

Moderator: admin

Use_Extren_Indicator_EA

Postby Apprentice » Sat May 13, 2023 10:29 am

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 82 times

Mango-indicator.ex4
(33.79 KiB) Downloaded 73 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;
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Return to MT4 Expert Advisors

Who is online

Users browsing this forum: No registered users and 18 guests