Jump to content

Free grid EA expert advisor from codebase mt4


Guest EA-trader

Recommended Posts

Guest EA-trader

Just pick it up from mql5 or from your mt4 platform.This is a very basic grid EA , it should not be used on a live account, grid trading is very risk when market makes a 500 point move against you.This one has 180 lines of code , my own version is complex and has 1800 lines of code..Mine cost over $2,000 to code and test, without the logic.

Click on code base on mt4 .Name of EA   is  pending_order_grid

Pending order grid - expert for MetaTrader 4

It works fine .Change settings as follows.

extern double     StartingLot = 0.01;
extern double     IncreasePercentage = 0.001;
extern double     DistanceFromPrice = 0.0010;
extern int        SpaceBetweenTrades = 1000;
extern int        NumberOfTrades = 5;
extern int        Takeprofit = 2000;
extern int        StopLoss = 99990;
extern int        TrailingStop = 15000;
extern bool        TradeLong = true;
extern bool        TradeShort = true;
extern int         Magic = 1;

 

 

grid  bbbbb.jpg

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • General Statistics

    • Total Topics
      22,163
    • Total Posts
      93,078
    • Total Members
      42,566
    • Most Online
      7,522
      10/06/21 10:53

    Newest Member
    Juanca
    Joined 10/06/23 07:17
  • Posts

    • Why isn't there a way to set options stop loss on IG platform?  Are you planning to implement this feature?
    • Hi,  I started trading Brent Crude Oil in IG platform but I could find a formula to correctly calculate the size I have to put while creating a position, based on the available amount I have. The quotation is based in points and it makes me wonder how operate. Any help is welcome.  Also, I plan to work with some leverage in the future, so any tip on this matter is also welcome.  Thanks.  
    • Greetings fellow traders, I am thrilled to share an exciting intraday trading idea for EURAUD that could potentially boost your profits. At Gold Signals by Professor, we have conducted a thorough technical analysis and confidently recommend a Buy position for traders like you. Our analysis indicates a significant development: EURAUD has managed to sustain itself above the crucial level of 1.60927. This breakthrough suggests a positive momentum, with potential targets at 1.61500 and 1.61800. To mitigate risks, we advise setting a stop loss around 1.60375. In order to maximize your trading success, it is vital to stay well-informed about the latest news and events that may impact the FX market. Factors such as global economic conditions, geopolitical tensions, and central bank policies can influence the price movements of EURAUD. Please note that the momentum of the trade can be influenced by unforeseen events or news. Therefore, we will be updating this level regularly in our channel to ensure you have access to the most recent trends and analysis of Gold and its trading potential. Wishing you all a prosperous day filled with successful trades!
×
×
  • Create New...