Multiple position robot

 

Greetings!

I am new to MQL5 although I did use Tradestation back in the day..... I am looking for a robot that will allow me to enter multiple positions and do so on a repeatable time frame.

Thanks in advance CT

 
kitcoandme:

Greetings!

I am new to MQL5 although I did use Tradestation back in the day..... I am looking for a robot that will allow me to enter multiple positions and do so on a repeatable time frame.

Thanks in advance CT

The right place for that is to check free EAs https://www.mql5.com/en/code   

there is alot of free ea that can do that for you 

or create a job to hair some to develop it for you at https://www.mql5.com/en/job

MQL5 Code Base
MQL5 Code Base
  • www.mql5.com
This is the version 2 of my script to export the trade history from MT5 selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software. More columns were added and fixed minor errors. The code for processing and exporting data was rewritten. Detect bullish and bearish engulfing candles when...
 
kitcoandme :

Greetings!

I am new to MQL5 although I did use Tradestation back in the day..... I am looking for a robot that will allow me to enter multiple positions and do so on a repeatable time frame.

Thanks in advance CT

Example: Multicurrency iMA Trend 2

Multi-character advisor in the form of a class. Development version of Multicurrency iMA Trend .

Changes:

  • "+" iSAR indicator (Parabolic SAR, SAR) as an additional filter, this function was added after the request 
  • "+" symbols for multi-symbol trading can now be entered manually, the input format is: "EURUSD, USDJPY" - the "," is used as a separator
  • "-" parameter "Reverse"


Multicurrency iMA Trend