Codes

My Trailing for MetaTrader 4

Simple Trailing Stop EA with Trailing Steps and Trailing Start Point It includes Stoploss and TakeProfit too

Pending Order Timer on Closed Market for MetaTrader 4

You can send pending order on closed market between StartTime and EndTime at specific minumum and maximum price

Forum

Free Demo can not be downloaded. Installation Failes

I can not download the free demo of my own product . Free Demo download is not available. It says "İnstallation Failed" What is wrong about it. I dont know which unit to ask that

CommentLab Problem Line Break

Hello, I use this function for commenting. //+------------------------------------------------------------------+ void CommentLab( string CommentText) { string CommentLabel, label_name; int CommentIndex = 0 ; label_name = "CommentLabel" ; if (CommentText == "" ) { // delete all

Converting Indicator to EA

I have this indicator. It is writing order info on chart. I want to turn this indicator into an EA that will close that order when i click on text. Is there a way to do this, any help will be appreciated.. int OnInit () { //--- return ( INIT_SUCCEEDED ); }

On Tester Visual Mode History Trading

Hello everyone, i can say that I am a newbee. I am triying to make a history trading EA for MT4. But my buttons does not work in Starategy Tester on Visual Mode. I wonder is there anybody to help me, I will be appreciated for any help. Thanks a lot

Delete Pending Orders when a market order is closed

How can I delete pending orders when any of the buy or sell order is closed. I would like to code to delete pending orders after closing market orders? Is there any suggestion