barnacle7
barnacle7
Friends

Add friends via their profile or user search and you will be able to see if they are online

barnacle7
Added topic As working, Save Objects,Text on the Chart . Prevent from Losing items Due to a Unexpected crash of PC.
MT4 Platform The Mt4 Platform automatically saves objects,Indicators,Text on the chart when it is closed. When my PC Closes unexpectedly/Crashes, it doesn't save the  objects,Lines,Indicators,Text on the chart. How can I save the things I have
barnacle7
Added topic How to Extract from a String
     I have date in CSV  file with the Date formatted as:  month /day /year . How can I extract the  month / day / year  ( 04/ 23/ 2015 )  from the String ? I can't use anything that converts it to Datetime
barnacle7
Added topic Store Array Data or Static Data, In the event Terminal shuts down
When using arrays or Static variables which are calculating values needed to be kept for processing in an EA, Is there away to constantly back up those values calculated somewhere so that if the MT4 Terminal is unexpectedly closed the EA can retrieve
barnacle7
Added topic Using the Metaeditor 5.00 Build 914 Compilers "Start Profiling"
I am looking for where I can find some information about "Start Profiling " button on Metaeditor, what its does/purpose is for debugging ? I have ran it and it seems to give statistic, Is it showing yhe efficiency of the code ? Any
barnacle7
Added topic UAC and MT4 600 and above with Wind 7
I have always installed MT4 509 and below in ( C:/ MetaTrader-Broker ) to avoid issues with UAC in windows 7, Does the MT4600++ cause UAC issues if it is installed in Program files ? Thanks
barnacle7
Added topic Sum of pips for open trades
for(int otsb=OrdersTotal()-1;otsb>=0;otsb--)              //Check through open orders       {     
barnacle7
Added topic Strategy Tester -Question
In strategy tester/expert Properties/"inputs Tab", Where can I find information about "Step" and "Stop" columns ? I am using MT4 Build Version 4.00 Build 509. Thanks
barnacle7
Added topic What Code Doesn't work in Strategy tester
I am using StringConcatenate converted to a datetime variable for open and close times as a filter for when trades can be opened. Does it work in strategy tester ? I also am using a cycle to check profitable orders in Account History, Does this work
barnacle7
Added topic Downloading .ex4 file, Primary Computers .ex4 file looks different to the secondary Computers .ex4 file.
Our System: Using: Mozilla Firefox Windows 7 OS MT4 " not" loaded in Program files (Not a UAC issue) Downloading: Email attachment with the .ex4 file,When I click on " Download ",Browse (Program to use to download the file), I use
barnacle7
Added topic selected Print statements to show in Experts with specific color
Is it possible to Create Specific color for some Print statements that show in the Experts tab ? To highlight some print statement to find easily. Thanks
barnacle7
Added topic Ea works in DEMO trading , But Strategy tester does not
I have a Ea which I can run in our Demo account and it buys and sells with NO issues. when I try to run it in the Stategy Tester, The chart shows " Waiting for Update", next message, "MetaTrader has stopped working". I have
barnacle7
Added topic Static Variable issue
Problem: (2nd) Trade  re enters straight away when the Stop Loss or Take Profit is hit even though the " xcross " for the entry signal/criteria has not changed from eg; from a Buy to a Sell. I am aware that the static will
barnacle7
Added topic Functions , using if,else
I have tried to create this function with the if,else but am having difficulty. I would like for the function to return the number of the "if" criteria that is meet back to the program using checkordertype () . Is this type of function allowed using
barnacle7
Registered at MQL5.community
barnacle7
Added topic Flickering StopLoss and Take Profit after Initially Modifying -Sell Limit
Every thing works except for the SellLimits , Stop loss and Take Profit which flickers. I am placing a at MKT "Sell order" and then a 1x Sell on Stop order and a 1x Sell at Limit order. Being an ECN Boiker I have to do order Modify to modify stop
barnacle7
Added topic Deleting Pending orders;
I am trying to delete pending orders but the pending orders won't delete. The EA  is eg: When the Buy criteria to "Open" is meet place a Buy at Market and place a  pending order. When the Buy criteria to "close" is meet
barnacle7
Added topic Order Modify of Pending order not modifying
When the Buy criteria is meet a Market order is trigered and the Market orders SL and TP is added. Then a BuyStop pending order is placed . The BuyStop pending order should also have the stop loss modified  as soon as it is placed but
barnacle7
Added topic Order modify Pending Orders ECn broker
 I want to place a Market Buy order and then pending orders (Buy Stop), since it is a ecn broker I have to use OrderModify with all orders  to add the stop loss.   The "Market orders", Stop Loss and TakeProfit
barnacle7
Added topic Placing Pending Orders
With the code attached it doesn't open short pending orders  ! and only open 1 pending order for long trades. I was trying to have 3 pending trades open Short/ Long each Entry price incremented  by 25pips. If you could let me know
barnacle7
Added topic Graphical Objects , Horizontal lines etc on the chart be used to trigger trades
I have been looking at custom Indicators that draw on the screen, Horizontal Lines for Entry points . Is there a way to  enter trades using an EA's " Ordersend " at these lines on the chart ? The don't have "setindexbuffer" so I
12