Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
186
Rating:
(1)
Published:
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

toolassistantv2 


Entries The number of entries to open when clicking the #BUY# and #SELL# buttons.

# BUY # Open BUY entries based on the Lot and number of Entries.

# SELL # Open SELL entries based on the Lot and number of Entries.

Close Profit Closes ALL orders that are currently in profit.

Close Loss Closes ALL orders that are currently at a loss.

Close ALL Closes ALL currently open orders.

Set All TP Enter the Take Profit value (on the left button) and click the Set All TP button to apply it to ALL currently running orders.

Set All SL Enter the Stop Loss value (on the left buttonand click the Set All SL button to apply it to ALL currently running orders.

On/Off Trail the trailing function ON or OFF.

Buy Pending Enter the price on the right button to create Buy Limit order

Sell Pending Enter the price on the right button to create Sell Limit order

Delete Pending Removing all of pending orders

Close Above Will close all orders above the price that you input on the right button (middle text box) 

Close Below Will close all orders below the price that you input on the right button (middle text box) 


EA Parameter Descriptions

TimerSecondRun Trailing (ifActive/True will run every second based on the entered value.

Break Even if true then all order with empty Stop Loss will be set to BE

Trailing default If the Trailing Default parameter is set to True (Active)

Pending Order this value Stop Loss and Take Profit on pip will used for action Buy Pending / Sell Pending button


Lot Size Calculator

Type Risk% & Pip (Stop Loss) values then Calc Lot then information about maximum Lot & Loss will displayed below


GDS Renko Zones Demo EA GDS Renko Zones Demo EA

A small educational Expert Advisor for MetaTrader 5 showing one simple way to automate support and resistance reactions with internally built classic Renko bricks.

GDS Renko Fast Demo EA GDS Renko Fast Demo EA

GDS Renko Fast Demo is a small educational Expert Advisor for MetaTrader 5. It demonstrates how two internal fixed-size Renko streams can be used in a simple mechanical trading example without offline charts or custom symbols.

GDS Renko SuperTrend Demo EA GDS Renko SuperTrend Demo EA

A small educational Expert Advisor for MetaTrader 5 showing one simple way to combine classic fixed-size Renko bricks with a SuperTrend-style trend state.

Overnight Cost Meter Overnight Cost Meter

The script prices one night of holding: for every open position and every Market Watch symbol it prints the swap per night in your account currency, the annualized cost in percent for both directions, the broker's rate-independent markup (|swap long| + |swap short| never depends on interest rates - it is pure broker margin), and the triple-swap day. Honest "n/a" where a swap mode cannot be converted reliably.