Place OCO Order, One pip Limit Order and One Pip Stop Order – EA MetaTrader 4

Place OCO Order, One pip Limit Order and One Pip Stop Order - expert for MetaTrader 4
Description: Places One-Cancels-the-Other Order (OCO Order), One pip Limit Order and One Pip Stop Order on MetaTrader 4 (MT4) platform. Global variables: OCO_BUY_LIMIT – Buy Limit Price OCO_BUY_STOP – Buy Stop Price OCO_SELL_LIMIT – Sell Limit Price OCO_SELL_STOP – Sell Stop Price OCO_confirmation – After input Buy Limit Price, Buy Stop Price, Sell Limit Price

Live limit – script MetaTrader 4

Live limit - script for MetaTrader 4
Many probably encountered a situation where the market requires instant decisions (especially true for pipsing and scalping), but the process of calculating the acceptable risk, and then placing the corresponding stop loss and take profit takes a lot of time. For these people, the problem can be solved by this script assigned to a hotkey.

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

Reversing Grid on Limit orders – EA MetaTrader 5

inputs
This is a Grid system which opens first trade with market order and next orders of the Grid with Limit Pending orders. This code can be used in both MetaTrader5 and MetaTrader4. Just change the file extension from .mq5 to .mq4 and compile the file in MetaEditor. This expert advisor is designed with visual strategy builder – Mission Automate.