ma with a price

ma with a price
Download ALL MT4 experts (885)
YouTube Video Thumbnail



Similar MetaTrader Tools

ma with a price

Info

The ma with a price is a Expert Advisor for MetaTrader 4 that the system is not new, of course, and that is not the point. i could not manage to implement something properly in order to test it properly.

Usage

This tool is typically used for automated trading on major forex pairs and gold.

Platform

This Expert Advisor works exclusively on MetaTrader 4 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL4/Experts folder via File ? Open Data Folder in MetaTrader 4.


How to Install and Use ma with a price

1. Installation: Open the "File" menu, select "Open Data Folder," navigate to MQL/Experts, paste your file, and restart the terminal.

2. Activation: Drag the EA from the Navigator onto a chart, ensure "Allow live trading" is checked in the Common tab, and verify the AutoTrading button is green.

3. Optimization: Right-click your chart, choose "Expert List," click "Properties" to adjust inputs, and save your preferred setup as a set file for future use.

4. Maintenance: Regularly check the "Experts" tab in the terminal window to monitor trade logs and potential execution errors.

Frequently Asked Questions

Q: Why is my EA not opening trades? A: Check the "AutoTrading" button, ensure "Allow live trading" is enabled, and verify your broker allows automated trading on your account type.

Q: Can I run multiple EAs on one chart? A: No, each chart can only host one active EA; however, you can open multiple charts for different currency pairs to run several EAs.

Q: What does the "smiley face" icon mean? A: A smiley face in the top-right corner of the chart indicates the EA is successfully running; a frowny face means it is disabled.

What this tool does

the system is not new, of course, and that is not the point.

Typical Use Case

This Expert Advisor excels in automated trading and technical analysis on MetaTrader 4.

Compatible Platform & Setup

This Expert Advisor works on MetaTrader 4. Place the file in the MQL4/Experts folder and restart the terminal.

Description & Settings

Related: error ea with profitable run - another powerful expert for MetaTrader 4 traders.


the system is not new, of course, and that is not the point. i could not manage to implement something properly in order to test it properly. also, i really needed this feature in other ats as well. (in the current form, it can help only those who have extra money in the truest sense of the word).

Also recommended: Email Price Quotes from MT4/MT5 - similar expert with strong performance on MetaTrader 4.

to be more specific, i could not implement the position reversal. the current state of the program implements something like:
for example:
short position 1st candle: close price is above ma (buy signal) 2nd candle: closure of the short position at the open price of the new candle (this is when the long position must be opened) 3rd candle: (this is where it goes wrong) the long position is opened at the open price of this candle (and not the 2nd candle).
this process is illustrated in the image (description of the situation with "buy", the same with the "sell", of course).
i would be glad if the more advanced minds than mine contributed to solving this task. if possible, please fix the attached code. of course, i would be grateful for simple tips as well. (although i am not sure if i will be able to convert simple tips into code - too little experience). :)

You may also like: Simple Scalping Expert Advisor for Fast Price Movements - excellent alternative for expert users on MetaTrader 4.

Source Code

bool new_bar=false;                //     
extern double stoploss   =100;     // sl   
extern double takeprofit =100;     //    
extern double map         =12;     // ma 
extern double mas         =0;      // ma 
extern double mam         =2;      //  
extern double lots       =0.1;     //    
extern double prots      =0.02;    //   
int start()
  {

.......

Leave your opinion, ask a question, share some knowledge

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.