Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Money Manager Graphical Tools - MetaTrader 4 Scripts | Trading Script Downloads - MT4/MT5 Resources

author EAcpu | 2 reads | 0 comments |

Money Manager Graphic Tool - indicator for MetaTrader 4

Money Manager Graphic Tool - indicator for MetaTrader 4

Money Manager Graphic Tool - indicator for MetaTrader 4

Money Manager Graphic Tool - indicator for MetaTrader 4

Money Manager Graphic Tool - indicator for MetaTrader 4

Money Manager Graphic Tool - indicator for MetaTrader 4

Money Manager graphical tool displays lot size, ratio, risk and open orders (Buy, Sell, Buy Stop, Buy Limit, Sell Stop, Sell Limit).

How to install:

Steps 2, 3, and 4 are required to activate the Button Money Manager graphical tool, which allows you to trade with all the information of your choice.

 outer string buy line = "B" ; //key to create buy line
outer string sellline = "S" ; //key to create sellline
external integer risk = 2 ; //your risk percentage
External double default SL= 30 ; //Default stop loss point (points)
External color ColorBuy= clear green ; //Color of buy or sell line
External color color SL= red blood cells ; //Color of SL line
External color color TP= clr dark orange ; //take profit line color
external color color textbox = white ; //color of text in toolbox
External ENUM_LINE_STYLE line style = style_entity ; //Line style
External integer line width = 2 ; //Select the width of the line
External Boolean value Account = true ; //Select balance [true] or equity [false]
External Boolean value Create TP= True ; //Create take profit line
external boolean transparent box = false ; //dialog transparent
External color box color = black ; //Background box color external integer magic number = 951357 ;      //magic number 


Money Manager Graphic Tool - indicator for MetaTrader 4

In the image above, "B" is hit and the mouse is at 0.61833. Since Money_Manager_EA.mq4 is not loaded, the order button does not appear.

Money Manager Graphic Tool - indicator for MetaTrader 4

Money_Manager_EA.mq4 is loaded, but "AutoTrader" is not activated.

Money Manager Graphic Tool - indicator for MetaTrader 4

Yes, the button is here, but the smiley face in the upper right corner is not happy, you need to activate "Allow live trading" in the Money_Manager_EA options.

Money Manager Graphic Tool - indicator for MetaTrader 4

Money Manager Graphic Tool - indicator for MetaTrader 4

Buy, Sell, Buy Limit, Sell Limit, Buy Stop, Sell Stop will be selected automatically. If the Take Profit or Stop Loss message turns red, you have reached your broker's Stop Loss/Take Profit limit. If the lot size information turns red, it means you have reached the broker's minimum or maximum lot size.

Money Manager Graphic Tool - indicator for MetaTrader 4

Select Follow Price and you will open a simple buy or sell, the buy line will automatically move with the price and the TP and SL will follow.

suggestion:


Attachment download

📎 money_manager_graphic_tool.mq4 (92.48 KB)

📎 money_manager_ea.mq4 (4.37 KB)

Source: MQL5 #13804

Verification code Refresh