Basic GridManager Library – library MetaTrader 5

Basic GridManager Library - library for MetaTrader 5
The library contains basic public methods to manage grids: public:                      GridManager(ENUM_GRID_DIRECTION direction, double grid_initial_lot_size, int grid_gap_points, double grid_profit_percent);                     ~GridManager() {};    void              SetGridMagicNumber(ulong magic);    void              SetGridMaxDD(double max_dd_percent);    void              SetGridMultiplier(double lot_multiplier);    void              Start(void);    void              Update(void);    void              CloseGrid();    double            GridPnL();    int               CountPositions(); In above code: MaxDD stands for “maximum allowed drawdown”. This value is disabled by

Places a retrace limit Buy,Limit Sell Order basic on Parabolic Sars Value. – EA MetaTrader 4

Places a retrace limit Buy,Limit Sell Order basic on Parabolic Sars Value. - expert for MetaTrader 4
Para_Retrace.mq4  Copyright 2018 , raymondyeung.htc@gmail.com Speed Technology Description: Places a retrace limit Buy,Limit Sell Order  basic on Parabolic Sars Value. Global Variables , Press function key “F3” Change “GMT_Time_Diff” : Diff. Eastern Time with Local Time “_ParaSL_SL”    : Stop Loss Pips “_ParaSL_TP”    : Take Profit Pips “_Para_Diff”    : Retrace Entry , Pips

Basic check-up of Experts for MQL4 – EA MetaTrader 4

Basic check-up of Experts for MQL4 - expert for MetaTrader 4
List of controls who performed in this function: have you any symbol in MarketWatch? The permission to trade for the given executed program. The Permission to trade for the Terminal. Are transactions Allowed for the account at the trade server side for expert? Are transactions Allowed for the account at the trade server side for for the current account ?