Multiple Indicator Exper Advisor

Custom MT4 expert advisors published here.

Moderator: admin

Re: Multiple Indicator Exper Advisor

Postby Apprentice » Tue Oct 17, 2023 10:43 am

We have added your request to the development list.
Development reference 936
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36495
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Multiple Indicator Exper Advisor

Postby malynurek » Thu Nov 16, 2023 2:18 pm

Hello,

Could you also add Start/Stop settings to MT4 version of this robot as per attached picture?

Is my request number 936 still in the queue?

Thank you! :)
Attachments
StartStop.JPG
malynurek
 
Posts: 4
Joined: Mon Sep 25, 2023 2:47 am

Re: Multiple Indicator Exper Advisor

Postby rickCreations » Fri Nov 24, 2023 12:35 am

Code: Select all
void OnTick()
{
   for (int i = 0; i < ArraySize(controllers); ++i)
   {
      controllers[i].DoTrading();
   }
}



same issues with both versions of the EA after compile and add to chart
Code: Select all
      controllers[i].DoTrading();

this line is causing pointer access issues.
rickCreations
 
Posts: 38
Joined: Sat May 06, 2023 9:35 am


Re: Multiple Indicator Exper Advisor

Postby Friendweiser » Tue Jan 30, 2024 2:34 pm

Hey, this Ea is great, but if it wont be to much pressure to create mt5, just testing complete optimization and find the best settings for a pair.

Best regards Marius.
Friendweiser
 
Posts: 7
Joined: Tue Aug 29, 2023 10:56 am

Re: Multiple Indicator Exper Advisor

Postby Apprentice » Tue Feb 06, 2024 12:33 pm

We have added your request to the development list.
Development reference 129
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36495
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Previous

Return to MT4 Expert Advisors

Who is online

Users browsing this forum: No registered users and 82 guests